var URL = "http://valk.com"

function getCallWin() {
window.open('/callback/default.asp?','callWin', 'width=500,height=319,scrollbars=no,left=160,top=240');}

function getContactWin() {
window.open(URL+'/infodesk/contact.aspx?language=nl','contactWin', 'width=600,height=319,scrollbars=no,left=160,top=240'); }

function openRoute(location_ID) {
var ID = location_ID;
window.open('/locatienet/mapWin.asp?client_id=1192&location_id='+ID+ '&address=&cx=&cy=&zoom=1&vestnaam=Hotel Vianen','mapWin','toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=640,height=480');
}

function getCalender(formID,dayToWrite,monthToWrite,yearToWrite)
{
window.open("/_calendar/calendar.asp?formID="+formID+"&dayToWrite="+dayToWrite+"&monthToWrite="+monthToWrite+"&yearToWrite="+yearToWrite+"","calender", "width=200,height=180,scrollbars=no,left=200,top=400");
}
function openIMode()
{
	window.open("http://i.valk.com/", "imode", "width=210, height=300, resizable=no,scrollbars=yes,status=no, menubar=no, toolbar=no, location=no, directories=no");
}
function openisn() {
    str='http://www.panoview.nl/7976/vandervalk/vandervalk.html' ;
    isn = window.open(str,'isn','width=779,height=431,left=20,top=20,statusbar=no,scrollbars=no');
    isn.opener = self;
}
function openResTERWORM(url)
{
	window.open(url, 'reservationsTER', 'width=715,height=590,left=2,top=2,statusbar=yes,scrollbars=no');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  var now = new Date();
  var modifiedName = winName + now.getSeconds();
  window.open(theURL,modifiedName,features);
}