function popUp(url) {
		sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=600,height=450');
		self.name = "mainWin"; 
	}
			function OpenWin(page,width,height) {
				var test;
				window.open(page,"","resizeable,width=" + width + ",height=" + height + ",scrollbars");
			}
