// <!-- Begin to hide script contents from old browsers
    if (is_nav) 
	{
	   	document.write("Netscape Navigator ")
		if (is_nav2)
		{
	   		document.write("Version 2 or earlier")
		};
		if (is_nav3)
		{
	   		document.write("Version 3")
		};
		if (is_nav4)
		{
	   		document.write("Version 4")
		};
		if (is_nav6)
		{
	   		document.write("Version 6")
		};
		if (!is_nav6 && is_nav6up)
		{
	   		document.write("Later than Version 6")
		};
	}
	if (is_gecko)
	{
	   	document.write("Gecko")	
	}
	if (is_ie)
	{
	   	document.write("Internet Explorer ")
		if (is_ie3)
		{
	   		document.write("Version 3 or earlier")		
		}	
		if (is_ie4)
		{
	   		document.write("Version 4")		
		}	
		if (is_ie5)
		{
	   		document.write("Version 5")		
		}	
		if (is_ie5_5)
		{
	   		document.write("Version 5.5")		
		}	
		if (is_ie6)
		{
	   		document.write("Version 6")		
		}	
		if (!is_ie6 && is_ie6up)
		{
	   		document.write("later than Version 6")		
		}	
	}
	if (is_aol)
	{
	   	document.write("AOL ")
		if (is_aol3)
		{
	   		document.write("Version 3")				
		}				
		if (is_aol4)
		{
	   		document.write("Version 4")				
		}				
		if (is_aol5)
		{
	   		document.write("Version 5")				
		}				
		if (is_aol6)
		{
	   		document.write("Version 6")				
		}				
	}
	if (is_opera)
	{
	   	document.write("Opera ")						
		if (is_opera2)
		{
	   		document.write("Version 2")				
		}				
		if (is_opera3)
		{
	   		document.write("Version 3")				
		}				
		if (is_opera4)
		{
	   		document.write("Version 4")				
		}				
		if (is_opera5)
		{
	   		document.write("Version 5")				
		}
		if (!is_opera5 && is_opera5up)
		{
	   		document.write("later than Version 5")						
		}
	}
	if (is_webtv)
	{
	   	document.write("Web TV ")
		if (is_TVNavigator)
		{
	   		document.write("Navigator")		
		};
		if (is_AOLTV)
		{
	   		document.write("AOL")		
		}							
	}
	if (is_hotjava)
	{
	   	document.write("Hot Java ")			
		if (is_hotjava3)
		{
	   		document.write("Version 3")			
		}
		if (!is_hotjava3  && is_hotjava3up)
		{
	   		document.write("later than Version 3")			
		}
	}
// End the hiding here.-->

