var docRoot = "http://www.fusepoint.com/";
navBarSpacerSrc = docRoot + "images/spacer.gif";

//main navbar
		//navBarObj(iPAD, iSPACE, iWIDTH, iIHEIGHT, iINDENT, sISTYLE, sIOVER, sCOLOR)
	var mainMenu = new navBarObj(3, 0, 150, 17, 18, "mainMenu", "mainMenuOver", "#004E80");
		//sLABEL, sURL, sTYPE, iHEIGHT, iINDENT, sSTYLE, sOVER, sCELLSTYLE, sALIGN, sVALIGN
		mainMenu.addNavItem("Services", "#", false, 20, false, false, false, "navItemBorder");
		mainMenu.addNavItem("About Us", "#", false, false, false, false, false, "navItemBorder");
		mainMenu.addNavItem("Case Studies", docRoot + "english/html/case_studies.html", false, false, false, false, false, "navItemBorder");
		mainMenu.addNavItem("Customer Care", "#", false, false, false, false, false, "navItemBorder");
		mainMenu.addNavItem("Partners", "#", false, false, false, false, false, "navItemBorder");
		mainMenu.addNavItem("News / Information", "#", false, false, false, false, false, "navItemBorder");
		mainMenu.addNavItem("Contact Us", "#", false, false, false, false, false, "navItemBorder");
		mainMenu.addNavItem("Fran&ccedil;ais", "jumpToTarget();", "SCRIPT", 19, false, false, false, false);
		
		
		mainMenu.navItem[0].addPopMenu("services");
		mainMenu.navItem[1].addPopMenu("about");
		mainMenu.navItem[3].addPopMenu("ccare");
		mainMenu.navItem[4].addPopMenu("partners");
		mainMenu.navItem[5].addPopMenu("news");
		mainMenu.navItem[6].addPopMenu("contact");
		

//popmenu
	//popStyleObj(iINDENT, iPAD, iSPACE, sTBG, sCBGA, sCBGB)
	popDefaultStyle = new popStyleObj(12, 7, 1, "#004E80", "#FFFFFF", "#4D82A4", "menuText", "menuTextOver");
	//addPopMenu(sID, iX, iY, iW, iH, iZ, oPOPSTYLEOBJ) 
	var anchorPoint = 156;
	addPopMenu("services", anchorPoint, 72, 200, 300);
	addPopMenu("about", anchorPoint, 97, 150, 300);
	addPopMenu("ccare", anchorPoint, 145, 175, 300);
	addPopMenu("partners", anchorPoint, 169, 150, 300);
	addPopMenu("news", anchorPoint, 193, 175, 300);
	addPopMenu("contact", anchorPoint, 217, 175, 300);
	
	//addPopMenuItem(sMenuID, sID, sLABEL, sURL, sTYPE, sSTYLEA, sSTYLEB, sTARGET)
	addPopMenuItem("services", "serv1", "Overview", docRoot + "english/html/services.html");
	addPopMenuItem("services", "serv2", "Infrastructure &amp; Hosting", docRoot + "english/html/managed_hosting/index.html");
	addPopMenuItem("services", "serv3", "Application Services", docRoot + "english/html/application_services/index.html");
	addPopMenuItem("services", "serv4", "Disaster Recovery", docRoot + "english/html/dr_page1.html");
	addPopMenuItem("services", "serv5", "Professional Services", docRoot + "english/html/pro_services/index.html");

	addPopMenuItem("about", "about1", "Overview", docRoot + "english/html/about_us.html");
	addPopMenuItem("about", "about2", "Leadership Team", docRoot + "english/html/leadership.html");
	addPopMenuItem("about", "about3", "Board of Directors", docRoot + "english/html/board.html");
	addPopMenuItem("about", "about4", "Investors", docRoot + "english/html/investors.html");
	addPopMenuItem("about", "about5", "Careers", docRoot + "english/html/careers.html");
	addPopMenuItem("about", "about6", "Contact Us", docRoot + "english/html/contact.html");
	addPopMenuItem("about", "about7", "Legal", docRoot + "english/html/legal.html");
	
	addPopMenuItem("ccare", "ccare1", "Client Experience Team", docRoot + "english/html/customer_care.html");
	addPopMenuItem("ccare", "ccare2", "Operations Center", docRoot + "english/html/oc.html");
	addPopMenuItem("ccare", "ccare3", "Customer Login", "https://webcare.fusepoint.com/webcare/home.cfm");


	addPopMenuItem("partners", "part1", "Partner Program", docRoot + "english/html/partner_program.html");
	addPopMenuItem("partners", "part2", "Technology Partners",  docRoot + "english/html/partners_technology.html");
	addPopMenuItem("partners", "part3", "Partners Form",  docRoot + "english/html/partner_form.html");
	
	addPopMenuItem("news", "news1", "Press Releases", docRoot + "english/html/news.html");
	addPopMenuItem("news", "news2", "In The News", docRoot + "english/html/in_the_news.html");
	addPopMenuItem("news", "news3", "Resources", docRoot + "english/html/resources.html");
	addPopMenuItem("news", "news4", "Newsletters", docRoot + "english/html/newsletter_index.html");
	
	addPopMenuItem("contact", "cont1", "Contact Us", docRoot + "english/html/contact.html");
	addPopMenuItem("contact", "cont2", "Vancouver", docRoot + "english/html/contact-vancouver.html");
	addPopMenuItem("contact", "cont3", "Toronto", docRoot + "english/html/contact-toronto.html");
	addPopMenuItem("contact", "cont4", "Montreal", docRoot + "english/html/contact-montreal.html");
	addPopMenuItem("contact", "cont5", "Quebec", docRoot + "english/html/contact-quebec.html");
	
//Output Menus
//popDebug = true;
initPopMenu(window);