// presentation patameter
mCrumbItemHighColor = "#e8e8e8"; // highlight color for mCrumb
mCrumbItemDefColor = "#efefef"; // non highlight color for mCrumb
headerColor = "#d1e0d3";
printLeaf = true;

preLoadDefault();
// executed Now!

function preLoadDefault(){
	initScreen();
  checkCookie();  
  initFluid();
}

// setting site onLoadDefault() 
function onLoadDefault(){

	// call necessary function if applicable for whole site
	captureMouseMove();
	
	//setStyle("headerWrapper", "backgroundColor", headerColor );
	
	//alert(gWidth("toolTip")+" "+gHeight("toolTip"));
	//zSize('test',100,100);
	//alert(navigator.userAgent.toLowerCase());
}

function mouseMoveDefault(){
}