var sLoc = new String(this.location);

if (sLoc.indexOf("localhost") != -1) {
	var sSite = "";
}else{
	var sSite = "http://www.adventureescapades.co.za/";
}

//cross-browser screen-width checking
var x,y;
if (self.innerHeight) // all except Explorer
{
	x = self.innerWidth;
	y = self.innerHeight;
}
else if (document.documentElement && document.documentElement.clientHeight)
	// Explorer 6 Strict Mode
{
	x = document.documentElement.clientWidth;
	y = document.documentElement.clientHeight;
}
else if (document.body) // other Explorers
{
	x = document.body.clientWidth;
	y = document.body.clientHeight;
}


/* Tigra Menu PRO template structure */
var MENU_TPL = {
	'width': [100,150,200],
	'height': [20,17,17],
	'block_left': [x/2-265,20,150],
	'block_top': [100,22,1],
	'left': [99,0,0],
	'top': [0,18,18],
	'hide_delay': [400,400,400],
	'expd_delay': [200,200,200],
	'pixel_path': sSite + 'img/spacer.gif'
	


};

