
function Roll(obj,type)
{
		if (type == "on")
			obj.src = obj.src.replace("_off","_on");
		else
			obj.src = obj.src.replace("_on","_off");
}

function showPhoto(toShow)
{	
	document.pLarge.src = "/images/photos/photo_" + toShow + "_lg.jpg";
}

function makeReservation()
{
	var nw = window.open("https://booker.hotelfactory.com/cgi/uzbook1.cgi?p=1843&c=UZ&s=LOF1843&r=www.55lofts.com");
	nw.focus();
}
