/*
#########################################################
#
# default javascript settings for the entire site
#
# Copyright:		2000-2008 S-Inside
# Project:			Any website
# Platform:			Javascript
#
#########################################################
*/

// settings for this website
var $nImagePlaceWidth = 0; 					// place holder for big_image, how much from middle op window, default 150;
var $nImagePlaceHeight = 150;				// how much from top of page
var $sHomepage = "index.php";				// where should site go to if loaded in frame
var $nScrollFaceColor = "#ff1822";			// colors for scrollbars
var $nScrollArrowColor = "#000000";			// colors for scrollbars
var $nScrollTrackColor = "#808080";			// colors for scrollbars
var $nScrollShadowColor = "#bababa";		// colors for scrollbars
var $nScrollHighlightColor = "#808080";		// colors for scrollbars
var $nScroll3dlightColor = "#000000";		// colors for scrollbars
var $nScrollDarkshadowColor = "#666464";	// colors for scrollbars

function showPhotobook ($p_sID) {
	var $sText = "";
	
	$sText += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" id="fotoboek" width="480" height="460">';
	$sText += '<param name="movie" value="'+$p_sID+'.swf" />';
	$sText += '<param name="bgcolor" value="#ffffff" />';
	$sText += '<param name="quality" value="high" />';
	$sText += '<param name="base" value="" />';
	$sText += '<param name="allowscriptaccess" value="samedomain" />';
	$sText += '<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="fotoboek" width="480" height="460" src="'+$p_sID+'.swf" bgcolor="#ffffff" quality="high" swliveconnect="true" allowscriptaccess="samedomain">';
	$sText += '</embed>';
	$sText += '</object>';
	$sText += 'Sluiten';
	
	fadeContent(4);
// 	document.getElementById("page").style.display = "none";
	document.getElementById("image_big").innerHTML = $sText;
    document.getElementById("image_big").style.display = "inline";
}

function runQuiz() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" id="quiz" width="100" height="100">');
	document.write('<param name="movie" value="quiz.swf" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="allowscriptaccess" value="samedomain" />');
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="quiz" width="100" height="100" src="quiz.swf" bgcolor="#ffffff" quality="high" swliveconnect="true" allowscriptaccess="samedomain">');
	document.write('<noembed>');
	document.write('</noembed>');
	document.write('</embed>');
	document.write('</object>');
}

function runKNB() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,22,0" id="knb" width="180" height="46">');
	document.write('<param name="movie" value="http://www.businessmedia.nl/banners/notaris/234x60.swf" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="allowscriptaccess" value="samedomain" />');
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" name="knb" width="180" height="46" src="http://www.businessmedia.nl/banners/notaris/234x60.swf" bgcolor="#ffffff" quality="high" swliveconnect="true" allowscriptaccess="samedomain">');
	document.write('<noembed>');
	document.write('</noembed>');
	document.write('</embed>');
	document.write('</object>');
}

  