_menuCloseDelay=250           // 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 - was 2
_subOffsetLeft=-2             // 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()){
}


with(menuStyle1=new mm_style()){
onbgcolor="#1890DC";
oncolor="#000000";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#004B72";
borderstyle="none";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
padding=4;
fontsize="11px";
fontweight="bold";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#004B72";
pagebgcolor="#e4e4e4";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow_black_right.gif";
subimagepadding="2";
itemwidth="130";
}

with(mymenu=new menuname("Join")){
style=menuStyle1;
MenuArr("text=Professional Membership;url=https://web.memberclicks.com/mc/quickForm/viewForm.do?orgId=rea&formId=16959;");
MenuArr("text=Business Gold Membership;url=https://web.memberclicks.com/mc/quickForm/viewForm.do?orgId=rea&formId=13873;");
MenuArr("text=About Membership;url=http://www.gigcreator.com/aboutprofiles.html;");
}


with(mymenu=new menuname("Music")){
style=menuStyle1;
MenuArr("text=Search Talent;url=http://web.memberclicks.com/mc/directory/viewsimplesearch.do?orgId=rea;");
MenuArr("text=Q & A With...;url=http://web.memberclicks.com/mc/bulletinBoard/viewTopicList.do?forumID=174411&amp;");
MenuArr("text=V.I.P Lounge;url=http://web.memberclicks.com/mc/bulletinBoard/viewForumList.do?orgId=rea;");
}


with(mymenu=new menuname("Resources")){
style=menuStyle1;
MenuArr("text=Resource Center;url=http://www.gigcreator.com/resources.html;");
MenuArr("text=News Room;url=http://www.gigcreator.com/newsroom.html;");
MenuArr("text=Interviews;url=http://www.gigcreator.com/channels/dj/careerinterview.html;");
MenuArr("text=GiGCREATOR Cares;url=http://www.gigcreator.com/gigcreatorcares.html;");
MenuArr("text=Industry Events;url=http://www.gigcreator.com/industryevents.html;");
MenuArr("text=Archives;url=http://www.gigcreator.com/archives.html;");
}

with(mymenu=new menuname("Interactive")){
style=menuStyle1;
MenuArr("text=All Interviews;url=http://www.gigcreator.com/allinterviews.html;");
MenuArr("text=Archives;url=http://www.gigcreator.com/archives.html;");
}

with(mymenu=new menuname("About")){
style=menuStyle1;
MenuArr("text=DJ;url=http://www.gigcreator.com/channels/dj/dj.html;");
MenuArr("text=Dance;url=http://www.gigcreator.com/channels/dance/dance.html;");
MenuArr("text=Jazz;url=http://www.gigcreator.com/channels/jazz/jazz.html;");
MenuArr("text=All Channels;url=http://web.memberclicks.com/mc/bulletinBoard/viewTopicList.do?forumID=174411&amp;hidOrgID=rea;");
}

with(mymenu=new menuname("Membership")){
style=menuStyle1;
MenuArr("text=Contact Us;url=http://www.gigcreator.com/contactus.html;");
MenuArr("text=About Us;url=http://www.gigcreator.com/aboutus.html;");
MenuArr("text=Our Events;url=http://www.gigcreator.com/ourevents.html;");
MenuArr("text=Media Kit;url=http://www.gigcreator.com/ournews.html;");
MenuArr("text=GiGCREATOR Cares;url=http://www.gigcreator.com/gigcreatorcares.html;");
}
