//--------------------------------------------------------------------------------------------------------------------------------------------------
//iVex WCS - Website Control Systems - eCommerce Application
//	(C) 2007 iVexWCS.com. All rights reserved.
//	This is NOT Free Software and requires a license for use. Visit iVexWCS.com for more information.
//--------------------------------------------------------------------------------------------------------------------------------------------------


//Main Site Functions Needed on Every Page
function preload(){
	navbarhover = new Image();
	navbarhover.src = site_url+"skin/images/navbar-hover.jpg";
}