 
<!-- Hide script from old browsers
             function newWin(newURL)	{
		   newWindow = window.open(newURL,"newW","width=510,height=600,resizable=0,scrollbars=0,left=0,top=0")
	       }
             function newWin5(newURL)	{
		   newWindow = window.open(newURL,"newW","width=590,height=690,resizable=0,scrollbars=0,left=0,top=0")
	       }
             function newWin6(newURL)	{
		   newWindow = window.open(newURL,"newW","width=690,height=570,resizable=0,scrollbars=0,left=0,top=0")
	       }
                
	// End hiding script from old browsers--> 


