 
<!-- Hide script from old browsers
             function newWin(newURL)	{
		leftPos = screen.width-225
		if(screen) {
			leftPos = screen.width-225
		}
//		newWindow = window.open(newURL,"newW","scrollbars=1,resizable=1,width=500,height=400,left='+leftPos+',top='+leftPos+'")
                newWindow = window.open(newURL,"newW","scrollbars=1,resizable=0,width=492,height=700,left=200,top=0") 
//		newWindow = window.open(newURL,"newW","toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=600,height=350,left=200,top=200")
//              newWindow = window.open(newURL,"newW","width=470,height=360,resizable=1,scrollbars=1,left='+leftPos+',top=0")	
             }

                
	// End hiding script from old browsers--> 
 