
function openPic(strURL)
{
	var theWindow = window.open('/shared/showimg.php?url='+strURL,'theRoom','width=512,height=384,status=0,menubar=0');
	if (theWindow)	{theWindow.focus();}
}

function revealHiddenLink()
{
var sName='reservation',sServer='a5hotel',sMail='mail',sCountry='lt',sTo='to',sAT='@',sDBL=':',sDOT='.';
document.getElementById("HiddenLink").innerHTML = sName+sAT+sServer+sDOT+sCountry;
document.getElementById("HiddenLink").href = sMail+sTo+sDBL+sName+sAT+sServer+sDOT+sCountry;
}

