if (document.images)
					 {
					 homeon = new Image(70,58);
					 homeon.src="images/home-on.gif";
					 homeoff = new Image(70,58);
					 homeoff.src="images/home.gif";
					 
					 tfon = new Image(134,58);
					 tfon.src="images/transport-fluvial-on.gif";
					 tfoff = new Image(134,58);
					 tfoff.src="images/transport-fluvial.gif";
					 
					 manipularion = new Image(86,58);
					 manipularion.src="images/manipulari-on.gif";
					 manipularioff = new Image(86,58);
					 manipularioff.src="images/manipulari.gif";
					 
					 bacon = new Image(40,58);
					 bacon.src="images/bac-on.gif";
					 bacoff = new Image(40,58);
					 bacoff.src="images/bac.gif";
					 
					 rson = new Image(137,58);
					 rson.src="images/raport-semestrial-on.gif";
					 rsoff = new Image(137,58);
					 rsoff.src="images/raport-semestrial.gif";
					 
					 contacton = new Image(76,58);
					 contacton.src="images/contact-on.gif";
					 contactoff = new Image(76,58);
					 contactoff.src="images/contact.gif";
					 }
				
				function on(img)
								 {
								 if (document.images)
								 		{
										imgOn=eval(img+"on.src");
										document.getElementById(img).src = imgOn;
										}
								 }
				
				function off(img)
								 {
								 if (document.images)
								 		{
										imgOff=eval(img+"off.src");
										document.getElementById(img).src = imgOff;
										}
								 }
								 
				function pop()
								 {
								 var win=window.open('harta.htm','Harta','width=689,height=455,toolbars=no,resizable=no,location=no,directories=no,status=no,menubar=no');
								 }