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

// settings for this website
var $nImagePlaceWith = 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.html";				// where should site go to if loaded in frame
var $nScrollFaceColor = "#f63838";			// colors for scrollbars
var $nScrollArrowColor = "#18188c";			// colors for scrollbars
var $nScrollTrackColor = "#d1cfcf";			// colors for scrollbars
var $nScrollShadowColor = "#5C5a5a";		// colors for scrollbars
var $nScrollHighlightColor = "#d1cfcf";		// colors for scrollbars
var $nScroll3dlightColor = "#f63838";		// colors for scrollbars
var $nScrollDarkshadowColor = "#2e2a2a";	// colors for scrollbars
