// JavaScript Document
IE = navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1;
iniFS();

function zetMenu(vars){
	path = "";
	if (location.toString().indexOf('/sporen/') > 2) {path="../"}
	
	if (IE){
		document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' id='hetmenu' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='100%' height='800'><param name='SALIGN' value='T'><param name='base' value='" + path + "'><param name='movie' value='" + path + "menu.swf?browser=IE'><param name='Wmode' value='transparent'><param name='menu' value='false'><param name='FlashVars' value=\"" + vars + "\"></object>");}
	else{
		document.write("<embed src='" + path + "menu.swf' id='hetmenu' width='100%' height='1000' salign='T' Wmode='transparent' base='" + path + "' menu='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' FlashVars=\"" + vars + "\"></embed>");}
	document.write('<noembed class="no">' + document.getElementById('noscr').innerHTML + '</noembed>');
}
function zetLogoos(){
	document.write("<embed src='logoos.swf' id='logoos' width='250' height='60' Wmode='transparent' menu='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>");
}
function zetVideo(){
	document.write("<embed src='video.swf' id='video' width='240' height='192' menu='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>");
}
function iniFS(){
	if (IE){
		document.write('<script language=\"VBScript\"\>\n');
		document.write('On Error Resume Next\n');
		document.write('Sub hetmenu_FSCommand(ByVal command, ByVal args)\n');
		document.write('	Call hetmenu_DoFSCommand(command, args)\n');
		document.write('End Sub\n');
		document.write('</script\>\n');}
}
function hetmenu_DoFSCommand(command, args) {
	if (document.getElementById('form1')){
		if (args=='hidden') {
			document.getElementById('form1').className = 'hiddenSelect';
		} else {document.getElementById('form1').className = '';}
	}
}
function uitklap(jn){
	if (jn)
		{document.getElementById("hetmenu").style.zIndex=1;document.getElementById("tekst").style.zIndex=99;
		}
	else{document.getElementById("hetmenu").style.zIndex=99;document.getElementById("tekst").style.zIndex=1;
	}
	
}
