/*
#########################################################
#
# 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 = "#000000";			// colors for scrollbars
var $nScrollArrowColor = "#e3db12";			// colors for scrollbars
var $nScrollTrackColor = "#e3db12";			// colors for scrollbars
var $nScrollShadowColor = "#d4e4ca";		// colors for scrollbars
var $nScrollHighlightColor = "#808080";		// colors for scrollbars
var $nScroll3dlightColor = "#000000";		// colors for scrollbars
var $nScrollDarkshadowColor = "#666464";	// colors for scrollbars


$sURL = "http://www.limseeds.com/";

