function OpenWin(URL,WindowName,width,height) {
				 aWindow= window.open(URL,WindowName,"toolbar=no,resizable,scrollbars=yes,menubar=no,width="+width+"height="+height);
				 aWindow.focus();
				 }