 
<!-- Hide script from old browsers
             function newWin(newURL)	{
		leftPos = 0
		if(screen) {
			leftPos = screen.width-225
		}
		newWindow = window.open(newURL,"newW","width=190,height=280,resizable=0,scrollbars=0,left=100,top=50")
	     }
             function newWin1(newURL)	{
		leftPos = 0
		if(screen) {
			leftPos = screen.width-225
		}
		newWindow = window.open(newURL,"newW","width=495,height=400,resizable=0,scrollbars=0,left=100,top=50")
	     }
             function newWin3(newURL)	{
		leftPos = 0
		if(screen) {
			leftPos = screen.width-225
		}
		newWindow = window.open(newURL,"newW","width=220,height=320,resizable=0,scrollbars=0,left=100,top=50")
	     }
             function newWin5(newURL)	{
		leftPos = 0
		if(screen) {
			leftPos = screen.width-225
		}
		newWindow = window.open(newURL,"newW","width=195,height=300,resizable=0,scrollbars=0,left=100,top=50")
	     }
                
	// End hiding script from old browsers--> 

