


_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=10              // 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



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#000066";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=2;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
outfilter="Fade(duration=0.1)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=184;
menuwidth="100%";
menualign="left";    
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.visuallydigital.com/;status=Back To Home Page;");
aI("text=About Us;url=about.php;");
aI("text=Services;showmenu=Services;");
aI("text=Portfolios;showmenu=Portfolios;");
aI("text=Client Gallery;url=http://client.visuallydigital.com;");
aI("text=Stock Gallery;url=http://stock.visuallydigital.com;");
aI("text=Private Gallery;url=http://private.visuallydigital.com;");
//aI("text=Album Catalogue;url=empty.php;");
aI("text=Partners;url=partners.php;");
aI("text=Contact Us;showmenu=Contact;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
orientation="horizontal";
aI("text=Digital Services;url=services.php;align=center;");
aI("text=Pricing;showmenu=Pricing;");
aI("text=Why Digital?;url=digital.php;align=center;");
aI("text=F.A.Q.;url=faq.php;");
}

with(milonic=new menuname("Pricing")){
style=menuStyle;
orientation="horizontal";
aI("text=Weddings & Events;url=price.php;");
aI("text=Other Services;url=other_price.php;");
}

with(milonic=new menuname("Portfolios")){
style=menuStyle;
orientation="horizontal";
aI("text=Galleries;showmenu=Galleries;");
aI("text=Digital Effects;url=gallery7.php;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
orientation="horizontal";
aI("text=Ask Questions;url=contact.php;status=Ask a Question;align=center;");
aI("text=Email Us;url=mailto:info@visuallydigital.com;status=Email us at info@visuallydigital.com;align=center;");
}

with(milonic=new menuname("Galleries")){
style=menuStyle;
orientation="vertical";
aI("text=One;url=gallery1.php;");
aI("text=Two;url=gallery2.php;");
aI("text=Three;url=gallery3.php;");
aI("text=Four;url=gallery4.php;");
aI("text=Five;url=gallery5.php;");
aI("text=Six;url=gallery6.php;");
}



drawMenus();

