var dhtmlWin;

function viewIntrest(strUrl) {
dhtmlWin = dhtmlwindow.open("googlebox", "iframe", '/staticforms/intresseanmalan.php',  "Jag vill bli kund","width=400px,height=400px,resize=1,scrolling=0,center=1", "recal");
}

function radgivare() {
dhtmlWin = dhtmlwindow.open("googlebox", "iframe", '/staticforms/radgivare.php',  "Kontakta radgivare","width=400px,height=400px,resize=1,scrolling=0,center=1", "recal");
}

function kontakt() {
dhtmlWin = dhtmlwindow.open("googlebox", "iframe", '/staticforms/kontakt.php',  "Kontakta oss","width=400px,height=400px,resize=1,scrolling=0,center=1", "recal");
}

function huvudkontor() {
dhtmlWin = dhtmlwindow.open("googlebox", "iframe", '/staticforms/huvudkontor.php',  "Kontakta huvudkontoret","width=400px,height=450px,resize=1,scrolling=0,center=1", "recal");
}



function seminarium(strTitle,action) {
dhtmlWin = dhtmlwindow.open("googlebox", "iframe", '/staticforms/seminarium.php?title=' + strTitle +'&action=' + action ,  "Seminarium","width=400px,height=480px,resize=1,scrolling=0,center=1", "recal");
}

function ansokan(strTitle,action) {
dhtmlWin = dhtmlwindow.open("googlebox", "iframe", '/staticforms/ansokan-intresse.php?title=' + strTitle +'&action=' + action ,  "Intresseansokan","width=400px,height=540px,resize=1,scrolling=0,center=1", "recal");
}
