/*Main Menu*/
var a = "";
var c = "";

var realUrl = "";
var classStr = "menuLinks";
var classLineStr = "menuLinksLineHeight";
var checkNav = (navigator.userAgent.toLowerCase().indexOf('gecko') != -1);

if (checkNav)
{
	classStr = "menuLinksNS";
	classLineStr = "menuLinksLineHeightNS";
}

var url1 = document.URL;
if ((url1.indexOf("atomz") != -1) || (url1.indexOf("404.html") != -1))
	realUrl = "http://www.cti2.com/";

/*Menu Line*/

/*Home*///49
a = "<div id=\"divHomeBtn\" style=\"position:absolute; width:70px; height:42px; z-index:6; top: 53px; left: 10px\"><a href=\"http://www.cti2.com\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('tb_home','','" + realUrl + "images/toolbar/tb_home_on.gif',1)\"><img name=\"tb_home\" border=\"0\" src=\"" + realUrl + "images/toolbar/tb_home_off.gif\" width=\"70\" height=\"42\"></a></div>";
/*End Home*/

/*About CTI*/
a += "<div id=\"divAboutBtn\" style=\"position:absolute; width:124px; height:42px; z-index:1; top: 53px; left: 80px\"><a href=\"" + realUrl + "company_profile.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('tb_about','','" + realUrl + "images/toolbar/tb_about_on.gif',1); if(scriptrun){aboutMnu.turnOn();}\"><img name=\"tb_about\" border=\"0\" src=\"" + realUrl + "images/toolbar/tb_about_off.gif\" width=\"124\" height=\"42\"></a></div>";
/*End About CTI*/

/*Solutions*/
a += "<div id=\"divSolutionsBtn\" style=\"position:absolute; width:124px; height:42px; z-index:8; top: 53px; left: 204px\"><A href=\"" + realUrl + "solutions_home.html\" ONMOUSEOUT=\"MM_swapImgRestore()\" ONMOUSEOVER=\"MM_swapImage('tb_solutions','','" + realUrl + "images/toolbar/tb_solutions_on.gif',1); if(scriptrun){SolutionsMainMnu.turnOn();}\"><IMG NAME=\"tb_solutions\" BORDER=\"0\" src=\"" + realUrl + "images/toolbar/tb_solutions_off.gif\" WIDTH=\"124\" HEIGHT=\"42\"></A></div>";
/*End Solutions*/

/*Alliances*/
a += "<div id=\"divAlliancesBtn\" style=\"position:absolute; width:124px; height:42px; z-index:7; left: 328px; top: 53px\"><a href=\"" + realUrl + "alliances_mainpage.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('tb_alliances','','" + realUrl + "images/toolbar/tb_alliance_on.gif',1);if(scriptrun){AlliancesMnu.turnOn();}\"><img name=\"tb_alliances\" border=\"0\" src=\"" + realUrl + "images/toolbar/tb_alliance_off.gif\" width=\"124\" height=\"42\"></a></div>";
/*End Alliances*/

/*Press*/
a += "<div id=\"divPressBtn\" style=\"position:absolute; width:106px; height:42px; z-index:9; left: 452px; top: 53px;\"><a href=\"" + realUrl + "press_room.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('tb_press','','" + realUrl + "images/toolbar/tb_press_on.gif',1);if(scriptrun){PressMnu.turnOn();}\"><img name=\"tb_press\" border=\"0\" src=\"" + realUrl + "images/toolbar/tb_press_off.gif\" width=\"106\" height=\"42\"></A></div>";
/*End Press*/

/*Careers*/
a += "<div id=\"divCareersBtn\" style=\"position:absolute; width:106px; height:42px; z-index:1; left: 558px; top: 53px;\"><a href=\"" + realUrl + "careers.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('tb_careers','','" + realUrl + "images/toolbar/tb_careers_on.gif',1)\"><img name=\"tb_careers\" border=\"0\" src=\"" + realUrl + "images/toolbar/tb_careers_off.gif\" width=\"106\" height=\"42\"></a></div>";
/*End Careers*/

/*Contact Us*/
//a += "<div id=\"divContactBtn\" style=\"position:absolute; width:106px; height:42px; z-index:10; top: 53px; left: 664px\"><a href=\"" + realUrl + "contact_us_lobby.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('tb_contact','','" + realUrl + "images/toolbar/tb_contact_on.gif',1);if(scriptrun){ContactMnu.turnOn();}\"><img name=\"tb_contact\" border=\"0\" src=\"" + realUrl + "images/toolbar/tb_contact_off.gif\" width=\"106\" height=\"42\"></a></div>";
a += "<div id=\"divContactBtn\" style=\"position:absolute; width:106px; height:42px; z-index:10; top: 53px; left: 664px\"><a href=\"" + realUrl + "contact_us_lobby.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('tb_contact','','" + realUrl + "images/toolbar/tb_contact_on.gif',1);\"><img name=\"tb_contact\" border=\"0\" src=\"" + realUrl + "images/toolbar/tb_contact_off.gif\" width=\"106\" height=\"42\"></a></div>";
/*End Contact Us*/

/*End Menu Line*/

/*Opening Menus*/

/*About CTI*/
/*	Top menu*/
c = "<div id=\"divAboutMnu\" style=\"position:absolute; width:124px; height:156px; z-index:100; left: 80px; top: 94px; line-height:150px; visibility: hidden;\">";
	c += "<div id=\"about_link1\" onClick=\"toURL('" + realUrl + "company_profile.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26; z-index:1; left: -1px; top: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Company Profile</div>";
	c += "<div id=\"about_link2\" onClick=\"toURL('" + realUrl + "investors_relations.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26; z-index:1; left: -1px; top: 26px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Investors Relations</div>";
	c += "<div id=\"about_link3\" onClick=\"toURL('" + realUrl + "management.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26; z-index:1; left: -1px; top: 52px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Management</div>";
	c += "<div id=\"about_link4\" onClick=\"toURL('" + realUrl + "locations.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26; z-index:1; left: -1px; top: 78px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Locations</div>";
//	c += "<div id=\"about_link5\" onClick=\"toURL('" + realUrl + "case_studies.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26; z-index:1; left: -1px; top: 104px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Case Studies</div>";
	c += "<div id=\"about_link6\" onClick=\"toURL('" + realUrl + "careers.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26; z-index:1; left: -1px; top: 104px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Careers</div>";
c += "</div>";
/*	End Top menu*/
/*End About CTI*/

/*Solutions*/
/*	Top menu*/
c += "<div id=\"divMainSolutions\" style=\"position:absolute; width:124px; height:78px; z-index:100; left: 205px; top: 95px; line-height:75px; visibility: hidden;\">";
	c += "<div id=\"mainCat3\" onClick=\"toURL('" + realUrl + "solutions_home.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26px; z-index:100; left: -1px; top: -1px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Solutions</div>";
	c += "<div id=\"mainCat1\" onClick=\"toURL('" + realUrl + "solutions_intouch.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';if(scriptrun){SolutionsMnu.turnOn();}\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26px; z-index:100; left: -1px; top: 25px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><img src=\"" + realUrl + "images/toolbar/arrow.gif\" width=\"11\" height=\"26\" align=\"right\"><img src=\"" + realUrl + "images/toolbar/arrow_contra.gif\" width=\"11\" height=\"26\" align=\"left\">InTouch</div>";
	c += "<div id=\"mainCat2\" onClick=\"toURL('" + realUrl + "solutions_wwoffice.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';if(scriptrun){CorporateUsrMnu.turnOn();}\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26px; z-index:100; left: -1px; top: 51px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><img src=\"" + realUrl + "images/toolbar/arrow.gif\" width=\"11\" height=\"26\" align=\"right\"><img src=\"" + realUrl + "images/toolbar/arrow_contra.gif\" width=\"11\" height=\"26\" align=\"left\">W.W.Office</div>";
c += "</div>";
/*		InTouch*/
c += "<div id=\"divSolutionsMnu\" style=\"position:absolute; width:160px; height:104px; z-index:101; top: 120px; left: 324px; line-height:104px; visibility: hidden\">";
	c += "<div id=\"SolutionsLink3\" onClick=\"toURL('" + realUrl + "solutions_intouch.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:160px; height:26px; z-index:1; left: 0px; top: 0px; line-height:26px; border:1px solid #004274;\" class=\"" + classStr + "\">InTouch</div>";
	c += "<div id=\"SolutionsLink1\" onClick=\"toURL('" + realUrl + "messaging_solutions.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';if(scriptrun){HomeUsrMnu.turnOn();}\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:160px; height:26px; z-index:1; left: 0px; top: 26px; line-height:26px; border:1px solid #004274;\" class=\"" + classStr + "\"><img src=\"" + realUrl + "images/toolbar/arrow.gif\" width=\"11\" height=\"26\" align=\"right\"><img src=\"" + realUrl + "images/toolbar/arrow_contra.gif\" width=\"11\" height=\"26\" align=\"left\"><span class=\"" + classLineStr + "\">Communications<br>Solutions</span></div>";
	c += "<div id=\"SolutionsLink2\" onClick=\"toURL('" + realUrl + "service_providers.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';if(scriptrun){ProvidersUsrMnu.turnOn();}\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:160px; height:26px; z-index:1; left: 0px; top: 52px; line-height:26px; border:1px solid #004274;\" class=\"" + classStr + "\"><img src=\"" + realUrl + "images/toolbar/arrow.gif\" width=\"11\" height=\"26\" align=\"right\"><img src=\"" + realUrl + "images/toolbar/arrow_contra.gif\" width=\"11\" height=\"26\" align=\"left\">Why InTouch</div>";
c += "</div>";
/*			Messaging solutions*/
c += "<div id=\"divHomeUsrMnu\" style=\"position:absolute; width:150px; height:312px; z-index:102; top: 146px; left: 481px; line-height:300px; visibility: hidden;\">";
	c += "<div id=\"HomeUsr1\" onClick=\"toURL('" + realUrl + "messaging_solutions.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 0px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Communications Solutions</div>";
	c += "<div id=\"HomeUsr2\" onClick=\"toURL('" + realUrl + "solutions_openvoicemail.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 26px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">OPENVoicemail</div>";
	c += "<div id=\"HomeUsr3\" onClick=\"toURL('" + realUrl + "solutions_voicemailplus.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 52px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">VoicmailPLUS</div>";
	c += "<div id=\"HomeUsr4\" onClick=\"toURL('" + realUrl + "solutions_never_miss_a_call.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 78px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Never Miss a Call</div>";
	c += "<div id=\"HomeUsr5\" onClick=\"toURL('" + realUrl + "solutions_voice_to_mms.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 104px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Voice to MMS</div>";
	c += "<div id=\"HomeUsr6\" onClick=\"toURL('" + realUrl + "solutions_video_messaging.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 130px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Video Messaging</div>";
	c += "<div id=\"HomeUsr7\" onClick=\"toURL('" + realUrl + "solutions_dynamicontent.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 156px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">DynamiContent</div>";
	c += "<div id=\"HomeUsr8\" onClick=\"toURL('" + realUrl + "solutions_unified_communications.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 182px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Unified Communications</div>";
	c += "<div id=\"HomeUsr9\" onClick=\"toURL('" + realUrl + "solutions_fax_services.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 208px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Fax Services</div>";
	c += "<div id=\"HomeUsr10\" onClick=\"toURL('" + realUrl + "solutions_mobile_mail.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 234px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Mobile Mail</div>";
	c += "<div id=\"HomeUsr11\" onClick=\"toURL('" + realUrl + "solutions_voice_conferencing.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 260px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Voice Conferencing</div>";
	c += "<div id=\"HomeUsr12\" onClick=\"toURL('" + realUrl + "solutions_hosted_services.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; top: 286px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Hosted Services</div>";
c += "</div>";
/*			End messaging solutions*/
/*			Providers benefits*/
c += "<div id=\"divProvidersUsrMnu\" style=\"position:absolute; width:150px; height:104px; z-index:102; left: 481px; top: 172px; line-height:100px; visibility: hidden;\">";
	c += "<div id=\"ProvidersUsrLink1\" onClick=\"toURL('" + realUrl + "service_providers.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; left: 0px; top: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Why InTouch</div>";
	c += "<div id=\"ProvidersUsrLink2\" onClick=\"toURL('" + realUrl + "providers_mobile.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; left: 0px; top: 26px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Mobile Operator Benefits</div>";
	c += "<div id=\"ProvidersUsrLink3\" onClick=\"toURL('" + realUrl + "providers_telco.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; left: 0px; top: 52px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Telco Benefits</div>";
	c += "<div id=\"ProvidersUsrlink4\" onClick=\"toURL('" + realUrl + "providers_broadband.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:150px; height:26px; z-index:1; left: 0px; top: 78px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Broadband Benefits</div>";
c += "</div>";
/*			End Providers benefits*/
/*		End InTouch*/
/*		W.W.Office*/
c += "<div id=\"divCorporateMnu\" style=\"position:absolute; width:144px; height:78px; z-index:101; left: 324px; top: 146px; line-height:75px; visibility: hidden;\">";
	c += "<div id=\"Corporate4\" onClick=\"toURL('" + realUrl + "solutions_wwoffice.html');\" onMouseOver=\"this.style.backgroundColor='#B9DBF7';\" onMouseOut=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:144px; height:26px; z-index:1; left: 0px; top: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">W.W.Office</div>";
	c += "<div id=\"Corporate1\" onClick=\"toURL('" + realUrl + "Corporate_var.html');\" onMouseOver=\"this.style.backgroundColor='#B9DBF7';\" onMouseOut=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:144px; height:26px; z-index:1; left: 0px; top: 26px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><span class=\"" + classLineStr + "\">Value-Added Resellers<br>for W.W.Office</span></div>";
	c += "<div id=\"Corporate3\" onClick=\"toURL('" + realUrl + "wwoffice_benefits.html');\" onMouseOver=\"this.style.backgroundColor='#B9DBF7';if(scriptrun){WWofficeMnu.turnOn();}\" onMouseOut=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:144px; height:26px; z-index:1; left: 0px; top: 52px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><img src=\"" + realUrl + "images/toolbar/arrow.gif\" width=\"11\" height=\"26\" align=\"right\"><img src=\"" + realUrl + "images/toolbar/arrow_contra.gif\" width=\"11\" height=\"26\" align=\"left\">Why W.W.Office</div>";
c += "</div>";
/*			Why W.W.Office*/
c += "<div id=\"divWWOFFICE\" style=\"position:absolute; width:130px; height:104px; z-index:102; top: 198px; left: 462px; line-height:100px; visibility: hidden;\">";
	c += "<div id=\"WWOFFICE1\" onClick=\"toURL('" + realUrl + "wwoffice_benefits.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:130px; height:26px; z-index:1; top: 0px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Corporate Benefits</div>";
	c += "<div id=\"WWOFFICE2\" onClick=\"toURL('" + realUrl + "wwoffice_IT_pro_Benefits.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:130px; height:26px; z-index:1; top: 26px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">IT Professional Benefits</div>";
	c += "<div id=\"WWOFFICE3\" onClick=\"toURL('" + realUrl + "wwoffice_var_benefits.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:130px; height:26px; z-index:1; top: 52px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><span class=\"" + classLineStr + "\">Value-Added Resellers Benefits</span></div>";
	c += "<div id=\"WWOFFICE4\" onClick=\"toURL('" + realUrl + "wwoffice_employee_benefits.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:130px; height:26px; z-index:1; top: 78px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Employee Benefits</div>";
c += "</div>";
/*			End Why W.W.Office*/
/*		End W.W.Office*/
/*	End Top menu*/
/*End Solutions*/

/*Alliances*/
/*	Top menu*/
c += "<div id=\"divAlliancesMnu\" style=\"position:absolute; width:124px; height:130px; z-index:100; top: 94px; left: 329px; line-height:125px; visibility: hidden;\">";
	c += "<div id=\"Alliances5\" onClick=\"toURL('" + realUrl + "alliances_mainpage.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26px; z-index:1; left: -1px; top: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Alliances</div>";
	c += "<div id=\"Alliances1\" onClick=\"toURL('" + realUrl + "alliances_strategic.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26px; z-index:1; left: -1px; top: 26px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Strategic Alliances</div>";
	c += "<div id=\"Alliances2\" onclick=\"toURL('" + realUrl + "alliances_technological.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26px; z-index:1; left: -1px; top: 52px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><span class=\"" + classLineStr + "\">Product and Technology Alliances</span></div>";
	c += "<div id=\"Alliances3\" onClick=\"toURL('" + realUrl + "alliances_var_for_cpe.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';if(scriptrun){ ChannelMnu.turnOn();}\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26px; z-index:1; left: -1px; top: 78px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><img src=\"" + realUrl + "images/toolbar/arrow_contra.gif\" width=\"11\" height=\"26\" align=\"left\"><img src=\"" + realUrl + "images/toolbar/arrow.gif\" width=\"11\" height=\"26\" align=\"right\">Channel Alliances</div>";
	c += "<div id=\"Alliances4\" onClick=\"toURL('" + realUrl + "alliances_about_channel.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:124px; height:26px; z-index:1; left: -1px; top: 104px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><span class=\"" + classLineStr + "\">About Channel Alliances Program</span></div>";
c += "</div>";

/*		Chanell Aliiances*/
c += "<div id=\"divChannelMnu\" style=\"position:absolute; width:146px; height:52px; z-index:100; top: 172px; left: 448px; line-height:50px; visibility: hidden;\">";
	c += "<div id=\"Channel2\" onClick=\"toURL('" + realUrl + "alliances_var_for_cpe.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:146px; height:26px; z-index:1; top: 0px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><span class=\"" + classLineStr + "\">Value-Added Resellers<br>for W.W.Office</span></div>";
	c += "<div id=\"Channel3\" onClick=\"toURL('" + realUrl + "alliances_var_for_telco.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:146px; height:26px; z-index:1; top: 26px; left: 0px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><span class=\"" + classLineStr + "\">Value-Added Resellers<br>for InTouch</span></div>";
c += "</div>";
/*		End Chanell Aliiances*/
/*	End Top menu*/
/*End Alliances*/

/*Press*/
/*	Top menu*/
c += "<div id=\"divPressMnu\" style=\"position:absolute; width:108px; height:156px; z-index:100; top: 94px; left: 450px; line-height:150px; visibility: hidden;\">";
	c += "<div id=\"Press1\" onClick=\"toURL('" + realUrl + "press_room.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:108px; height:26px; z-index:1; left: 0px; top: 0; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Press Room</div>";
	c += "<div id=\"Press2\" onClick=\"toURL('" + realUrl + "press_releases_lobby.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:108px; height:26px; z-index:1; left: 0px; top: 26px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Press Releases</div>";
	c += "<div id=\"Press3\" onClick=\"toURL('" + realUrl + "news_lobby.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:108px; height:26px; z-index:1; left: 0px; top: 52px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">News</div>";
	c += "<div ID=\"Press4\" onclick=\"toURL('" + realUrl + "events_lobby.html');\" ONMOUSEOVER=\"this.style.backgroundColor='#B9DBF7';\" ONMOUSEOUT=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:108px; height:26px; z-index:1; left: 0px; top: 78px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Events</div>";
//	c += "<div id=\"Press5\" onclick=\"toURL('" + realUrl + "media_contacts_lobby.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:108px; height:26px; z-index:1; left: 0px; top: 104px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Media Contacts</div>";
	c += "<div id=\"Press6\" onclick=\"toURL('" + realUrl + "press_awards.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:108px; height:26px; z-index:1; left: 0px; top: 104px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Awards</div>";
c += "</div>";
/*	End Top menu*/
/*End Press*/

/*Contact Us*/
/*	Top menu*/
c += "<div id=\"divContactMnu\" style=\"position:absolute;width:106px;height:208px;z-index:100;left:664px;top:95px;line-height:200px;visibility:hidden\">";
	c += "<div id=\"Contact1\" onClick=\"toURL('" + realUrl + "contact_us_lobby.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:106px; height:26px; z-index:1; left: 0px; top: -1px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Contact Us</div>";
/*	c += "<div id=\"Contact2\" onClick=\"toURL('" + realUrl + "http://www.audiocodes.com/ContentASP.aspx?voip=27&File=DisplayRegistration.asp?UserLeadTypeID=1');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:106px; height:26px; z-index:1; left: 0px; top: 25px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Sales Inquires</div>";
	c += "<div id=\"Contact3\" onClick=\"toURL('" + realUrl + "locations.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:106px; height:26px; z-index:1; left: 0px; top: 51px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Locations</div>";
	c += "<div id=\"Contact4\" onClick=\"toURL('" + realUrl + "Demo_Account_Request.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:106px; height:26px; z-index:1; left: 0px; top: 77px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\"><span class=\"" + classLineStr + "\">Demo Account<br>Request</span></div>";
	c += "<div id=\"Contact5\" onClick=\"toURL('" + realUrl + "media_contacts_lobby.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:106px; height:26px; z-index:1; left: 0px; top: 103px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Media Contacts</div>";
	c += "<div id=\"Contact6\" onClick=\"toURL('" + realUrl + "contact_investor_relations.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:106px; height:26px; z-index:1; left: 0px; top: 129px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Investors Relations</div>";
	c += "<div id=\"Contact7\" onClick=\"toURL('" + realUrl + "alliances_VAR_contact.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:106px; height:26px; z-index:1; left: 0px; top: 155px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Alliances</div>";
	c += "<div id=\"Contact8\" onClick=\"toURL('" + realUrl + "Web_Feedback.html');\" onMouseover=\"this.style.backgroundColor='#B9DBF7';\" onMouseout=\"this.style.backgroundColor='white';\" style=\"position:absolute; width:106px; height:26px; z-index:1; left: 0px; top: 181px; line-height:25px; border:1px solid #004274;\" class=\"" + classStr + "\">Web Feedback</div>";*/
c += "</div>";
/*	End Top menu*/
/*End Contact Us*/

/*End Opening Menus*/

/*End Main Menu*/
