var myid=""; 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=""; document.all.tr2.style.display=""; document.all.tr3.style.display=""; document.all.tr4.style.display=""; 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=""; document.all.tr5.style.display="none"; 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-100; 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 (myid == "") { alert("Silahkan Login"); return; } if(myid==uid) { alert("Tidak dapat mengirim message\nkepada anda sendiri"); return; } window.open("http://www.mehompy.com/message/messageSend.asp?targetid="+uid,"","width=305,height=345,status=no"); } 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_invite_cafe(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("Tidak dapat meng-Invite anda sendiri"); return; } window.open("http://cafe.mehompy.com/cafe/PopCafeInviteLayer.asp?uid="+uid,"oto"+uid,"width=470,height=500"); } function ax_addfriend(uid) { if(!uid) uid=s_userid; if (myid == "") { alert("Silahkan Login"); return; } if(myid==uid) { alert("Tidak dapat meng-Invite anda sendiri"); return; } //ax_ifrm_temp.location.replace("http://cr.mehompy.com/uni_homepy/fr_proc.asp?mode=add&targetid="+uid); window.open("http://cr.mehompy.com/uni_homepy/fr_add.asp?memberid="+uid,"fr_add","width=500,height=350"); } function ax_denymsg(uid) { if(!uid) uid=s_userid; if(myid==uid) { alert("Tidak dapat meng-Add Friend anda sendiri"); 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("Tidak dapat memberikan hadiah kepada anda sendiri"); return; } if (myid == "") { alert("Silahkan Login"); return; } //window.open('/uni_homepy/present.asp?present=Y&targetid='+uid,'oto'+uid,'width=670,height=660'); //window.open("/?formwhere=uni_avatar&surl=uni_avatar&top_sort=1","avatar_mall","width=780,height=605"); window.open("http://cr.mehompy.com/?formwhere=uni_avatar&surl=uni_avatar&top_sort=1","avatar_mall","width=780,height=605"); } function ax_open_homepy(uid) { if(!uid) uid=s_userid; var hompywin = window.open('http://cr.mehompy.com/uni_homepy/frame.asp?homeid='+uid,'minihome','width=930,height=670'); if (hompywin == null) { alert("plz confirmed pop up"); } }