function testEngine(){
	this.dom= (document.getElementById)
	this.op5= (window.opera && this.dom)
	this.ie4= (document.all && !this.dom)
	this.ie5= (navigator.userAgent.indexOf("MSIE 5")>-1 && this.dom && !this.op5)
	this.ie6= (navigator.userAgent.indexOf("MSIE 6")>-1 && this.dom && !this.op5)
	this.ie=  (this.ie4 || this.ie5 || this.ie6)
	this.ns4= (document.layers && !this.dom)
	this.ns6= (!document.all && this.dom && !this.op5)
	this.ko2= (navigator.userAgent.indexOf("Konqueror")>-1 && this.dom)
	this.mac= (navigator.userAgent.indexOf("Mac")>-1)
	this.win= (navigator.userAgent.indexOf("Windows")>-1)
	this.oldbox= (this.ns4 || (this.ie&&this.win&&document.compatMode!="CSS1Compat") || (this.ie5&&this.mac&&document.doctype&&document.doctype.name.indexOf(".dtd")==-1) )
	this.cssbox= (!this.oldbox)
	this.ok=  (this.ie4 || this.ie5 || this.ie6 || this.ns4 || this.ns6 || this.op5 || this.ko2)
}
br= new testEngine()

menu0 = new StyleMenu("menu0")

menu0.positionLinks = 1;		
menu0.positionInvert = 0;		
menu0.positionSubs = 1;			// left
menu0.stayOpen = 0;				
menu0.backgroundbar = 0;		
menu0.hideFloaters = 0;			
menu0.positionType = 0;			

menu0.menuXOffset = 352;		// position
menu0.menuYOffset = 60;		// top
menu0.subXOffset = 0;			
menu0.subYOffset = 0;			

menu0.setBackgroundbar(2, 3, 1, "solid", "#000000", "#000000")

menu0.setSubs(2, 3, 1, "solid", "#1A3341" )

menu0.setMainLinkboxes(2, 3, 0, "solid", "#1A3341", "", "", "", "13px");

menu0.setSubLinkboxes(0, 0, 0, "solid", "#D5CBAB", "#EBE7E0", "#000000", "#D5CBAB", "16px");


menu0.mlinkTextstyle =			'color:#ffffff; text-decoration:none; font-family:verdana,arial,helvetica,sans-serif; font-size:11px; '
menu0.mlinkRolloverTextstyle =	'color:#7b8e98; text-decoration:none; font-family:verdana,arial,helvetica,sans-serif; font-size:11px; '
menu0.slinkTextstyle =			'color:#000000; text-decoration:none; font-family:verdana,arial,helvetica,sans-serif; font-size:10px;'
menu0.slinkRolloverTextstyle =	'color:#000000; text-decoration:none; font-family:verdana,arial,helvetica,sans-serif; font-size:10px;'

menu0.addmain ("#", "&nbsp;About Us&nbsp;", "_self", null, 110)
menu0.addlink ("html/abcomprof.html", "Company Profile", "_self")
/*
menu0.addlink ("html/abmanagteam.html", "Management Team", "_self")
menu0.addlink ("html/abboardirector.html", "Board of Directors", "_self")
menu0.addlink ("html/abinvest.html", "Investors", "_self")*/
menu0.addlink ("html/abmemberships.html", "Memberships", "_self")
menu0.addlink ("html/contcareers.html", "Careers", "_self")

menu0.addmain ("#", "&nbsp;Solutions&nbsp;", "_self", null, 165)
menu0.addlink ("html/solover.html", "Overview", "_self")
menu0.addlink ("html/solics.html", "IP-based Conferencing", "_self")
menu0.addlink ("html/solvoipbb.html", "VoIP for Broadband Networks", "_self")
menu0.addlink ("html/solimworks.html", "Enterprise Instant Messaging","_self")

menu0.addmain ("#", "&nbsp;Products&nbsp;", "_self", null, 210)
menu0.addlink ("html/prodover.html", "Overview", "_self")
menu0.addlink ("html/prodsipfclass.html", "Indigo SIP Foundation Class", "_self")
menu0.addlink ("html/prodsipsdk.html", "Indigo SIP Server & SDK", "_self")
menu0.addlink ("html/prodpressdk.html", "Indigo Presence Server & SDK", "_self")
menu0.addlink ("html/prodcomservsdk.html", "Indigo Communications Server & SDK", "_self")

menu0.addmain ("#", "&nbsp;Customers&nbsp;", "_self", null, 110)
menu0.addlink ("html/custenterpr.html", "Enterprises", "_self")
menu0.addlink ("html/custserviceproviders.html", "Service Providers", "_self")
menu0.addlink ("html/custappldevisvs.html", "Application Builders", "_self")

menu0.addmain ("#", "&nbsp;Partners&nbsp;", "_self", null, 115)
menu0.addlink ("html/partnover.html", "Overview", "_self")
menu0.addlink ("html/partntech.html", "Technology Partners", "_self")
menu0.addlink ("html/partnchannel.html", "Channel Partners", "_self")

//menu0.addmain ("#", "&nbsp;Press Room&nbsp;", "_self", null, 90)
menu0.addlink ("html/pressreleas.html", "Press Releases", "_self")
menu0.addlink ("html/pressnews.html", "In the News", "_self")

menu0.addmain ("#", "&nbsp;Contact Us&nbsp;", "_self", null, 70)
menu0.addlink ("html/contlocat.html", "Locations", "_self")
/*
menu0.addlink ("html/contdir.html", "Directions", "_self")
*/



// If the browser is ok, it writes the html to the page and initiates the menu onload.
// Do not put these two lines in an external js file.
if (br.ok){
	writeStyleMenus();
	onload = initStyleMenus;
}
//-->