			function openWindow(URL,strWidth,strHeight) {
				window.open(URL,'newwindow','toolbar=0,resizable=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,width='+strWidth+',height='+strHeight+',left=200,top=100,screenX=200,screenY=200');
			}
