function Preview(name)
{
	window.open("Rooms/" + name + "/Preview.htm", "_Preview", "width=375,height=375", true);
}

function Rates(name)
{
	window.open("Rooms/" + name + "/Rates.asp", "_Rates", "width=350,height=300", true);
}

function Expand(name, orientation)
{
	if (orientation == 'h')
	{
		window.open("Gallery/Expand.asp?name=" + name + "", "_Expando", "width=345,height=220", true);
	}
	else if (orientation == 'v')
	{
		window.open("Gallery/Expand.asp?name=" + name + "", "_Expando", "width=220,height=345", true);
	}
}