// JavaScript Document
if (top==self) self.location.href = "index_fr.htm"

MagicThumb.options = { keepThumbnail: true } 
MagicThumb.options = {zoomPosition: 'auto'}

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}


function newWindow(language) 
{
  var winWidth = 520;
  var winHeight = 700;
  var theUrl = "https://www.asteriskhotel.nl?language=" + language;
  var windowName = "sslForm";
	var winLeft = (screen.width - winWidth) / 2;
	var winTop = (screen.height - winHeight) / 2;
	winProperties = 'height='+winHeight+',width='+winWidth+',top='+winTop+',left='+winLeft+',scrollbars=yes,resize=yes,status=yes'
	win = window.open(theUrl, windowName, winProperties)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
} 

