function openhtml() {
ohtml=window.open('html/index.htm','soulmain','scrollbars=0,width=780,height=456,left=1,top=1,dependent=yes,resizable=yes,toolbar=0');
if (window.screen) ohtml.focus();
}
function openflash() {
oflash=window.open('enhanced.html','soulmain','scrollbars=0,width=780,height=456,left=1,top=1,dependent=yes,resizable=yes,menubar=0');
if (window.screen) oflash.focus();
}
function warning() {
win=open("warning.html","warn","menubar=0,scrollbars=1,width=400,height=200,screenx=200,screeny=200,dependent=yes,alwaysRaised=yes");
if (window.screen) win.focus();
}
function sbar() {
var ms = navigator.appVersion.indexOf("MSIE")
var ie55 = (ms>0) && (navigator.appVersion.substring(ms+5, ms+8)=="5.5");
if (ie55) {
 cbod.style.scrollbarBaseColor="#000000";
 }
}
function npopup() {
popwin=window.open('/nieuws.html','nieuws','width=300,height=250,left=200,top=200,dependent=yes,resizable=0,toolbar=0,scrollbars=1');
if (window.screen) popwin.focus();
}

