
function waitStart_BT()
{
if(document.getElementById) window.setTimeout("document.getElementById('loading').style.visibility='visible'",1);
window.scrollBy(0,-99999);/*mcl 4331*/
}

function waitStart_DERHOTEL()
{
if(document.getElementById)
	{
	window.setTimeout("document.getElementById('framesetcontent').style.visibility='hidden'",1);
	window.setTimeout("document.getElementById('content').style.visibility='hidden'",1);
	window.setTimeout("document.getElementById('loading').style.visibility='visible'",100);
	Number();
	}
}