function showAbuseContent(B,E){var I=B.popup;if(I==undefined||I==null){var L=document.createElement("iframe");L.setAttribute("id","abuseContentFrame");L.setAttribute("name","abuseContentFrame");L.src=E;I=MySpace.UI.Popup.create(L,B.getAttribute("text"));B.popup=I;I.set_top(25);I.set_left(0);var C=document.body.clientWidth-200;var K=document.body.clientHeight-300;try{var A=document.styleSheets[document.styleSheets.length-1];A.addRule(".popup_wrapper","position:absolute !important;");A.addRule(".popup_box","width:"+C+"px !important;");A.addRule(".popup_content","height:"+K+"px;")}catch(H){var A=document.createElement("style");A.innerHTML=".popup_wrapper{ position:absolute !important;} .popup_box{ width: "+C+"px !important;} .popup_content{ height: "+K+"px; }";document.body.appendChild(A)}}I.show();if(!I.isInActive){var G=I._box.childNodes[2];if(G){var F=document.createElement("div");var D=G.offsetLeft;var J=G.offsetTop;var C=G.offsetWidth;var K=G.offsetHeight;F.style.position="absolute";F.style.display="block";F.style.background="white";F.style.opacity=1*0.01;F.style.filter="alpha(opacity="+1+")";F.style.left=D+"px";F.style.top=J+"px";F.style.width=(C-25)+"px";F.style.height=(K-25)+"px";F.style.border="2px solid red";F.style.zIndex=1000100001;G.parentNode.appendChild(F);I.isInActive=true}}return false};