function popUp(url,windowName,width,height) { 	window.open(url, windowName, 'width='+width+', height='+height+',menubar=0,toolbar=0o,status=0,resizable=1,scrollbars=1,location=0'); } onLoad = focus();function closeWindow() {	self.close();	}