<!--
function popup_irc(mylink, nick)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;

var str = nick;
str = str.replace(/\s/g, "_");
str = str.replace(/-/g, "_");
str = str.replace(/ò/g, "o");
str = str.replace(/ó/g, "o");
href = href + str;

window.open(href, "IRC", 'width=800,height=600,scrollbars=yes');
return false;
}
//-->

menu_build_menu(    
"community",    
new Array("<div class='popupmenu-category' align='center'>Member Features</div>",    
"<a href='./index.php?act=Help'>Help</a>",    
"<a href='./index.php?act=Search'>Search</a>",    
"<a href='./index.php?act=Members'>Members</a>",    
"<a href='./index.php?act=calendar'>Calendar</a>",   
"<a href='http://webmail.esoevil.com/'>ESoE Mail</a>",
"<a href='http://esoevil.com/radio.php'>Radio</a>",
//"<a href='#' onclick=\"window.open('http://www.esoevil.com/forums/irc/index.php?nick=" + ipb_member_name + "', 'IRC', toolbar=0, location=0, directories=0, menuBar=0, scrollbars=0, resizable=1, width=null, height=null, left=0, top=0)\">Chatroom</a>", 
//"<a href='http://www.esoevil.com/forums/irc/index.php?nick=" + ipb_member_name + "' onClick='return popup(this)'>Chatroom</a>",
"<a href='http://widget.mibbit.com/?settings=5a4891a0a52bf06b3677da4b174fe2d1&server=webirc.swiftirc.net%3A5003&channel=%23evilsociety&noServerTab=false&noServerMotd=true&autoConnect=true&nick=' onClick='return popup_irc(this, ipb_member_name)'>Chatroom</a>",
"<a href='./index.php?autocom=store'>Store</a>", 
"<a href='./index.php?act=atkshop'>Battle System</a>",
"<a href='./index.php?act=lottery'>Tree of Fortune</a>",
"<a href='./index.php?autocom=arcade'>Arcade</a>", 
"<a href='./index.php?autocom=dstaffapp'>Rank Applications</a>"
           ) );
