
/*
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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="downarrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(windows98style=new mm_style()){
onbgcolor="#00007F";
oncolor="#FFFFFF";
offbgcolor="#BFBFBF";
offcolor="#000000";
bordercolor="#BFBFBF";
borderstyle="raised";
borderwidth=2;
separatorsize="2";
padding=2;
fontsize="70%";
fontfamily="arial,verdana,tahoma";
high3dcolor="#eeeeee";
low3dcolor="#7F7F7F";
swap3d="1";
subimage="arrow.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";

}


with(DynStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderstyle="solid";
borderwidth=1;
padding=5;
fontsize="65%";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
high3dcolor="#ffffff";
low3dcolor="#000000";
}


with(milonic=new menuname("Main Menu")){
style=windows98style;
screenposition="top;center"
alwaysvisible=1;
followscroll="1";
orientation="vertical";
aI("text=HOME;url=http://www.sodigital.org/index.html;target=_top");
aI("text=Kling;url=http://www.sodigital.org/kling/;target=_top");
aI("text=Cox;url=http://webmail.east.cox.net/;target=main;");
aI("text=Gallery;url=http://sodigital.org/v-web/gallery/;target=main");
aI("text=Gallery1;url=http://www.sodigital.org/Gallery/;target=main");
aI("text=Aruba;url=http://www.sodigital.org/aruba/;target=main");
aI("text=KeyWest07;url=http://www.sodigital.org/KeyWest07/index.html;target=main");
aI("text=CIA;url=http://www.cia.gov/;target=main");
aI("text=Threats;url=http://www.dhs.gov/dhspublic/display?theme=29;target=main");
aI("text=NBC4;url=http://www.nbc4.com/index.html;target=main");
aI("text=Speed;url=http://www.internetfrog.com/mypc/speedtest/;target=main");
aI("text=Yellow;url=http://yellowpages.com/;target=main");
aI("text=White;url=http://whitepages.com/;target=main");
aI("text=Milonic;url=http://www.milonic.com/;target=main");
aI("text=Canada;url=http://www.sodigital.org/canada/index.html;target=main");
aI("text=Myrtle06;url=http://www.sodigital.org/myrtle06/;target=main");
aI("text=Sharks;url=http://www.sodigital.org/sharks/;target=main;");
aI("text=iPowerweb;url=http://ipowerweb.com/;target=main");
aI("text=POP 2005;url=http://www.sodigital.org/pop;target=main;");
aI("text=POP 2006;url=http://www.sodigital.org/pop2006;target=main;");
aI("text=POP 2007;url=http://www.sodigital.org/pop2007;target=main;");
aI("text=Links;url=http://www.sodigital.org/links.html;target=main;");
aI("text=Media;url=http://www.sodigital.info;target=main;");

}

drawMenus();

