/*
#########################################################
#
# 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 = "#ff0000";			// colors for scrollbars
var $nScrollArrowColor = "#333333";			// colors for scrollbars
var $nScrollTrackColor = "#aaa8a8";			// colors for scrollbars
var $nScrollShadowColor = "#000000";		// colors for scrollbars
var $nScrollHighlightColor = "#d4e7fc";		// colors for scrollbars
var $nScroll3dlightColor = "#d4e7fc";		// colors for scrollbars
var $nScrollDarkshadowColor = "#000000";	// colors for scrollbars

