
/*
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=300           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=30 		// 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())
{


oncolor="#ef7c09";

offcolor="#ffffff";

bordercolor="transparent";

borderstyle="solid";

borderwidth=1;

separatorcolor="transparent";

separatorsize="8";

padding="0";

align="center"

fontsize="11px";

fontfamily="Verdana, Arial, Sans-Serif";

fontweight="bold";

overfilter="Fade(duration=0.2);Alpha(opacity=100);";

}



with(submenuStyle=new mm_style()){

onbgcolor="#2f2f2f";

oncolor="#f58220";

offbgcolor="#959595";

offcolor="#000000";

bordercolor="#858585";

borderstyle="solid";

borderwidth=1;

separatorcolor="#000000";

separatorsize="1";

padding=5;

fontsize="11px";

fontfamily="Veradana, Arial, Sans-Serif";

fontweight="normal";

pagecolor="black";

pagebgcolor="#999999";

headercolor="#000000";

headerbgcolor="#205197";

overfilter="Fade(duration=0.2);Alpha(opacity=100);";

}



with(milonic=new menuname("Main Menu")){


style=menuStyle;


alwaysvisible=1;

orientation="horizontal";


aI("image=/images/topnav_01.gif;overimage=/images/topnav_01-over.gif;url=/index.php;showmenu=djservices;");
aI("image=/images/topnav_02.gif;overimage=/images/topnav_02-over.gif;url=/other-services.php;showmenu=otherservices;");
aI("image=/images/topnav_03.gif;overimage=/images/topnav_03-over.gif;url=/entertainers.php;");
aI("image=/images/topnav_04.gif;overimage=/images/topnav_04-over.gif;url=http://photos.electrifyingprods.com/gallery/7226852_N84ub#509652561_wBQbb;target=blank;");
aI("image=/images/topnav_05.gif;overimage=/images/topnav_05-over.gif;url=/faq.php;");
aI("image=/images/topnav_06.gif;overimage=/images/topnav_06-over.gif;url=/about.php;");
aI("image=/images/topnav_07.gif;overimage=/images/topnav_07-over.gif;url=/contact.php;");
}


with(milonic=new menuname("djservices")){

style=submenuStyle;

aI("text=Weddings;url=/dj-services-weddings.php;");
aI("text=Sweet 16;url=/dj-services-sweet16.php;");
aI("text=Corporate;url=/dj-services-corporate.php;");
aI("text=Celebrations;url=/dj-services-celebrations.php;");
aI("text=Mitzvah;url=/dj-services-mitzvah.php;");
aI("text=Schools;url=/dj-services-schools.php;");
}


with(milonic=new menuname("otherservices")){

style=submenuStyle;
aI("text=Lighting;url=/other-services-lighting.php;");
aI("text=D&eacute;cor Options;url=/other-services-decor-and-furnishing.php;");
aI("text=Photos & Videos;url=/other-services-photos-and-videos.php;");
aI("text=Talent;url=/other-services-entertainers.php;");
aI("text=Effects;url=/other-services-atmospherics-effects.php;");
aI("text=Audio;url=/other-services-audio.php;");
}

drawMenus();



