
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#CC6600";
offbgcolor="#ffffff";
offcolor="#000000";
ondecoration="underline";
padding=5;
menuwidth="100%";
menuheight="50%"
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
separatorcolor="#ffffff"
separatorsize="1"
pagecolor="black";
pagebgcolor="#c3c4c4";
headercolor="#7B7B73";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90), Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=129;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/home/nav/app.gif;overimage=images/home/nav/approll.gif;target=_parent;sourceframe=main;showmenu=Applications");
aI("image=images/home/nav/prodserv.gif;overimage=images/home/nav/prodservroll.gif;target=_parent;sourceframe=main;showmenu=ProdServ");
aI("image=images/home/nav/resource.gif;overimage=images/home/nav/resourceroll.gif;target=_parent;sourceframe=main;showmenu=Resources");
aI("image=images/home/nav/about.gif;overimage=images/home/nav/aboutroll.gif;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/aboutscarab.html");
aI("image=images/home/nav/contact.gif;overimage=images/home/nav/contactroll.gif;target=_parent;sourceframe=main;showmenu=Locations;url=http://www.scarabimaging.com/contactus.html");
aI("image=images/home/nav/iconect.gif;overimage=images/home/nav/iconectroll.gif;target=_parent;sourceframe=main;url=https://NXT.scarabimaging.com;target=_blank");
aI("image=images/home/nav/clientportal.gif;overimage=images/home/nav/clientportalroll.gif;target=_parent;sourceframe=main;url=https://scaraboda.scarabimaging.com;target=_blank");
aI("image=images/home/nav/sitemap.gif;overimage=images/home/nav/sitemaproll.gif;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/sitemap.html");
}

with(milonic=new menuname("Applications")){
style=menuStyle;
aI("text=Legal Applications;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/legalapplications.html");
aI("text=Commercial/Government;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/commercialgovt.html");
aI("text=Medical;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/medical.html");
}

with(milonic=new menuname("ProdServ")){
style=menuStyle;
aI("text=Trial Services;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/legalservices.html");
aI("text=Litigation Support;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/litigationsupport.html");
aI("text=Forensics;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/computerforensics.html");
aI("text=Video Editing;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/legalservices.html#Video");
aI("text=Data Archival;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/dataarchival.html");
aI("text=Secure Data Hosting;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/securedatahosting.html");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Current Newsletter;target=_blank;sourceframe=main;sourceframe=main;url=http://www.scarabimaging.com/enews/august2007.html;showmenu=archives");
aI("text=White Papers;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/whitepapers.html");
aI("text=Legal Development;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/legaldevelopment.html");
aI("text=Partners;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/partners.html");
}

with(milonic=new menuname("Locations")){
style=menuStyle;
aI("text=Info Request;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/requestinfo.html");
}

with(milonic=new menuname("archives")){
style=menuStyle;
aI("text=Archived Newsletters;target=_parent;sourceframe=main;url=http://www.scarabimaging.com/archives.html");
}

drawMenus();



