function popUp(URL,hoogte,breedte) {	var winl = (screen.width - breedte) / 2;	var wint = (screen.height - hoogte) / 2;	startday = new Date();	clockStart = startday.getTime();
	
	eval("page"+clockStart + " = window.open(URL, '" + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+breedte+",height="+hoogte+",left = '+winl+',top ='+wint);");}function hidestatus(){	window.status='';	return true;}if (document.layers) {	document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);	document.onmouseover=hidestatus;	document.onmouseout=hidestatus;
} if (window.Event) {
	document.captureEvents(Event.MOUSEUP);
}function nocontextmenu() {
	event.cancelBubble = true;	event.returnValue = false;	return false;}	
function norightclick(e) {
	if (window.Event) {
		if (e.which == 2 || e.which == 3) {
			return false;
		}
	} else {
		if (event.button == 2 || event.button == 3) {			event.cancelBubble = true;
			event.returnValue = false;
		}
		return false;	}}
 	
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;   
 	
function disableselect(e){	return false;
}function reEnable(){	return true;}document.onselectstart=new Function ("return false");if (window.sidebar){	document.onmousedown=disableselect;	document.onclick=reEnable;}function MM_reloadPage(init) {  //reloads the window if Nav4 resized	if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {		document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0	window.open(theURL,winName,features);}

function popup(msg,bak){	var content="<TABLE WIDTH=80 BORDER=1 border=000000  CELLPADDING=0 CELLSPACING=0><TD ALIGN=center><FONT COLOR=black SIZE=2>"+msg+"</FONT></TD></TABLE>";	yyy=Yoffset;	if(ns4){skn.document.write(content);skn.document.close();skn.visibility="visible"}	if(ns6){document.getElementById("dek").innerHTML=content;skn.display=''}	if(ie4){document.all("dek").innerHTML=content;skn.display=''}}function get_mouse(e){	var x=(ns4||ns6)?e.pageX:event.x+document.body.scrollLeft;	skn.left=x+Xoffset;	var y=(ns4||ns6)?e.pageY:event.y+document.body.scrollTop;	skn.top=y+yyy;}function kill(){	yyy=-1000;	if(ns4){skn.visibility="hidden";}	else if (ns6||ie4)		skn.display="none";}
