// common variables
var SiteName = 'WinterStorage09_Moxie';
var rootPath = '';
var HD_XML_LOCATION = 'xml/products.xml';
var EXTRACTA_XML_LOCATION = 'xml/extractas.xml';		//Change this if Extra CTAs are needed
var PRODUCTS_PER_PAGE = 20;
var PRODUCT_COLUMNS = 6;
var THUMBNAIL_SIZE = 100;
var DISPLAY_PRICES = true;

function toggleDisplay(on, off) {
	if (off != '') {$(off).style.display = "none";}
	if (on != '') {$(on).style.display = "inline";}
}


