var myid=""; document.write(""); document.write("
"); document.write(""); var s_userid,s_username; var axheight="60"; 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=60; } 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("http://chat.nongshimi.com/chat/mo_send_message.jsp?receiver="+uid,"","width=500,height=420,status=yes"); } function ax_view_userinfo(uid) { if(!uid) uid=s_userid; window.open("/mlm_common/userinfo.jsp?memberid="+uid,"userinfo","width=400,height=350"); } function ax_onetoone(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("Àڽſ¡°Ô ½ÅûÇÒ ¼ö ¾ø½À´Ï´Ù."); return; } window.open("http://chat.nongshimi.com/chat/ot_chatmain.jsp?targetid="+uid,"oto"+uid,"width=470,height=510,status=yes"); } function ax_addfriend(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("ÀÚ½ÅÀ» Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù."); return; } ax_ifrm_temp.location.replace("http://chat.nongshimi.com/chat/fr_proc.jsp?mode=add&targetid="+uid); } function ax_denymsg(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("ÀÚ½ÅÀ» Ãß°¡ÇÒ ¼ö ¾ø½À´Ï´Ù."); return; } ax_ifrm_temp.location.replace("http://chat.nongshimi.com/chat/fr_proc.jsp?mode=deny&targetid="+uid); } function ax_present(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("Àڽſ¡°Ô´Â ¼±¹°ÇÒ ¼ö ¾ø½À´Ï´Ù."); return; } window.open('/avt_itemmall/present.jsp?present=Y&targetid='+uid,'oto'+uid,'width=670,height=660'); } function ax_open_homepy(uid) { if(!uid) uid=s_userid; window.open('http://www.nongshimi.com/nsi/inf/prof_deft_viw.jsp?txtMem_id='+uid+'&mem_id='+myid,'minihome','scrollbars=no,width=700,height=670'); }