	<!--

	browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

	if (browser) 
	{

		bullsubscribeon = new Image(); bullsubscribeon.src = "../images/buttons/subscribe01.gif";
		bullsubscribeoff = new Image(); bullsubscribeoff.src = "../images/buttons/subscribe02.gif";

		bullcontentson = new Image(); bullcontentson.src = "../images/buttons/contents03.gif";
		bullcontentsoff = new Image(); bullcontentsoff.src = "../images/buttons/contents04.gif";

		bullnewson = new Image(); bullnewson.src = "../images/buttons/news01.gif";
		bullnewsoff = new Image(); bullnewsoff.src = "../images/buttons/news02.gif";

		bullsituationon = new Image(); bullsituationon.src = "../images/buttons/situation01.gif";
		bullsituationoff = new Image(); bullsituationoff.src = "../images/buttons/situation02.gif";

		bulltechnoon = new Image(); bulltechnoon.src = "../images/buttons/techno01.gif";
		bulltechnooff = new Image(); bulltechnooff.src = "../images/buttons/techno02.gif";

		bullpresson = new Image(); bullpresson.src = "../images/buttons/press01.gif";
		bullpressoff = new Image(); bullpressoff.src = "../images/buttons/press02.gif";

		bullarchiveon = new Image(); bullarchiveon.src = "../images/buttons/archive01.gif";
		bullarchiveoff = new Image(); bullarchiveoff.src = "../images/buttons/archive02.gif";

		bullforumon = new Image(); bullforumon.src = "../images/buttons/forum01.gif";
		bullforumoff = new Image(); bullforumoff.src = "../images/buttons/forum02.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");
		}
	}
	// -->

