function openWinOCCII(url)
{
  var wnd = window.open(url, '2occii', 'width=420,height=325,dependent=no,menubar=no,resizable=yes,scrollbars=no,status=no,titlebar=yes,toolbar=no');
  wnd.focus();
}

function openRouteOCCII()
{
  openWinOCCII('http://www.al-noisa.org/occii/route.php');
}

function openParkOCCII()
{
  openWinOCCII('http://www.al-noisa.org/occii/parking.php');
}
