/*
#########################################################
#
# 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 = "#2c4689";			// colors for scrollbars
var $nScrollArrowColor = "#ffffff";			// colors for scrollbars
var $nScrollTrackColor = "#e1e3ec";			// colors for scrollbars
var $nScrollShadowColor = "#5c5a5a";		// colors for scrollbars
var $nScrollHighlightColor = "#d1cfcf";		// colors for scrollbars
var $nScroll3dlightColor = "#e0dada";		// colors for scrollbars
var $nScrollDarkshadowColor = "#2a2a2a";	// colors for scrollbars