_menuCloseDelay=100;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#4f86c8";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Verdana, Helvetica";
fontsize="11px";
fontweight="bold";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#86466e";
offcolor="#FFFFFF";
onbgcolor="#6a2f55";
oncolor="#ffffff";
padding=4;
pagebgcolor="#561740";
pagecolor="#FFFFFF";
separatorcolor="#4f0d37";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}



with(milonic=new menuname("aboutme")){
style=menuStyle;
top=08;
left=-03;
aI("text=My danceMELA Profile;;url=member/mykreeda.php;");
aI("text=Edit Profile;url=member/profile_edit.php;");
aI("text=My Balance;url=payment/myaccount.php;");
}

with(milonic=new menuname("makefriends")){
style=menuStyle;
top=08;
aI("text=Forums;url=http://forum.kreeda.com;");
aI("text=Online Chat;url=javascript:openChat();");
aI("text=My Messages;url=member/view_folder.php?l=pm&folder=inbox&dm=inbox&page=1");
aI("text=My Friends;url=member/view_friends_new.php;");
aI("text=Add Friends;url=member/searchavatars.php;");
aI("text=Invite Friends;url=member/invite.php;");
aI("text=Pending Friends;url=member/pending_requests.php?page=1;");
}

with(milonic=new menuname("downloads")){
style=menuStyle;
top=08;
aI("text=danceMELA;url=download_terms.php;");
}

function openWindow(url){
        window.open(url);
}

with(milonic=new menuname("buy")){
style=menuStyle;
top=08;
aI("text=Kreeda Cash;url=payment/buykc.php;");
aI("text=Dance Pad;url=http://mall.kreeda.com;" );
}

with(milonic=new menuname("help")){
style=menuStyle;
top=08;
aI("text=FAQ;url=faq-website.php;");
aI("text=Support;url=javascript:openWindow ('http://support.kreeda.com');");
aI("text=Report Abuse;url=report_abuse.php;");
aI("text=Contact Us;url=contact_us.php;");
aI("text=Quick Guide;url=Play-DanceMela.php;");
}

with(milonic=new menuname("kreedasite")){
style=menuStyle;
top=08;
aI("text=Kreeda.com;url=javascript:openWindow ('http://kreeda.com');");
aI("text=CafeZone.com;url=javascript:openWindow ('http://cafezone.kreeda.com');");
aI("text=kode5.com;url=javascript:openWindow ('http://kode5.kreeda.com');");
}


function openChat()
{
  window.open('kreeda123flashchat.php', '_123flashchat', 'HEIGHT=476,resizable=yes,WIDTH=634');
}

drawMenus();