

_menuCloseDelay=500;
_menuOpenDelay=1;
_followSpeed=5;
_followRate=40;
_subOffsetTop=10;
_subOffsetLeft=-10;
_scrollAmount=3;
_scrollDelay=20;

with(menuStyle=new mm_style()){
offclass="mainmenu";
onclass="mainmenu on";
separatorcolor="#000";
}
with(subMenuStyle=new mm_style()){
offclass="submenu";
onclass="submenu on";
separatorcolor="#666";
}
with(milonic=new menuname("wpsmenu1")){
style=menuStyle;
orientation="horizontal";
alwaysvisible="1";
position="relative";
align="center";
aI("text=What We Do;showmenu=wpsmenu2;offclass=mainmenu arrow;onclass=mainmenu on arrow;pointer=hand;url=/what-we-do/;");
aI("text=Member area;showmenu=wpsmenu3;offclass=mainmenu arrow;onclass=mainmenu on arrow;pointer=hand;url=/member-area/;");
aI("text=News;pointer=hand;url=/news/;");
aI("text=Contact;showmenu=wpsmenu4;offclass=mainmenu arrow;onclass=mainmenu on arrow;pointer=hand;url=/contact/;");
aI("text=Free Downloads;showmenu=wpsmenu5;offclass=mainmenu arrow;onclass=mainmenu on arrow;pointer=hand;url=/free-downloads/;");
}
with(milonic=new menuname("wpsmenu2")){
style=subMenuStyle;
align="left";
aI("text=Antennas for Science;pointer=hand;url=/what-we-do/antennas-for-science/;");
aI("text=Space Communication;pointer=hand;url=/what-we-do/space-communication/;");
aI("text=Earth Stations;pointer=hand;url=/what-we-do/earth-stations/;");
aI("text=Consultancy;pointer=hand;url=/what-we-do/consultancy/;");
aI("text=Software Descriptions;pointer=hand;url=/what-we-do/software-descriptions/;");
}
with(milonic=new menuname("wpsmenu3")){
style=subMenuStyle;
align="left";
aI("text=TICRA's support site;pointer=hand;url=https://support.ticra.com;target=_blank;");
}
with(milonic=new menuname("wpsmenu4")){
style=subMenuStyle;
align="left";
aI("text=Agents;pointer=hand;url=/contact/agents/;");
aI("text=Staff;pointer=hand;url=/contact/staff/;");
}
with(milonic=new menuname("wpsmenu5")){
style=subMenuStyle;
align="left";
aI("text=GRASP9-SE;pointer=hand;url=/free-downloads/grasp9-se/;");
aI("text=COBRA demo;pointer=hand;url=/free-downloads/cobra-demo/;");
}


with(milonic=new menuname("quicksearchmenu")){
keepalive=1;
style = subMenuStyle;
aI("text=<form method=\"get\" action=\"/search/\">Please enter search words<br/><br/><input type=\"text\" size=\"13\" name=\"q\" /><input type=\"submit\" name=\"submitsearch\" value=\"Search\" /></form>;type=form;");
}

	