function getLoginString(){
	var str = "";
	if (userType == "VISITOR") 
		str = "&skinname=none"; 
	return str;
}

function GetURL(name){
	var str = "";
	if (userType == "VISITOR"){
		switch(name){
			case "humidorbag":
				str = "/Products/HumidorBag/";
				break;
			default:
				break;
		}
	} 
	else{
		switch(name){
			case "humidorbag":
				str = "/Products/HumidorBag/";
				break;
			default:
				break;
		}
	}
	
	GoToURL(str,"");
}

var a1 = new Array();
a1[0] = new elem('"/products/humidorbag/specs.aspx",""','Specs');
a1[1] = new elem('"/products/humidorbag/performancetests.aspx",""','Performance Charts');
//a1[2] = new elem('"/products/humidorbag/",""','How to Open');
//a1[3] = new elem('"/products/humidorbag/",""','Retailer Support');
//a1[4] = new elem('"/products/humidorbag/",""','Become a Dealer');
a1[2] = new elem('"/products/humidorbag/opening.aspx",""','How to Open');
a1[3] = new elem('"/products/humidorbag/faq.aspx",""','FAQ');
a1[4] = new elem('"/products/locateretailer.asp",""','Where to Buy');
//a1[0] = new elem('"/e/t/accounts/AcctBalanceSummary?traxui=F_GN",""','Specs');
var a2 = new Array();
var a3 = new Array();
var a4 = new Array();
var a5 = new Array();





