if (document.location.protocol != "https:")
{
document.location = "https://execonnect.com";
}

//create Navigation Menu Variables

var navName, navURL;

function MenuObj(menuURL,menuName){
    this.navURL = menuURL;
    this.navName = menuName;
}

var navMenuArray = new Array(2);
navMenuArray[0] = new Array(new MenuObj("../../companies.php","Companies A-Z"),new MenuObj("../../companiesIndustry.php","Companies by Industry"));
navMenuArray[1] = new Array(new MenuObj("../../auction.php","AuctionExec"),new MenuObj("../../charity.php","AuctionSiliconValley"));

// the number you pass to initLeft doesn't matter since it will get
// changed onactivate
var myMenu1 = new ypSlideOutMenu("menu1", "down", 189, 145, 165, (navMenuArray[0].length *15) + 22)
var myMenu2 = new ypSlideOutMenu("menu2", "down", 107, 145, 150, (navMenuArray[1].length *15) + 22)
	

ypSlideOutMenu.writeCSS();