function winopen_webcam(n)
{
var s;

if (n == 1) s= "../../webcam/webcam.html";
if (n == 2) s= "../../../webcam/webcam.html";

msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,copyhistory=yes,width=640,height=480");
msg.location = (s)

return
}


function winopen(n)
{
var s;

if (n == 1) s= "http://hoechsten.dyndns.biz/wbe3/reserv.aspx";


msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, resizable=no,copyhistory=yes,width=600,height=600");
msg.location = (s)

return
}
