var bn=navigator.platform
var ie=navigator.appName
var leftmargin=0
if(ie.indexOf("Microsoft Internet Explorer")!=-1)
leftmargin=-3;

_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="bold";
fontfamily="verdana,san-serif,Arial,Helvetica";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="../images/arrow.gif";
subimagepadding="5";
}

with(submenuStyle=new mm_style()){
separatorsize="0";
padding=0;
fontsize="10px";
fontweight="bold"
fontstyle="bold";
fontfamily="verdana,Arial,Helvetica,san-serif";
pagecolor="white";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#ffffff";
//subimage="../images/arrow.gif";
subimagepadding="5";
}
//Local Attractions
with(milonic=new menuname("p2")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='images/litigation-_support_off.gif' name='myimage0' id='myimage0' onmouseover='menu_highlight(\"myimage0\",\"litigation-_support_on.gif\")' onmouseout='menu_drop(\"myimage0\",\"litigation-_support_off.gif\")'>;url=litigation.htm;");
aI("text=<img src='images/immigration_visas_off.gif' name='myimage2' id='myimage2' onmouseover='menu_highlight(\"myimage2\",\"immigration_visas_on.gif\")' onmouseout='menu_drop(\"myimage2\",\"immigration_visas_off.gif\")'>;url=imigration_visas.htm;");
aI("text=<img src='images/legal_research_off.gif' name='myimage4' id='myimage4' onmouseover='menu_highlight(\"myimage4\",\"legal_research_on.gif\")' onmouseout='menu_drop(\"myimage4\",\"legal_research_off.gif\")'>;url=litigation.htm#legal;");
aI("text=<img src='images/legal_drafting_off.gif' name='myimage5' id='myimage5' onmouseover='menu_highlight(\"myimage5\",\"legal_drafting_on.gif\")' onmouseout='menu_drop(\"myimage5\",\"legal_drafting_off.gif\")'>;url=litigation.htm#drafting;");
aI("text=<img src='images/doccument_off.gif' name='myimage7' id='myimage7' onmouseover='menu_highlight(\"myimage7\",\"doccument_on.gif\")' onmouseout='menu_drop(\"myimage7\",\"doccument_off.gif\")'>;url=litigation.htm#document;");
aI("text=<img src='images/ip_registrations_off.gif' name='myimage8' id='myimage8' onmouseover='menu_highlight(\"myimage8\",\"ip_registrations_on.gif\")' onmouseout='menu_drop(\"myimage8\",\"ip_registrations_off.gif\")'>;url=ip_registration.htm;");
aI("text=<img src='images/Patent_Services_off.gif' name='myimage10' id='myimage10'  onmouseover='menu_highlight(\"myimage10\",\"Patent_Services_on.gif\")' onmouseout='menu_drop(\"myimage10\",\"Patent_Services_off.gif\")'>;url=Patent_Services.htm;");
aI("text=<img src='images/trademark_off.gif' name='myimage16' id='myimage16'  onmouseover='menu_highlight(\"myimage16\",\"trademark_on.gif\")' onmouseout='menu_drop(\"myimage16\",\"trademark_off.gif\")'>;url=Trademark_Title_Searches.htm;");
}

//Meetings
with(milonic=new menuname("p3")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='images/management_team_off.gif' name='myimage13' id='myimage13' onmouseover='menu_highlight(\"myimage13\",\"management_team_on.gif\")' onmouseout='menu_drop(\"myimage13\",\"management_team_off.gif\")'>;url=management_team.htm;");
aI("text=<img src='images/meet_our_employee_off.gif' name='myimage11' id='myimage11' onmouseover='menu_highlight(\"myimage11\",\"meet_our_employee_on.gif\")' onmouseout='menu_drop(\"myimage11\",\"meet_our_employee_off.gif\")'>;url=meet_our_employee.htm;");
}

//News
with(milonic=new menuname("p6")){
style=submenuStyle;
overflow="scroll";
aI("text=<img src='images/appeal_dove_off.gif' name='myimage12' id='myimage12' onmouseover='menu_highlight(\"myimage12\",\"appeal_dove_on.gif\")' onmouseout='menu_drop(\"myimage12\",\"appeal_dove_off.gif\")'>;url=News_AppellateVictory.htm;");
}

/*
//Weddings
with(milonic=new menuname("wed")){ 
style=submenuStyle;
overflow="scroll";
aI("text=<img src='../images/wedding_rfp_off.gif' alt='Wedding RFP' name='myimage6' id='myimage6' onmouseover='menu_highlight(\"myimage6\",\"wedding_rfp_on.gif\")' onmouseout='menu_drop(\"myimage6\",\"wedding_rfp_off.gif\")'>;url=../weddings/wedding_rfp.cfm;");
}*/

function menu_highlight(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

function menu_drop(imgname,imgsrc)
{
	document.images[imgname].src='images/'+imgsrc;
}

drawMenus();

