// document.write('<META HTTP-EQUIV="refresh" CONTENT="10000">');
document.write('<META HTTP-EQUIV="pragma" CONTENT="no-cache">');

function showFlash(movie,w,h,bcolor) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="' + w + '" height="' + h + '" id="sjakoo_promo" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="' + movie + '" />');
	document.write('<param name=menu value=false />');
	document.write('<param name=bgcolor value=#' + bcolor + '/ >');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="' + movie + '" bgcolor=#' + bcolor + ' quality="high" width="' + w + '" height="' + h + '" menu="false" name="sjakoo_promo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</object>');
}


function terugboven() {
	document.write('<p style="padding-left: 100px; padding-top: 50px; padding-bottom: 100px; padding-right: 0px; text-align: center;"><a href="javascript:history.back();" onFocus="this.blur()">terug</a>&nbsp;/&nbsp;<a href="javascript:scrollTo(0,0);" onFocus="this.blur()">boven</a></p>');
}

function terug() {
	document.write('<p style="padding-left: 100px; padding-top: 50px; padding-bottom: 100px; padding-right: 0px; text-align: center;"><a href="javascript:history.back();" onFocus="this.blur()">terug</a></p>');
}

function boven() {
	document.write('<p style="padding-left: 100px; padding-top: 50px; padding-bottom: 100px; padding-right: 0px; text-align: center;"><a href="javascript:scrollTo(0,0);" onFocus="this.blur()">boven</a></p>');
}

function popWin(url,H,W,R) {
	var popWindow = window.open('' + url + '', "pop", 'menu=0,toolbar=0,resizable=' + R + ',status=0,scrollbars=1,top=0,left=0,height=' + H + ',width=' + W + '');
	popWindow.focus();
}



