

_menuCloseDelay=500           // 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=-10           // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

_OffsetTop=50



with(menuStyle=new mm_style()){
onbgcolor="#EFEFEF";
oncolor="#EFEFEF";
offbgcolor="#EFEFEF";
offcolor="#EFEFEF";
bordercolor="#EFEFEF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#15305D";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#FAF5F5";
headercolor="#FAF5F5";
headerbgcolor="#FAF5F5";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#fffffff', Direction=135, Strength=0)";
//outfilter="randomdissolve(duration=0)";
position="relative";
}

with(menuStyle2=new mm_style()){
onbgcolor="#6a6b6d";  	//background colour
oncolor="#ffffff";     	//text colour
offbgcolor="#ffffff";	//background colour rollover
offcolor="#4d4d4d";
bordercolor="#6a6b6d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#878787";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#ffffff";   //colour for text box with on that page
headercolor="#000000";
headerbgcolor="#ffffff";
//image="images/navBar/arrow.gif;overimage=images/navBar/arrow_ro.gif";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0)";
position="relative";

}

with(menuStyle3=new mm_style()){
onbgcolor="#e0e0e0";
oncolor="#067fe3";
//offbgcolor="#FFFFFF";
//offbgcolor="#FFFFFF";
//offbgcolor="#FFFFFF";
offbgcolor="#e0e0e0";
offcolor="#000000";
bordercolor="#878787";
borderstyle="solid";
borderwidth=1;
separatorcolor="#15305D";
separatorsize="0";
padding=3;
fontsize="70%";
fontstyle="bold";
fontfamily="Arial, Geneva, Helvetica";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
//overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0)";
position="relative";

}

with(milonic=new menuname("Home")){
style=menuStyle2;
orientation="vertical"
}

with(milonic=new menuname("Products")){
style=menuStyle2;
orientation="vertical"
aI("text=Camera Systems;showmenu=Camera Systems;");
aI("text=GPS Tracking;url=gps_tracking.html;");
aI("text=Video Overlay;url=video_overlay.html;");
}

with(milonic=new menuname("Camera Systems")){
style=menuStyle2;
orientation="vertical"
aI("text=Offshore;url=offshore.html");
aI("text=Commercial;url=commercial.html;");
aI("text=Demo;url=http://62.49.98.9:108/camera/frame/videoframe.htm;");

}

with(milonic=new menuname("Company")){
style=menuStyle2;
orientation="vertical"
}


with(milonic=new menuname("Services")){
style=menuStyle2;
orientation="vertical"
aI("text=Domestic;showmenu=Domestic;");
aI("text=Commercial;showmenu=Commercial;");
}

with(milonic=new menuname("Domestic")){
style=menuStyle2;
orientation="vertical"
aI("text=Satellite Communications;url=sat.html;");
aI("text=Terrestrial Television;url=tv.html;");
aI("text=Home Automation;url=automation.html;");
}

with(milonic=new menuname("Commercial")){
style=menuStyle2;
orientation="vertical"
aI("text=Police;url=police.html;");
aI("text=Hotels;url=hotel.html;");
aI("text=Oil & Gas;url=oil_gas.html;");
}

with(milonic=new menuname("News")){
style=menuStyle2;
orientation="vertical"
}

with(milonic=new menuname("Contacts")){
style=menuStyle2;
orientation="vertical"

}


drawMenus();


