// globale code stuurt teksten en logica
var site=0; // NL=0, UK=1

var kgtwee=('ra%40kanguru')
var kgeen=('casasdacabrei')

var cceen=('reserveren%40ca')
var cctwee=('sas-da-cabreira.c')
var ccdrie=('reserveren&#64ca')

function win(fileName) {
    myWin = window.open('','popupwindow','scrollbars=auto,status=no,width=490,height=450,top=10,left=10');
    myWin.location.href = fileName;
}

function cur(fileName) {
    myCur = window.open('','currency','scrollbars=auto,status=no,width=750,height=170,top=0,left=0');
    myCur.location.href = fileName;
}

function fot(fileName) {
    myFot = window.open('','fotovenster','scrollbars=auto,status=no,width=350,height=390,top=0,left=0');
    myFot.location.href = fileName;
}

function ftg(fileName) {
    myFtg = window.open('','fotovgr','scrollbars=auto,status=no,width=510,height=385,top=0,left=0');
    myFtg.location.href = fileName;
}

function kaart(fileName) {
    myKaart = window.open('','detailkaart','scrollbars=auto,status=no,width=500,height=500,top=10,left=10');
    myKaart.location.href = fileName;
}

function regiokaart() {
    myRegiokaart = window.open('','regiokaart','scrollbars=auto,status=no,width=960,height=650,top=10,left=10');
    if (site==0) {
	   myRegiokaart.location.href = '/kaarten/regiokaart.html';
	}
    else {
	   myRegiokaart.location.href = '/kaarten/regiokaarteng.html';
	}
}
