/*
#########################################################
#
# default javascript settings for the entire site
#
# Copyright:		2000-2011 S-Inside
# Project:			www.novitasnotariaat.nl
# 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 = "#c80202";			// colors for scrollbars
var $nScrollArrowColor = "#a9a5a5";			// colors for scrollbars
var $nScrollTrackColor = "#7c7c7c";			// colors for scrollbars
var $nScrollShadowColor = "#ff0101";		// colors for scrollbars
var $nScrollHighlightColor = "#c1c3c5";		// colors for scrollbars
var $nScroll3dlightColor = "#970d0d";		// colors for scrollbars
var $nScrollDarkshadowColor = "#000000";	// colors for scrollbars

// extra stuff per website that should start on onload
function extraStartFunctions() {
	
}

// extra stuff per website that should get started by jQuery
function extraJQueryFunctions() {
		
}
