﻿_menuCloseDelay=50     
_menuOpenDelay=50          
_followSpeed=5                
_followRate=40                
_subOffsetTop=0              
_subOffsetLeft=0          
_scrollAmount=3               
_scrollDelay=20              



with(menuStyle=new mm_style()){
offbgcolor="#9DD1F1";
offcolor="#034DA2";
oncolor="#ffffff";
onbgcolor="#0074BD";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#9DD1F1";
separatorsize="1";
padding=7;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#0074BD";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/arrow.gif";
subimagepadding="2";
align="left";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#BDBDBD', Direction=160, Strength=5)";
outfilter="Fade(duration=0.3);Alpha(opacity=95);Shadow(color='#BDBDBD', Direction=160, Strength=5)";
}

with(milonic=new menuname("aboutus")){
style=menuStyle;
overflow="scroll";
aI("text=Corporate Profile;url=/aboutus/profile.html;");
aI("text=Board;url=/aboutus/board.html;");
aI("text=Founders;url=/aboutus/founders.html;");
//aI("text=Market Drivers ;url=/aboutus/market.html;");
aI("text=Management Team;url=/aboutus/team.html;");
aI("text=Investors;url=/aboutus/investors.html;");
//aI("text=Partners;showmenu=partners;");
aI("text=Careers;url=/aboutus/careers.html;");
}
/*
with(milonic=new menuname("partners")){
style=menuStyle;
overflow="scroll";
aI("text=ITEK;url=/partners/itek.html;");
aI("text=SciVentures;url=/partners/sciventures.html;");
aI("text=Epicorp;url=/partners/epicorp.html;");
aI("text=AusIndustry;url=/partners/ausindustry.html;");
aI("text=ITR, University of South Australia;url=/partners/itr.html;");
}
*/
with(milonic=new menuname("technology")){
style=menuStyle;
overflow="scroll"; 
//aI("text=Network Solution;url=/technology/network.html;");
//aI("text=Advanced Receiver Techniques;url=/technology/art.html;");
aI("text=Problem Domain;url=/technology/problem.html;");
aI("text=Cohda Solution;url=/technology/solution.html;");
aI("text=Whitepapers;url=/technology/whitepapers.html;");
}

with(milonic=new menuname("advanced")){
style=menuStyle;
overflow="scroll";
aI("text=Channel Estimation;url=/advanced/channelestimation.html;");
aI("text=Multiple Antennae;url=/advanced/multipleantennae.html;");
}

with(milonic=new menuname("applications")){
style=menuStyle;
overflow="scroll"; 
aI("text=Connected Vehicle;url=/applications/dsrc.html;");
aI("text=Municipal WiFi;url=/applications/muni.html;");
//aI("text=Law Enforcement;url=/applications/law.html;");
//aI("text=EMS;url=/applications/ems.html;");
//aI("text=Fire Services;url=/applications/fire.html;");
}

with(milonic=new menuname("product")){
style=menuStyle;
overflow="scroll"; 
aI("text=MK2 DSRC Radio;url=/product/mk2.html;");
aI("text=Genie;url=/product/genie.html;");
//aI("text=Features & Benefits;url=/product/features.html;");
//aI("text=Node Specification;url=/product/node.html;");
}

with(milonic=new menuname("news")){
style=menuStyle;
overflow="scroll"; 
aI("text=Cohda in the News;url=/newsandevents/inthenews.html;");
//aI("text=Press Releases;url=/newsandevents/pressrelease.html;");
aI("text=Events and Conferences;url=/newsandevents/events.html;");
//aI("text=Awards;url=/newsandevents/awards.html;");
}


drawMenus();
