function mymsgtoid(id){
	window.open('./Ebpro_member/mymsg.htm?step=form&rid='+id,'mymsg','width=300,height=350,scrollbars=yes,status=yes')
}

function mymailtoid(mail){
	window.open("./EBpro_member/mymail.htm?rmail="+mail,"sendmail","width=450,height=350")
}

function ebmail( mcode ){
	window.open("/EBpro_popup/EBemail.htm?mcode="+mcode,"ebmail","width=500,height=450");
}

function ebmsg( rid ){
	if( rid != null ) window.open("/EBpro_member/EBmsg.htm?mode=form&rid="+rid,"ebmsg","width=400,height=350,scrollbars=yes,status=yes");
	else window.open("/EBpro_member/EBmsg.htm?mode=list","ebmsg","width=400,height=350,scrollbars=yes,status=yes");
}

function ebchat_irc( chatid ){
	if( chatid.length>=1 ) window.open("/EBchat_irc/EBchat_irc.htm?chatid="+chatid,"EBchat_first","width=650 height=500");
	else  window.open("/EBchat_irc/","EBchat_user","width=650,height=500,scrollbars=no");
}

