<!--
var popUpWin=0;

function popUpWindow(id, w, h)
{
var URLStr=id+".htm";
//var width=(screen.width/2);
//var height=(screen.height/2);
var width=w;
var height=h;
var left=(screen.width/2)-(width/2);
var top=(screen.height/2)-(height/2);
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no, statubar=no, menub ar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
var popUpWin=0;

function popUpWindow2(id)
{
var URLStr="../plan_acces_camping.htm?"+id;
var width=(screen.width/2);
var height=(screen.height/2);
var left=(screen.width/2)-(width/2);
var top=(screen.height/2)-(height/2);
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no, statubar=no, menub ar=no,scrollbar=yes,resizable=yes,copyhistory=no,left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}

function popUpWindow3(id, w, h)
{
var URLStr="../"+id+".php";
var width=w;
var height=h;
var left=(screen.width/2)-(width/2);
var top=(screen.height/2)-(height/2);
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no, statubar=no, menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
function popUpWindow4(id, w, h)
{
var URLStr=id+".php";
var width=w;
var height=h;
var left=(screen.width/2)-(width/2);
var top=(screen.height/2)-(height/2);
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no, statubar=no, menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
//-->
