//-- js woz created by jazz --//

        news_on=new Image();
	        news_on.src="/io/mu-news-on.gif";
        news_off=new Image();
            news_off.src="/io/mu-news.gif";
        	        
        mag_on=new Image();
	        mag_on.src="/io/mu-mag-on.gif";
        mag_off=new Image();
            mag_off.src="/io/mu-mag.gif";
        	        
        bpd_on=new Image();
	        bpd_on.src="/io/mu-bpd-on.gif";
        bpd_off=new Image();
        	 bpd_off.src="/io/mu-bpd.gif";

        connect_on=new Image();
	        connect_on.src="/io/mu-connect-on.gif";
        connect_off=new Image();
        	 connect_off.src="/io/mu-connect.gif";

        map_on=new Image();
	        map_on.src="/io/mu-map-on.gif";
        map_off=new Image();
        	 map_off.src="/io/mu-map.gif";
        	        
//-- end of imgs --//

function on(imgName) {
        document[imgName].src = eval(imgName + "_on.src");}
function off(imgName) {
        document[imgName].src = eval(imgName + "_off.src");}

//-- end of my js --//
