var myid=""; document.write(""); document.write(""); document.write(" "); document.write(" "); document.write(" "); document.write(""); document.write(""); var s_userid,s_username; var axheight="130"; function ax_show_menu(userid,username) { if(myid=="") { document.all.tr1.style.display="none"; document.all.tr2.style.display="none"; document.all.tr3.style.display="none"; document.all.tr4.style.display="none"; document.all.tr5.style.display="none"; axheight=70; } else { document.all.tr1.style.display=""; document.all.tr2.style.display=""; document.all.tr3.style.display=""; document.all.tr4.style.display=""; axheight=130; } if(!username)username=""; s_userid=userid; s_username=username; document.all.span_pulldown_id.innerHTML=s_userid; var posx=document.body.scrollLeft+event.clientX-10; var posy=document.body.scrollTop+event.clientY-10; if(posx>document.body.scrollWidth-95)posx=document.body.scrollWidth-95; if(posy>document.body.scrollHeight-axheight)posy=document.body.scrollHeight-axheight; ax_pd_menu.style.display=""; ax_pd_menu.style.posLeft=posx; ax_pd_menu.style.posTop=posy; } function ax_hidden_menu() { if(!((event.clientX+document.body.scrollLeft)>(ax_pd_menu.style.posLeft+2) && (event.clientX+document.body.scrollLeft)<(ax_pd_menu.style.posLeft+ax_pd_menu.clientWidth) && (event.clientY+document.body.scrollTop)>(ax_pd_menu.style.posTop+2) && (event.clientY+document.body.scrollTop)<(ax_pd_menu.style.posTop+ax_pd_menu.clientHeight))) { selectedUser=null; ax_pd_menu.style.display="none"; } } function ax_send_message(uid) { if(!uid) uid=s_userid; if(!uid) uid=""; window.open("/uni_chat/mo_send_message.asp?receiver="+uid,"","width=500,height=375,status=yes"); } function ax_view_userinfo(uid) { if(!uid) uid=s_userid; window.open("/mlm_common/userinfo.asp?memberid="+uid,"userinfo","width=500,height=350"); } function ax_onetoone(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("Àڽſ¡°Ô ½ÅûÇÒ ¼ö ¾ø½À´Ï´Ù."); return; } window.open("/uni_chat/ot_chatmain.asp?targetid="+uid,"oto"+uid,"width=470,height=500"); } function ax_addfriend(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("ÀÚ½ÅÀ» Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù."); return; } ax_ifrm_temp.location.replace("/avt_member/fr_proc.asp?mode=add&targetid="+uid); } function ax_denymsg(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("ÀÚ½ÅÀ» Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù."); return; } ax_ifrm_temp.location.replace("/avt_member/fr_proc.asp?mode=deny&targetid="+uid); } function ax_present(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("Àڽſ¡°Ô´Â ¼±¹°ÇÒ ¼ö ¾ø½À´Ï´Ù."); return; } window.open('/avt_itemmall/present.asp?present=Y&targetid='+uid,'pre'+uid,'width=670,height=660'); } function ax_open_homepy(uid) { if(!uid) uid=s_userid; window.open('/uni_homepy/frame.asp?homeid='+uid,'minihome','width=930,height=670'); }