var IE;   // Explorer 
var N;    // Netscape 
var N7;   // Netscape 7 

//window.onresize = doReSize;


function checkInnerHeight() {
//var innerheight;
//if (document.all){IE=1;N=0;N7=0;}
//else if (document.layers){IE=0;N=1;N7=0;}
//else if (document.getElementById){IE=0;N=0;N7=1;}

//if (IE) {
//	document.all["content"].style.height = (document.documentElement.offsetHeight-125)+"px";
//} 
//if (N)  {
//	document.getElementById("content").innerHTML.style.height = (window.innerHeight-125)+"px";
//} 
//if (N7) {
//	document.getElementById("content").style.height = (window.innerHeight-125)+"px";
//} 
}

function doReSize(){checkInnerHeight();}

//var dmnurl="http://www.heegermeer.net/";
var dmnurl="http://localhost/";
function openpdf(URL2) {
URL1=dmnurl+"nl/" + URL2;
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL1, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=800,height=600');");
}
function openWindowAtRoot(URL2) {
URL1=dmnurl+URL2;
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL1, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=800,height=600');");
}

