//dimehoteles.com 2009


function ShowExtraTexts ()
{
	if (document.getElementById('hotelextratexts').style.display=='block')
	{
		document.getElementById('hotelextratexts').style.display='none';
	}
	else 
	{
		document.getElementById('hotelextratexts').style.display='block';
	}
}


function OpenWindow(url, id, width, height)
{
	window.open(url, id, 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+width+',height='+height+'');
}
