	<!--

	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/subscription01.gif";
		subscriptionoff = new Image(); subscriptionoff.src = "../../images/buttons/top_menu/subscription02.gif";

		statementson = new Image(); statementson.src = "../images/buttons/statements01.gif";
		statementsoff = new Image(); statementsoff.src = "../images/buttons/statements02.gif";

		monitoringon = new Image(); monitoringon.src = "../images/buttons/monitoring03.gif";
		monitoringoff = new Image(); monitoringoff.src = "../images/buttons/monitoring04.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");
		}
	}
	// -->

