var hasRequestedVersion = DetectFlashVer(7, 0, 0);
if (hasRequestedVersion) {
	var content = '<div id="flash_top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="815" height="181">'
	+'<param name="movie" value="/flash/topFacet.swf" />'
	+'<param name="quality" value="high" />'
	+'<param name="flashVars" value="openSide='+side+'" />'
	+'<param name="wmode" value="transparent" />'
	+'<embed src="/flash/topFacet.swf" wmode="transparent" wmode="opaque"  quality="high" flashVars="openSide='+side+'" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="815" height="181"></embed>'
	+'</object></div>';
	document.write(content); 
	document.getElementById('header').className='header_flash';
} else { 
	var content = '<div id="nav_main">'; 
	content += 	'<ul>'
	+'<li id="li1" title="Home"><a href="/NL/home.php">Home</a></li>'
	+'<li title="Wie is Facet?"><a href="/NL/wie_is_facet.php">Wie is Facet?</a></li>'
	+'<li title="Bedrijsprofiel"><a href="/NL/wat_doet_facet.php">Wat doet Facet?</a></li>'
	+'<li title="Contact"><a href="/NL/contact.php">Contact</a></li>'
	+'</ul>'
	+'</div>'
	+'<div id="payoff">'
    +'<blockquote>Bright People Great Future</blockquote>'
    +'<p id="quote_sub">intermediair voor de financiële sector</p>'
    +'</div><div class="menu"><ul>'
	+'<li title="Links"><a href="/NL/prof/links.php">Links</a></li>'
	+'<li title="CV insturen"><a href="/NL/prof/cv.php">CV insturen</a></li>'
	+'<li title="Vacatures"><a href="/NL/prof/vacatures.php">Vacatures</a></li>'
	+'<li title="Succesvolle toekomst"><a href="/NL/prof/toekomst.php">Succesvolle toekomst!</a></li>'
	+'<li title="Financi&euml;le sector is trendsetter"><a href="/NL/prof/trendsetter.php">Financi&euml;le sector is trendsetter</a></li>'
	+'<li title="Hoe word ik professional"><a href="/NL/prof/hoe_word.php">Hoe word ik professional</a></li>'
	+'<li title="Ik ben een professional"><a href="/NL/prof/ik_ben.php">Ik ben een professional</a></li>'
	+'</ul>'
	+'<h3><b>Looking for a great future</b></h3>'
	+'</div>'
	+'<div class="menu2">'
	+'<ul>'
	+'<li title="Links"><a href="/NL/prof/links.php">Links</a></li>'
	+'<li title="Toe aan professionals"><a href="/NL/bankwezen/toe_aan_prof.php">Toe aan professionals</a></li>'
	+'<li title="Professionaliteit staat voorop"><a href="/NL/bankwezen/professionaliteit.php">Professionaliteit staat voorop</a></li>'
	+'<li title="Perfect match"><a href="/NL/bankwezen/perfect_match.php">Perfect match</a></li>'		
	+'<li title="(B)right people"><a href="/NL/bankwezen/bright_people.php">(B)right people</a></li>'
	+'<li title="Facet voor u!"><a href="/NL/bankwezen/info.php">Facet voor u!</a></li>'
	+'</ul>'
	+'<h3><b>Looking for (b)right people</b></h3>'
	+'</div><div id="no_flash">Voor deze website is flash 8 vereist</div>';
	document.write(content); 
	document.getElementById('header').className='header';
	}
function show() {
	var appVer = navigator.appVersion.toLowerCase();
	var is_minor = parseFloat(appVer);
	var is_major = parseInt(is_minor);
	var iePos = appVer.indexOf('msie');
	if (iePos !=-1) {
		is_minor = parseFloat(appVer.substring(iePos+5,appVer.indexOf(';',iePos)))
		is_major = parseInt(is_minor);
	}
	var is_ie = ((iePos!=-1));
	if(is_ie && is_major == 6) {
		window.open('/NL/bedrijfsfilm.html', 'bedrijfsfilm', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300,left = 382,top = 317');
	} else {
		var content = '<!--[if !IE]> -->';
		content += '<object type="application/x-shockwave-flash" data="../../flash/bedrijfspresentatie.swf" width="100%" height="100%">'
		+'<!-- <![endif]-->'
		+'<!--[if IE]>'
		+'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"  width="100%" height="100%" wmode="transparent">'
		+'<param name="movie" value="../../flash/bedrijfspresentatie.swf" />'
		+'<!--><!--dgx-->'
		+'<param name="menu" value="false" />'
		+'<param name="wmode" value="transparent" />'
		+'</object><!-- <![endif]-->';
		document.getElementById('flash_movie').innerHTML = content ;
		document.getElementById('flash_movie').style.display = 'block';
		objectSwap();
	}
}
function hide(){
	document.getElementById('flash_movie').innerHTML = '';
	document.getElementById('flash_movie').style.display = 'none';
}