<!--
browserName = navigator.appName;
browserVer = parseInt ( navigator.appVersion );
version = "n2";
if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3";
if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 ) version = "e4";
if ( version == "n3" || version == "e4" )
if(document.images) {

	onmus				= new Image(); onmus.src			= "images/mus_on.gif";
	offmus				= new Image(); offmus.src			= "images/mus_off.gif";
	onfash				= new Image(); onfash.src			= "images/fash_on.gif";
	offfash				= new Image(); offfash.src			= "images/fash_off.gif";
	onspor				= new Image(); onspor.src			= "images/spor_on.gif";
	offspor				= new Image(); offspor.src			= "images/spor_off.gif";
	onfilm				= new Image(); onfilm.src			= "images/film_on.gif";
	offfilm				= new Image(); offfilm.src			= "images/film_off.gif";
	onart				= new Image(); onart.src			= "images/art_on.gif";
	offart				= new Image(); offart.src			= "images/art_off.gif";
	ondes				= new Image(); ondes.src			= "images/des_on.gif";
	offdes				= new Image(); offdes.src			= "images/des_off.gif";
	onfood				= new Image(); onfood.src			= "images/food_on.gif";
	offfood				= new Image(); offfood.src			= "images/food_off.gif";
	ongo				= new Image(); ongo.src				= "images/go_on.gif";
	offgo				= new Image(); offgo.src			= "images/go_off.gif";
	onstu				= new Image(); onstu.src			= "images/stu_on.gif";
	offstu				= new Image(); offstu.src			= "images/stu_off.gif";

	onmusimg			= new Image(); onmusimg.src			= "images/musimg_on.gif";
	offmusimg			= new Image(); offmusimg.src			= "images/musimg_off.gif";
	onfashimg			= new Image(); onfashimg.src			= "images/fashimg_on.gif";
	offfashimg			= new Image(); offfashimg.src			= "images/fashimg_off.gif";
	onsporimg			= new Image(); onsporimg.src			= "images/sporimg_on.gif";
	offsporimg			= new Image(); offsporimg.src			= "images/sporimg_off.gif";
	onfilmimg			= new Image(); onfilmimg.src			= "images/filmimg_on.gif";
	offfilmimg			= new Image(); offfilmimg.src			= "images/filmimg_off.gif";
	onartimg			= new Image(); onartimg.src			= "images/artimg_on.gif";
	offartimg			= new Image(); offartimg.src			= "images/artimg_off.gif";
	ondesimg			= new Image(); ondesimg.src			= "images/desimg_on.gif";
	offdesimg			= new Image(); offdesimg.src			= "images/desimg_off.gif";
	onfoodimg			= new Image(); onfoodimg.src			= "images/foodimg_on.gif";
	offfoodimg			= new Image(); offfoodimg.src			= "images/foodimg_off.gif";
	ongoimg				= new Image(); ongoimg.src			= "images/goimg_on.gif";
	offgoimg			= new Image(); offgoimg.src			= "images/goimg_off.gif";
	onstuimg			= new Image(); onstuimg.src			= "images/stuimg_on.gif";
	offstuimg			= new Image(); offstuimg.src			= "images/stuimg_off.gif";


	}

function swap(place, imgName) {if ( version == "n3" || version == "e4" ) {document[place].src = eval(imgName + ".src")}
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
