var oWait = null, oBody = null, elemWait, elemBody;

function show() {
	

	if (document.getElementById) 
		
		{ 
		elemWait = document.getElementById('waitDiv');

		if (elemWait != null) 
		
		{
			oWait = elemWait.style;
		}

		elemBody = document.getElementById('bodyDiv');
		if (elemBody != null) 
		
		{
			oBody = elemBody.style;	
		}

	} 
	else if (document.layers) 
		{

		oWait = document.layers['waitDiv'];
		oBody = document.layers['bodyDiv'];


		} 

	else if (document.all) 

		{

		elemWait = document.all['waitDiv'];

		if (elemWait != null) 

		{


			oWait = elemWait.style;

		}


		elemBody = document.all['bodyDiv'];
		if (elemBody != null)

		{

			oBody = elemBody.style;

		}
	}

	if (oWait != null) 

	{


		oWait.display = 'none';
	}

	if (oBody != null) 

	{

		oBody.display = 'block';

	}
}




function div_progress()
{
document.write("");
document.write("<table border='0' cellspacing='0' cellpadding='0'  style='border: 1px solid #000000' width='480' height='250'>");
document.write("<tr><td><p align='right'><img border='0' src='../images/logo.gif' width='198' height='47'></td></tr>");
document.write("<tr><td><p align='center'><img border='0' src='../images/loading.gif' width='100' height='70'>");
document.write("</p></td></tr>");
document.write("<tr><td bgcolor='#FDF9E3'><p style='margin-left: 10'><font style='font-family: Arial; font-size: 8pt; color: #6B7068'><b>lth-hotels.com is searching for the requested information.");
document.write("<br>Please wait while we complete the request... </b></font>");
document.write("</td></tr></table>");
}



var winSize
winSize="menubar=0,width=400,height=480,scrollbars=no,border=0,resizeable=no,left=0,top=0"
function openLocationimage(getPath,getTitle)
{
window.open(getPath,getTitle,winSize)
}