<!--//
/*Preload images*/
var a=new Array();
if(document.images){ 
	a[0]=new Image();
	a[0].src='img/black_ico/ico_auto.gif';
	a[1]=new Image();
	a[1].src='img/black_ico/ico_autobus.gif';
	a[2]=new Image();
	a[2].src='img/black_ico/ico_evac.gif.gif';
	a[3]=new Image();
	a[3].src='img/black_ico/ico_less.gif';
	a[4]=new Image();
	a[4].src='img/black_ico/ico_limuzine.gif';
	a[5]=new Image();
	a[5].src='img/black_ico/ico_pereezd.gif';
	a[6]=new Image();
	a[6].src='img/black_ico/ico_spec.gif';
	a[7]=new Image();
	a[7].src='img/black_ico/ico_taxi.gif';
	a[8]=new Image();
	a[8].src='img/black_ico/ico_track.gif';
}
function change_image(o,name){
o.src="img/" + name
//alert("img/" + name + ".gif")
}
function location_catalogue(url){
document.location="show_catalogue.php?show_tu=" + url
}
//-->

