var loc = self.location+"'"
var offSetIndex = (loc.indexOf("index.html") > -1 || loc.indexOf(".html") == -1) ? 47 : 0;

// item id, top position, left position, menu width
// text, link, has child

// Start Solutions ********************************************
Build_Menu("1", 131, 203+offSetIndex, 128, [
	
	"Overview", "solutions.html", false,
	"Business Impact", "solutionBusImp.html", true,
	"Application Solutions", "solutionAppSol.html", true
])
Build_Menu("1_2", 148, 331+offSetIndex, 131, [
	"Increase Revenue", "solutionIncRev.html", false,
	"Reduce Cost", "solutionRedCos.html", false,
	"Improve Balance Sheet", "solutionImpBal.html", false,
	"Reduce Risk", "solutionRedRis.html", false
])
Build_Menu("1_3", 165, 331+offSetIndex, 121, [
	"Outsourcing Offshore", "solutionOutOff.html", false,
	"Virtual Call Centers", "solutionVirCalCen.html", false,
	"ASPs", "solutionAsp.html", false,
	"SSL VPNs", "solutionSslVpn.html", false
])
// End Solutions ********************************************

// Start Services ********************************************
Build_Menu("2", 131, 289+offSetIndex, 95, [
	"Overview", "services.html", false,
	"NetLightning", "serviceNetLig.html", true,
	"NetliView", "serviceNetVie.html", true,
	"NetliContinuity", "serviceNetCon.html", true
])
Build_Menu("2_2", 148, 384+offSetIndex, 123, [
	"Features and Benefits", "serviceFeaAndBen.html", false
])
Build_Menu("2_3", 165, 384+offSetIndex, 123, [
	"Features and Benefits", "serviceFeaAndBen2.html", false
])
Build_Menu("2_4", 182, 384+offSetIndex, 123, [
	"Features and Benefits", "serviceFeaAndBen3.html", false
])
// End Services ********************************************

// Start Technology ********************************************
Build_Menu("3", 131, 365+offSetIndex, 84, [
	"Overview", "technology.html", false,
	"Netli One", "technologyAdn.html", false
])
// End Technology ********************************************

// Start Partners ********************************************
Build_Menu("4", 131, 461+offSetIndex, 108, [
	"Overview", "partners.html", false,
	"Resellers", "partnerRes.html", false,
	"Solution Providers", "partnerSolPro.html", false,
	"Agents", "partnerAge.html", false
])
// End Partners ********************************************

// Start News & Events ********************************************
Build_Menu("5", 131, 542+offSetIndex, 94, [
	"Overview", "newsEvent.html", false,
	"Press Releases", "newsEventPreRel.html", false,
	"Articles", "newsEventArt.html", false,
	"Testimonials", "newsEventTes.html", false,
	"Events", "newsEventEve.html", false,
	"Press Room", "newsEventTesRoo.html", false
])
// End News & Events ********************************************

// Start Company ********************************************
Build_Menu("6", 131, 648+offSetIndex, 79, [
	"Overview", "company.html", false,
	"Fact Sheet", "companyPreShe.html", false,
	"Management", "companyMan.html", false,
	"Employment", "companyEmp.html", false,
	"Contact Us", "companyConUs.html", false
])
// End Company ********************************************







