/*
#########################################################
#
# default javascript settings for the entire site
#
# Copyright:		2000-2008 S-Inside
# Project:			sd2.nl
# Platform:			Javascript
#
#########################################################
*/

// settings for this website
var $sHomepage = "index.html";						// where should site go to if loaded in frame
var $nScrollFaceColor = "#411c00";					// colors for scrollbars
var $nScrollArrowColor = "#ff7200";					// colors for scrollbars
var $nScrollTrackColor = "#c2a085";				// colors for scrollbars
var $nScrollShadowColor = "#5c5a5a";			// colors for scrollbars
var $nScrollHighlightColor = "#d1cfcf";				// colors for scrollbars
var $nScroll3dlightColor = "#e0dada";				// colors for scrollbars
var $nScrollDarkshadowColor = "#2e2a2a";		// colors for scrollbars
var $nErrorBoxWidth = 500;							// the width of the javascript error box
var $nErrorBoxHeight = 260;							// the height of the javascript error box

