
// Uncomment this when using in local machine
//if(navigator.appName == "Microsoft Internet Explorer") // Used in Internet Explorer
//{
//	var folderPath = "http://www.microbridge.biz/_includes/js/"; // Change the path according to you
//}
//if(navigator.appName == "Netscape")	// Used in Mozilla Firefox
//{
//	var folderPath = "http://www.microbridge.biz/_includes/js/";  // Change the path according to you
//}


// Used only for live server
var path = "http://" + window.location.toString().split("//")[1].split("/")[0] + "/";
folderPath = path + "";


_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0            // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
fixMozillaZIndex=false;
ignoreCollisions = true;



with(mainMenuStyle=new mm_style())
{
padding="0px 0px 0px 0px";
}

with(menuStyle=new mm_style()){
onbgcolor="#575757";
oncolor="#FFFFFF";
offbgcolor="#282828";
offcolor="#FFFFFF";
bordercolor="#747474";
borderstyle="dotted";
borderwidth=0;
separatorsize="0";
fontsize="11px";
fontstyle="normal";
fontfamily="Arial";
padding="0px 10px 0px 0px";
subimage=folderPath +"images/menus/arrow.gif";
subimagepadding=3;
bgimage=folderPath +"images/menus/menu_bg.gif";
pageimage="";
//separatorcolor="#1662A0";
//pagecolor="black";
//pagebgcolor="#747474";
//headercolor="#747474";
//headerbgcolor="#ffffff";
//rawcss="text-transform:uppercase;";
//overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=1)";
//outfilter="RandomDissolve(duration=0)";
//outfilter="Fade(duration=0);Alpha(opacity=0);Shadow(color='#777777', Direction=135, Strength=1)";
}


with(milonic=new menuname("Main Menu"))
{
alwaysvisible=1;
orientation="horizontal";
style=mainMenuStyle;
position="relative";
menuwidth=532;
aI("image="+ folderPath +"images/menus/home_btn.gif;overimage="+ folderPath +"images/menus/home_over_btn.gif;pageimage="+ folderPath +"images/menus/home_over_btn.gif;url="+ folderPath);
aI("image="+ folderPath +"images/menus/aboutus_btn.gif;overimage="+ folderPath +"images/menus/aboutus_over_btn.gif;pageimage="+ folderPath +"images/menus/aboutus_over_btn.gif;url="+ folderPath +"about/;showmenu=aboutus;");
aI("image="+ folderPath +"images/menus/services_btn.gif;overimage="+ folderPath +"images/menus/services_over_btn.gif;pageimage="+ folderPath +"images/menus/services_over_btn.gif;url="+ folderPath +"services/;showmenu=services;");
aI("image="+ folderPath +"images/menus/industries_btn.gif;overimage="+ folderPath +"images/menus/industries_over_btn.gif;pageimage="+ folderPath +"images/menus/industries_over_btn.gif;url="+ folderPath +"industries/;showmenu=industries;");
aI("image="+ folderPath +"images/menus/contactus_btn.gif;overimage="+ folderPath +"images/menus/contactus_over_btn.gif;pageimage="+ folderPath +"images/menus/contactus_over_btn.gif;url="+ folderPath +"contact/;showmenu=contactus;");
}


with(milonic=new menuname("aboutus"))
{
style=menuStyle;
itemwidth = 165;
itemheight = 25;
top="offset=-1";
aI("text=&nbsp;&nbsp;&nbsp;COMPANY OVERVIEW;url="+ folderPath +"about/;");
aI("text=&nbsp;&nbsp;&nbsp;CAREERS;url="+ folderPath +"about/careers.html;");
}

with(milonic=new menuname("services"))
{
style=menuStyle;
itemwidth = 165;
itemheight = 25;
top="offset=-1";
aI("text=&nbsp;&nbsp;&nbsp;LEGAL SUPPORT SERVICES;url="+ folderPath +"services/legal/;");
aI("text=&nbsp;&nbsp;&nbsp;TRANSCRIPTION;url="+ folderPath +"services/transcription/;showmenu=transcription;");
aI("text=&nbsp;&nbsp;&nbsp;DATA PROCESSIONG;url="+ folderPath +"services/data/;");
aI("text=&nbsp;&nbsp;&nbsp;WEBSITE SERVICES;url="+ folderPath +"services/web/;");
}

with(milonic=new menuname("transcription"))
{
style=menuStyle;
itemwidth = 190;
itemheight = 25;
aI("text=&nbsp;&nbsp;&nbsp;MEDICAL TRANSCRIPTION;url="+ folderPath +"services/transcription/medical.html;");
aI("text=&nbsp;&nbsp;&nbsp;PROFESSIONAL TRANSCRIPTION;url="+ folderPath +"services/transcription/professional.html;");
}

with(milonic=new menuname("industries"))
{
style=menuStyle;
itemwidth = 165;
itemheight = 25;
top="offset=-1";
aI("text=&nbsp;&nbsp;&nbsp;LEGAL;url="+ folderPath +"industries/legal/;");
aI("text=&nbsp;&nbsp;&nbsp;HEALTHCARE;url="+ folderPath +"industries/healthcare/;");
aI("text=&nbsp;&nbsp;&nbsp;MEDIA;url="+ folderPath +"industries/media/;");
aI("text=&nbsp;&nbsp;&nbsp;OTHER INDUSTRIES;url="+ folderPath +"industries/other/;");
}

with(milonic=new menuname("contactus"))
{
style=menuStyle;
itemwidth = 140;
itemheight = 25;
top="offset=-1";
aI("text=&nbsp;&nbsp;&nbsp;GLOBAL LOCATIONS;url="+ folderPath +"contact/;");
aI("text=&nbsp;&nbsp;&nbsp;CONTACT FORM;url="+ folderPath +"contact/form.html;");
aI("text=&nbsp;&nbsp;&nbsp;DEPARTMENT EMAILS;url="+ folderPath +"contact/emails.html;");
}

drawMenus();

