var isIE = (navigator.appName.indexOf('Microsoft')   != -1);

function myopen(link,w,h){
	//if(isIE){
		w+=0;
		h+=40;
	//}
	mymut = window.open(link,'Afbeelding','width='+w+',height='+h+',menubar=no,toolbars=no,scrollbars=yes');
}
function myopen2(link,w,h){
	//if(isIE){
		w+=0;
		h+=0;
	//}
	mymut = window.open(link,'Afbeelding','width='+w+',height='+h+',menubar=no,toolbars=no,scrollbars=yes');
}

function sluitvenster(){window.close()}
/////////
// [ alphaAPI.js ] v1.2
// 2002-03-04
// Author: chrisken
// URL: http://ck.utacm.org/alphaapi.phtml
/////


function fixH(){
	var th=document.getElementById('container').offsetHeight;/*--- hoogte container opvragen */
	document.getElementById('bg').style.height=th+"px";
	//alert(document.getElementById('lbg').style.height);
	
	//var mh=th-30;
	//document.getElementById("hnav0").style.marginTop="-"+mh+"px";
	//alert(document.getElementById("hnav0").style.marginTop);
//	alert(document.getElementById('rbg').style.height);
}
