/*
#########################################################
#
# 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 = 200;				// how much from top of page
var $sHomepage = "index.html";				// where should site go to if loaded in frame
var $nScrollFaceColor = "#bd744a";			// colors for scrollbars
var $nScrollArrowColor = "#000000";			// colors for scrollbars
var $nScrollTrackColor = "#fbebce";			// colors for scrollbars
var $nScrollShadowColor = "#5C5a5a";		// colors for scrollbars
var $nScrollHighlightColor = "#d1cfcf";		// colors for scrollbars
var $nScroll3dlightColor = "#f63838";		// colors for scrollbars
var $nScrollDarkshadowColor = "#054024";	// colors for scrollbars


// settings for changeable photo slide on the homepage
var $nImages = 6;
var $aImages = new Array();
	$aImages[0] = "img/home.jpg";
	$aImages[1] = "img/home1.jpg";
	$aImages[2] = "img/home2.jpg";
	$aImages[3] = "img/home3.jpg";
	$aImages[4] = "img/home4.jpg";
	$aImages[5] = "img/home5.jpg";
