if (window != top) top.location.href = location.href;

function showstatus(a,b){
	if(is_opera == false){
		window.status = a + " - " + b; 
		return true;
    }
}

function hidestatus(){
	window.defaultStatus="Bewustheel.nl";
	return true;
}


function openWindow(x,lo){
	var page = x+".php?lo="+lo;
	windowprops = "height=400,width=500,location=no," + "scrollbars=yes,menubars=no,toolbars=no,resizable=yes";
	window.open(page, x, windowprops);
}

// Stats script
if ((ref == "") || (ref == "undefined")) { ref = "bookmark"; } 
src = "stats.php"
+ "?curpge=" + pagina
+ "&ref=" + ref 
+ "&os=" + os 
+ "&osVersion=" + osVers	
+ "&browser=" + browser 
+ "&browserVersion=" + is_major
+ "&javaEnabled=" + is_java
+ "&javaScriptVersion=" + is_js
+ "&cookie=" + is_cookie
+ "&height=" + screen.height
+ "&width=" + screen.width
+ "&depth=" + screen.colorDepth
+ "&flash=" + is_Flash
+ "&flashVersion=" + is_FlashVersion
+ "&layout=" + layout
+ "&session=" + session

src = "<img src='" + src + "' width=1 height=1 border=0 align='left'>"; 
