if (document.images)
					 {
					 homeon = new Image(70,58);
					 homeon.src="images/home-on.gif";
					 homeoff = new Image(70,58);
					 homeoff.src="images/home.gif";
					 
					 rton = new Image(121,58);
					 rton.src="images/river-transport-on.gif";
					 rtoff = new Image(121,58);
					 rtoff.src="images/river-transport.gif";
					 
					 handlingon = new Image(74,58);
					 handlingon.src="images/handling-on.gif";
					 handlingoff = new Image(74,58);
					 handlingoff.src="images/handling.gif";
					 
					 ferryon = new Image(54,58);
					 ferryon.src="images/ferry-on.gif";
					 ferryoff = new Image(54,58);
					 ferryoff.src="images/ferry.gif";
					 
					 reporton = new Image(148,58);
					 reporton.src="images/report-on.gif";
					 reportoff = new Image(148,58);
					 reportoff.src="images/report.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');
								 }