function popUp(URLLink,WindowName,height,width) {
	props=window.open(URLLink,WindowName, 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubar=1, resizable=1, width='+ width +', height='+ height +', left = 262, top = 134');
}
