	<!--

	browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

	if (browser) 
	{
		welcometxt = new Image(); welcometxt.src = "../images/logo.gif";

		mainon = new Image(); mainon.src = "images/buttons/menu/main01.gif";
		mainoff = new Image(); mainoff.src = "images/buttons/menu/main02.gif";
 		maintxt = new Image(); maintxt.src = "../images/logo.gif";

		newson = new Image(); newson.src = "images/buttons/menu/news01.gif";
		newsoff = new Image(); newsoff.src = "images/buttons/menu/news02.gif";
 		newstxt = new Image(); newstxt.src = "../images/logo.gif";

		projecton = new Image(); projecton.src = "images/buttons/menu/project01.gif";
		projectoff = new Image(); projectoff.src = "images/buttons/menu/project02.gif";
 		projecttxt = new Image(); projecttxt.src = "../images/logo.gif";

		seminarson = new Image(); seminarson.src = "images/buttons/menu/seminars01.gif";
		seminarsoff = new Image(); seminarsoff.src = "images/buttons/menu/seminars02.gif";
 		seminarstxt = new Image(); seminarstxt.src = "../images/logo.gif";

		bulletinon = new Image(); bulletinon.src = "images/buttons/menu/bulletin01.gif";
		bulletinoff = new Image(); bulletinoff.src = "images/buttons/menu/bulletin02.gif";
 		bulletintxt = new Image(); bulletintxt.src = "../images/logo.gif";

		zipon = new Image(); zipon.src = "images/buttons/menu/zip01.gif";
		zipoff = new Image(); zipoff.src = "images/buttons/menu/zip02.gif";
 		ziptxt = new Image(); ziptxt.src = "../images/logo.gif";

		legislationon = new Image(); legislationon.src = "images/buttons/menu/legislation01.gif";
		legislationoff = new Image(); legislationoff.src = "images/buttons/menu/legislation02.gif";
 		legislationtxt = new Image(); legislationtxt.src = "../images/logo.gif";

		adilsozon = new Image(); adilsozon.src = "images/buttons/menu/adilsoz01.gif";
		adilsozoff = new Image(); adilsozoff.src = "images/buttons/menu/adilsoz02.gif";
 		adilsoztxt = new Image(); adilsoztxt.src = "../images/logo.gif";

		libraryon = new Image(); libraryon.src = "images/buttons/menu/library01.gif";
		libraryoff = new Image(); libraryoff.src = "images/buttons/menu/library02.gif";
 		librarytxt = new Image(); librarytxt.src = "../images/logo.gif";

		recomon = new Image(); recomon.src = "images/buttons/menu/recom01.gif";
		recomoff = new Image(); recomoff.src = "images/buttons/menu/recom02.gif";
 		recomtxt = new Image(); recomtxt.src = "../images/logo.gif";

		stationson = new Image(); stationson.src = "images/buttons/menu/stations01.gif";
		stationsoff = new Image(); stationsoff.src = "images/buttons/menu/stations02.gif";
 		stationstxt = new Image(); stationstxt.src = "../images/logo.gif";

		naton = new Image(); naton.src = "images/buttons/menu/nat01.gif";
		natoff = new Image(); natoff.src = "images/buttons/menu/nat02.gif";
 		nattxt = new Image(); nattxt.src = "../images/logo.gif";

		abouton = new Image(); abouton.src = "images/buttons/menu/about01.gif";
		aboutoff = new Image(); aboutoff.src = "images/buttons/menu/about02.gif";
 		abouttxt = new Image(); abouttxt.src = "../images/logo.gif";

		siteson = new Image(); siteson.src = "images/buttons/menu/sites01.gif";
		sitesoff = new Image(); sitesoff.src = "images/buttons/menu/sites02.gif";
 		sitestxt = new Image(); sitestxt.src = "../images/logo.gif";

		russianon = new Image(); russianon.src = "images/buttons/menu/russian01.gif";
		russianoff = new Image(); russianoff.src = "images/buttons/menu/russian02.gif";
 		russiantxt = new Image(); russiantxt.src = "../images/logo.gif";

		returnon = new Image(); returnon.src = "images/buttons/navigation/return01.gif";
		returnoff = new Image(); returnoff.src = "images/buttons/navigation/return02.gif";
 		returntxt = new Image(); returntxt.src = "../images/logo.gif";

		nexton = new Image(); nexton.src = "images/buttons/navigation/next01.gif";
		nextoff = new Image(); nextoff.src = "images/buttons/navigation/next02.gif";
 		nexttxt = new Image(); nexttxt.src = "../images/logo.gif";
				
	}

	function mouseon(imageName)
	{
		if (browser)
		{
		document[imageName].src = eval(imageName + "off.src");
		document.menu_text.src = eval(imageName + "txt.src");
		}
	}
	function mouseoff(imageName)
	{
		if (browser)
		{
		document[imageName].src = eval(imageName + "on.src");
		document.menu_text.src = eval("welcometxt.src");
		}
	}
	// -->

