function popUp1(url){
		var mywidth = screen.width;
		var myheight = screen.height;
		var xpos =  mywidth / 5.8;
		var ypos =  myheight / 4.5;
	     sealWin=window.open(url,"win",'toolbar=0,location=no,directories=0,status=1,menubar=0,scrollbars=no,resizable=0,width=590px,height=295px,left=' + xpos + ',top=' + ypos);
		 self.name="newwin1";
}