<!--
///
function boarding_houses_limg(lang)
{
	img12 = new Image();
	img12.src = "hotels/guide/reservation_hotels_"+lang+"1b.jpg";

	img22 = new Image();
	img22.src = "hotels/guide/visits_in_georgia_"+lang+"2b.jpg";

	img32 = new Image();
	img32.src = "hotels/guide/hotels_information_"+lang+"3b.jpg";

	img42 = new Image();
	img42.src = "hotels/guide/tourism_guide_"+lang+"4b.jpg";
}

//

function bimage(hphotonum, husername)
{
	//window.open('information/'+husername+'/photo/'+hphotonum+'b.jpg','','width=500,height=390,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=360');
	phwind = window.open('','','width=520,height=400,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=360');
	phwind.document.write('<html><head><title>Hotel\'s photo</title><link href="reservation/room.css" rel="stylesheet"></head><body bgcolor="#E9E2D8" oncontextmenu="javascript: return false;"><table border="0" align="center" width="100%" height="100%"><tr><td align="center"><img src=information/'+husername+'/photo/'+hphotonum+'b.jpg class="photo" width="480" height="360"></td></tr></table></body></html>');
	phwind.focus();
}

function big_image(hphotonum, husername)
{
	//window.open('information/'+husername+'/photo/'+hphotonum+'b.jpg','','width=500,height=390,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=360');
	phwind = window.open('','','width=520,height=400,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=0');
	phwind.document.write('<html><head><title>Hotel\'s photo</title><link href="reservation/room.css" rel="stylesheet"></head><body bgcolor="#E9E2D8" oncontextmenu="javascript: return false;"><table border="0" align="center" width="100%" height="100%"><tr><td align="center"><img src="information/'+husername+'/photo/'+hphotonum+'b.jpg" class="photo" width="480" height="360"></td></tr></table></body></html>');
	phwind.focus();
}

function expeditions_over(lang, imgn, numb)
{
	if(document.images)
	{
		document.images[imgn].src = "hotels/guide/"+imgn+"_"+lang+numb+"b.jpg";
	}
}

function expeditions_out(lang, imgn, numb)
{
	if(document.images)
	{
		document.images[imgn].src = "hotels/guide/"+imgn+"_"+lang+numb+".jpg";
	}
}

//hotels photos
function hotels_photos(husername, hphotonum, hname, lang)
{
 window.open('view_photos.php?husername='+husername+'&hphotonum='+hphotonum+'&hname='+hname+'&lang='+lang,'','width=350,height=500,menubar=no,toolbar=no,scrollbars=yes,resizable=no,top=0,left=0');
}

//video clip
function video_clip(clip_url, hname, lang)
{
	// hotels.2tbilisi.ge
	window.open('http://hotels.2tbilisi.ge/video_clip.php?clip_url='+clip_url+'&hname='+hname+'&lang='+lang,'','width=350,height=410,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=0');
	// www.hotels-tbilisi.com
	//window.open('http://www.hotels-tbilisi.com/video_clip.php?clip_url='+clip_url+'&hname='+hname+'&lang='+lang,'','width=350,height=410,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=0');
	// root
	//window.open('video_clip.php?clip_url='+clip_url+'&hname='+hname+'&lang='+lang,'','width=350,height=410,menubar=no,toolbar=no,scrollbars=no,resizable=no,top=0,left=0');
}

// -->