	<!--

	browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

	if (browser) 
	{


		subscriptionon = new Image(); subscriptionon.src = "../../images/buttons/top_menu/subscription03.gif";
		subscriptionoff = new Image(); subscriptionoff.src = "../../images/buttons/top_menu/subscription04.gif";

		archiveon = new Image(); archiveon.src = "../../images/buttons/top_menu/archive01.gif";
		archiveoff = new Image(); archiveoff.src = "../../images/buttons/top_menu/archive02.gif";
		
	}

	function mouseon(imageName)
	{
		if (browser)
		{
		document[imageName].src = eval(imageName + "off.src");
		}
	}
	function mouseoff(imageName)
	{
		if (browser)
		{
		document[imageName].src = eval(imageName + "on.src");
		}
	}
	// -->

