_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="#000000";
headercolor="#000000";
offbgcolor="#ffdc6c";
offcolor="#000000";
onbgcolor="#ffce33";
oncolor="#33333";
padding=4;
pagebgcolor="#ffc200";
pagecolor="#000000";
separatorcolor="#ffc200";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}



with(milonic=new menuname("kreeda")){
style=menuStyle;
top=08;
left=-03;
aI("text=My Avatars;;url=/member/mykreeda.php;");
aI("text=My Accounts;url=/payment/myaccount.php;");
aI("text=Buy Kreeda Cash;url=/payment/buykc.php;");
aI("text=Use Games Coupon;url=/payment/myaccount.php;");
aI("text=Use Gift Vouchers;url=/coupons/index.php;");
}

with(milonic=new menuname("playtogether")){
style=menuStyle;
top=08;
aI("text=danceMela&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/index.php;");
}

with(milonic=new menuname("community")){
style=menuStyle;
top=08;
aI("text=Inbox;url=/member/view_folder.php?l=pm&folder=inbox&dm=inbox&page=1;");
aI("text=Chat;url=javascript:openChat();");
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;");
}

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

drawMenus();