
vjo.ctype("vjo.darwin.core.rtm.ReportAd").needs(["vjo.dsf.typeextensions.string.Comparison","vjo.dsf.cookie.VjCookieJar","vjo.dsf.client.Browser"]).protos({postUrl:null,dialogTitle:null,submitCaption:null,closeCaption:null,cancelCaption:null,headlines:null,tokens:null,codes:null,descriptions:null,width:0,height:0,reasonCodeOptions:[],reasonCodeOptionsHtml:null,shellHtml:null,html:[],shell:[],adData:[],shellRef:null,iframeRef:null,innerIframeRef:null,bgIframe:null,isIPWiredOn:false,constructs:function(_1,_2,_3,_4,_5,_6,_7,_8){this.postUrl=_7;this.dialogTitle=_1;this.submitCaption=_2;this.closeCaption=_3;this.cancelCaption=_4;this.headlines=null;this.tokens=null;this.codes=_5;this.descriptions=_6;this.width=400;this.height=400;this.reasonCodeOptions=[];this.reasonCodeOptionsHtml="";this.shellHtml="";this.html=null;this.shell=[];this.adData=null;this.shellRef=null;this.iframeRef=null;this.innerIframeRef=null;this.bgIframe=null;this.isIPWiredOn=_8;},init:function(_9,_a){this.headlines=_9;this.tokens=_a;this.html=[];this.adData=[];this.create();},create:function(){if(null===this.shellRef){this.createReasonCodeOptionsHtml();this.createShell();this.shellRef=document.createElement("div");document.body.appendChild(this.shellRef);this.shellRef.style.display="none";this.shellRef.style.position="absolute";this.shellRef.style.left="-1600px";this.shellRef.style.top="-1600px";this.shellRef.style.border="none";this.shellRef.style.width="400px";this.shellRef.style.height="400px";this.shellRef.style.padding="0px";this.shellRef.style.margin="0px";this.addCss(this.getShellCss());this.shellRef.innerHTML=this.shellHtml;this.iframeRef=this.findById("reportAdContentIfr",this.shellRef);if(this.isIE()){this.bgIframe=document.createElement("iframe");this.bgIframe.style.position="absolute";this.bgIframe.style.width="1px";this.bgIframe.style.height="1px";this.bgIframe.style.left=-1000+"px";this.bgIframe.style.margin="0px";this.bgIframe.style.padding="0px";this.bgIframe.style.top=-1000+"px";document.body.appendChild(this.bgIframe);this.bgIframe.frameborder="no";}}
try{this.prepareShell();var _b=this.html.join("");this.iframeRef.innerHTML=_b;this.innerIframeRef=this.findById("reportAdContentIfr_inner",this.iframeRef);this.prepareAdData();var _c=this.adData.join("");this.innerIframeRef.innerHTML=_c;}
catch(er){}},isIE:function(){var _d=navigator.userAgent.toLowerCase();var ie=((_d.indexOf("msie")!==-1)&&(!window.opera));return ie;},getIframeDocument:function(_f){if(_f===null){return;}
var _10=null;if(_f.contentDocument){_10=_f.contentDocument;}else{if(_f.contentWindow){_10=_f.contentWindow.document;}else{if(_f.document){_10=_f.document;}}}
return _10;},writeInIframe:function(ifr,_12){if(ifr===null){return;}
var _13=this.getIframeDocument(ifr);try{ifr.doc=null;_13.open();_13.write(_12);_13.close();}
catch(er){}},findById:function(id,_15){var _16=_15.firstChild;while(_16!==null){if(_16.nodeType==1){if(_16.getAttribute("id")==id){return _16;}}
_16=_16.nextSibling;}
_16=_15.firstChild;while(_16!==null){var _17=this.findById(id,_16);if(_17!==null){return _17;}
_16=_16.nextSibling;}
return null;},findByName:function(_18,_19){var _1a=_19.firstChild;while(_1a!==null){if(_1a.nodeType==1){if(_1a.getAttribute("name")==_18){return _1a;}}
_1a=_1a.nextSibling;}
_1a=_19.firstChild;while(_1a!==null){var _1b=this.findByName(_18,_1a);if(_1b!==null){return _1b;}
_1a=_1a.nextSibling;}
return null;},findElement:function(_1c,_1d){var _1e=_1d.firstChild;while(_1e!==null){if(_1e.nodeType==1){if(_1e.nodeName.toLowerCase()==_1c.toLowerCase()){return _1e;}}
_1e=_1e.nextSibling;}
_1e=_1d.firstChild;while(_1e!==null){var _1f=this.findByName(_1c,_1e);if(_1f!==null){return _1f;}
_1e=_1e.nextSibling;}
return null;},prepareAdData:function(){this.adData.push("<table width=\"100%\">");this.adData.push("<input type=\"hidden\" name=\"num\" value=\"");this.adData.push(this.headlines.length);this.adData.push("\"/>");for(var i=0;i<this.headlines.length;i++){this.adData.push("<tr>");this.createAdRow(i);this.adData.push("</tr>");}
this.adData.push("</form>");},prepareShell:function(){this.html.push(this.getShellPart1());this.html.push(this.getShellPart2());this.html.push("<div id=\"diagTitle\">"+this.dialogTitle+"</div>");this.html.push(this.getShellPart3());this.html.push("<div id=\"reportAdContentIfr_inner\" style=\"overflow:hidden;padding:0px;margin:0px;\"></div>");this.html.push(this.getShellPart4());this.html.push(this.submitCaption);this.html.push(this.getShellPart5());this.html.push(this.cancelCaption);this.html.push(this.getShellPart6());this.html.push(this.getShellPart7());this.html.push(this.closeCaption);this.html.push(this.getShellPart8());this.html.push(this.getShellPart9());},createAdRow:function(_21){this.createAdHeadline(_21);this.createReasonCodesDropDown(_21);},createAdHeadline:function(_22){this.adData.push("<td width=\"75%\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:small\">");this.adData.push(this.headlines[_22]);this.adData.push("</td>");},createReasonCodesDropDown:function(_23){this.adData.push("<td width=\"25%\" class=\"ad_reason_code\">");this.adData.push("<select name=\"rep_");this.adData.push(_23+"");this.adData.push("\">");this.adData.push(this.reasonCodeOptionsHtml.replace(/_TOK_/g,this.tokens[_23]));this.adData.push("</select>");this.adData.push("</td>");},createReasonCodeOptionsHtml:function(){if(this.reasonCodeOptionsHtml===""&&this.codes.length>0){for(var i=0;i<this.codes.length;i++){this.reasonCodeOptions.push("<option value=\"");this.reasonCodeOptions.push(this.codes[i]);this.reasonCodeOptions.push("|_TOK_");this.reasonCodeOptions.push("\">");this.reasonCodeOptions.push(this.descriptions[i]);this.reasonCodeOptions.push("</option>");}
this.reasonCodeOptionsHtml=this.reasonCodeOptions.join("");}},createShell:function(){this.shell.push("<div id=\"reportAdShell\">");this.shell.push("<div style=\"margin:0px;padding:0px 0px 0px 0px;width:400px;height:400px;border:none;\" id=\"reportAdContentIfr\"></div>");this.shell.push("</div>");this.shellHtml=this.shell.join("");},open:function(e){if(this.shellRef!==null){this.shellRef.style.position="absolute";this.shellRef.style.left="100px";this.shellRef.style.top="100px";this.shellRef.style.display="";this.center(this.shellRef,e,this.width,this.height);this.resizeShadow();}},submitReport:function(_26){try{if(this.isIE()&&_26===false){var _27="parent.vjo.Registry.get('GlobalRtmInstance').globalAdOverlay.submitReportRetry()";setTimeout(_27,100);return;}
var _28=1;var _29=2;var _2a=this.postUrl;if(_2a.indexOf("?")==-1){_2a+="?";}else{_2a+="&";}
_2a+="num="+this.headlines.length;_2a+="&cb="+encodeURIComponent("parent.vjo.Registry.get('GlobalRtmInstance').globalAdOverlay.submitCB");if(this.isIPWiredOn===true){var _2b=true;for(var i=0;i<this.headlines.length;i++){var dd=this.findByName("rep_"+i,this.innerIframeRef);if(dd.selectedIndex>0){_2b=false;_2a+="&"+"rep_"+i+"="+encodeURIComponent(dd.value);}}
_2a+="&dom="+encodeURIComponent(document.domain);_2a+="&ord="+((new Date()).getTime());var _2e=document.createElement("script");_2e.type="text/javascript";if(_2a.length>2083||_2b===true){var _2a=this.postUrl;if(_2a.indexOf("?")==-1){_2a+="?";}else{_2a+="&";}
_2a+="cb="+encodeURIComponent("parent.vjo.Registry.get('GlobalRtmInstance').globalAdOverlay.submitCB");_2a+="&dom="+encodeURIComponent(document.domain);_2a+="&ord="+((new Date()).getTime());if(_2b===true){_2a+="&err="+_29;}else{_2a+="&err="+_28;}
_2e.src=_2a;}else{_2e.src=_2a;}}else{for(var i=0;i<this.headlines.length;i++){var dd=this.findByName("rep_"+i,this.innerIframeRef);_2a+="&"+"rep_"+i+"="+encodeURIComponent(dd.value);}
_2a+="&dom="+encodeURIComponent(document.domain);_2a+="&ord="+((new Date()).getTime());var _2e=document.createElement("script");_2e.type="text/javascript";_2e.src=_2a;}
document.body.appendChild(_2e);this.findById("btn_Submit",this.iframeRef).style.display="none";this.findById("btn_Cancel",this.iframeRef).style.display="none";this.findById("btn_Close",this.iframeRef).style.display="";this.findById("bton",this.iframeRef).style.textAlign="center";if(window.event){var now=new Date();var _30=now.getTime()+2000;while(true){now=new Date();if(now.getTime()>_30){break;}}}}
catch(er){this.close();}},submitReportRetry:function(){this.submitReport(true);},submitCB:function(_31,_32,_33){if(_32===true){document.getElementById("diagTitle").innerHTML=_33;this.findById("btn_Close",this.iframeRef).style.display="none";}else{var _34="parent.vjo.Registry.get('GlobalRtmInstance').globalAdOverlay.close()";setTimeout(_34,10000);}
try{this.innerIframeRef.innerHTML="<div style=\"text-align:center\">"+_31+"</div>";this.resizeShadow();}
catch(er){this.close();}},close:function(){try{if(this.shellRef!==null){this.shellRef.style.display="none";this.shellRef.style.left="-1600px";this.shellRef.style.top="-1600px";if(this.isIE()){this.bgIframe.style.left="-1000px";this.bgIframe.style.top="-1000px";}}}
catch(er){}},center:function(div,e,_37,_38){if(window.event){e=window.event;}
var _39=this.getScrollXY();var pos=this.getEventPosition(e);div.style.left=parseInt((screen.width-_37)/2+"")+"px";div.style.top=(_39.y+100)+"px";},getScrollXY:function(){var pos={};pos.x=0;pos.y=0;if(typeof(window.pageYOffset)==="number"){pos.y=window.pageYOffset;pos.x=window.pageXOffset;}else{if(document.body&&(document.body.scrollLeft||document.body.scrollTop)){pos.y=document.body.scrollTop;pos.x=document.body.scrollLeft;}else{if(document.documentElement&&(document.documentElement.scrollLeft||document.documentElement.scrollTop)){pos.y=document.documentElement.scrollTop;pos.x=document.documentElement.scrollLeft;}}}
return pos;},getEventPosition:function(evt){var pos={};pos.x=0;pos.y=0;if(!evt){evt=window.event;}
if(typeof(evt.pageX)==="number"){pos.x=evt.pageX;pos.y=evt.pageY;}else{pos.x=evt.clientX;pos.y=evt.clientY;if(!top.opera){if((!window.document.compatMode)||(window.document.compatMode==="BackCompat")){pos.x+=window.document.body.scrollLeft;pos.y+=window.document.body.scrollTop;}else{pos.x+=window.document.documentElement.scrollLeft;pos.y+=window.document.documentElement.scrollTop;}}}
return pos;},getShellPart1:function(){return"";},getShellCss123:function(){return"";},getShellCss:function(){return" .RA_basOlp-hdr div.RA_basOlp-hdr {}"+" .RA_basOlp-hdr div.RA_basOlp-hdr {}"+" .RA_basOlp-hdr {}"+" .RA_basOlp-clink {}"+" .RA_basOlp-iBE {position:absolute; background:transparent url(http://pics.ebaystatic.com/aw/pics/motors2/images/imgCrnrL3.gif) no-repeat; height:4px; width:4px; right:0px; bottom:0px; overflow:hidden}"+" .RA_basOlp-iBW {position:absolute; background:transparent url(http://pics.ebaystatic.com/aw/pics/motors2/images/imgCrnrL4.gif) no-repeat; height:4px; width:4px; left:0px; bottom:0px; overflow:hidden}"+" .RA_basOlp-iTE {position:absolute; background:transparent url(http://pics.ebaystatic.com/aw/pics/motors2/images/imgCrnrL2.gif) no-repeat; height:4px; width:4px; right:0px; top:0px; overflow:hidden}"+" .RA_basOlp-iTW {position:absolute; background:transparent url(http://pics.ebaystatic.com/aw/pics/motors2/images/imgCrnrL1.gif) no-repeat; height:4px; width:4px; left:0px; top:0px; overflow:hidden}"+"  .RA_basOlp-oly {background:inherit; position:relative; top:0px; left:0px; width:400px; display:block; z-index:5000}"+" .RA_basOlp-hdr {}"+" .RA_basOlp-title {font-size:medium; font-weight:bold; color:#333; font-family:Arial; padding:5px 15px 0px 15px}"+" .RA_basOlp-panel {}"+" .RA_basOlp-cbutton {float:right; padding-top:1px; padding-right:6px; background:transparent url(http://pics.ebaystatic.com/aw/pics/buttons/btnClose_16x16.gif) no-repeat scroll bottom left; cursor:pointer; display:inline; height:16px; width:16px}"+" .RA_basOlp-oly .RA_basOlp-ctentbox {width:100%; position:relative; z-index:10}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-ctent {border:1px solid #666; border-width:0px 1px; background:#fff}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-ctent .RA_basOlp-ctentholder {padding:10px 15px}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-ctent .RA_basOlp-ctentholder {padding:10px 14px}"+" .RA_basOlp-oly .RA_basOlp-sdowbox {width:100%; position:absolute; top:5px; left:5px; z-index:8}"+" .RA_basOlp-oly .RA_basOlp-sdowbox .RA_basOlp-ctent {background:#000}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-n {border-top:1px solid #666; margin:0px 5px; background:#fff; height:4px}"+" .RA_basOlp-oly .RA_basOlp-ctentbox .RA_basOlp-s {border-bottom:1px solid #666; margin:0px 5px; background:#fff; height:4px; clear:both}"+" .RA_basOlp-oly .RA_basOlp-sdowbox .RA_basOlp-n {margin:0px 5px; background:#000; height:5px}"+" .RA_basOlp-oly .RA_basOlp-sdowbox .RA_basOlp-s {margin:0px 5px; background:#000; height:5px}"+" .RA_basOlp-cn {height:5px; display:block; font-size:0px; line-height:0%; position:relative; background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayCorners.gif) no-repeat}"+" .RA_basOlp-scn {height:5px; display:block; font-size:0px; line-height:0%; position:relative; background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayShade.gif) no-repeat}"+" .RA_basOlp-oly .RA_basOlp-n .RA_basOlp-cn .RA_basOlp-cn {background-position:0px 0px; width:5px; margin-left:-5px; margin-top:-1px; padding-top:1px; height:4px}"+" .RA_basOlp-oly .RA_basOlp-n .RA_basOlp-scn .RA_basOlp-scn {background-position:0px 0px; width:5px; margin-left:-5px}"+" .RA_basOlp-oly .RA_basOlp-n .RA_basOlp-cn {background-position:100% -20px; margin-right:-5px; margin-top:-1px; padding-top:1px; height:4px}"+" .RA_basOlp-oly .RA_basOlp-n .RA_basOlp-scn {background-position:100% -20px; margin-right:-5px}"+" .RA_basOlp-oly .RA_basOlp-s .RA_basOlp-cn {background-position:100% -30px; margin-right:-5px; margin-bottom:-1px; padding-bottom:1px; height:4px}"+" .RA_basOlp-oly .RA_basOlp-s .RA_basOlp-scn {background-position:100% -30px; margin-right:-5px}"+" .RA_basOlp-oly .RA_basOlp-s .RA_basOlp-cn .RA_basOlp-cn {background-position:0px -10px; width:5px; margin-left:-5px; margin-bottom:-1px; padding-bottom:1px; height:4px}"+" .RA_basOlp-oly .RA_basOlp-s .RA_basOlp-scn .RA_basOlp-scn {background-position:0px -10px; width:5px; margin-left:-5px}"+" .RA_basOlp-aTL, .RA_basOlp-aTR, .RA_basOlp-aBL, .RA_basOlp-aBR {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayPoints.gif) no-repeat; width:22px; height:25px; position:absolute}"+" .RA_basOlp-aTL {top:12px; left:-21px; background-position:0px 0px}"+" .RA_basOlp-aTR {top:12px; right:-21px; background-position:100% -30px}"+" .RA_basOlp-aBL {bottom:12px; left:-21px; background-position:0px -60px}"+" .RA_basOlp-aBR {bottom:12px; right:-21px; background-position:100% -90px}"+" .RA_basOlp-cc {font-size:0px; line-height:0%; height:0px; clear:both}"+" h1.RA_base, h2.RA_base, h3.RA_base, h4.RA_base, h5.RA_base, h6.RA_base {font-family:Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif; position:relative}"+" h1.RA_base {color:#6c96b7; display:inline; font-size:160%; font-weight:bold; line-height:100%; padding-bottom:0.2em}"+" h2.RA_base {border-bottom:1px solid #6c96b7; color:#6c96b7; font-size:140%; font-weight:bold; line-height:100%; margin-top:35px}"+" h3.RA_base {color:#6c96b7; font-size:100%; line-height:80%; margin-left:15px; padding-bottom:0.1em}"+" h4.RA_base {background-color:#f1f6fa; color:#6c96b7; font-size:80%; line-height:120%; margin-left:15px; margin-top:-10px; padding:10px}"+" .RA_fdiag-float-olp-overlay {background:inherit; position:absolute; top:-1000px; left:-1000px; display:block; z-index:7; height:395px}"+" .RA_fdiag-float-olp-header {}"+" .RA_fdiag-float-olp-title {font-size:medium; font-weight:bold; color:#333; font-family:Arial; padding:5px 15px 0px 15px}"+" .RA_fdiag-float-olp-panel {}"+" .RA_fdiag-float-olp-closebutton {float:right; padding-top:1px; padding-right:6px; background:transparent url(http://pics.ebaystatic.com/aw/pics/buttons/btnClose_16x16.gif) no-repeat scroll bottom left; cursor:pointer; display:inline; height:16px; width:16px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-contentbox {width:100%; position:relative; z-index:10}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-contentbox .RA_fdiag-float-olp-content {border:1px solid #666; border-width:0px 1px; background-color:#fff; overflow:auto}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-contentbox .RA_fdiag-float-olp-content .RA_fdiag-float-olp-contentholder {padding:10px 15px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-shadowbox {width:100%; position:absolute; top:5px; left:5px; z-index:8}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-shadowbox .RA_fdiag-float-olp-content {background-color:#000}"+" .RA_fdiag-float-olp-overlay "+" .RA_fdiag-float-olp-contentbox .RA_fdiag-float-olp-n {border-top:1px solid #666; margin:0px 5px; background-color:#fff}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-contentbox .RA_fdiag-float-olp-s {border-bottom:1px solid #666; margin:0px 5px; background-color:#fff; height:5px; clear:both}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-shadowbox .RA_fdiag-float-olp-n, .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-shadowbox .RA_fdiag-float-olp-s {margin:0px 5px; background-color:#000; height:5px}"+" .RA_fdiag-float-olp-cn, .RA_fdiag-float-olp-scn {height:5px; display:block; font-size:0px; line-height:0%; position:relative}"+" .RA_fdiag-float-olp-cn {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayCorners.gif) no-repeat}"+" .RA_fdiag-float-olp-scn {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayShade.gif) no-repeat}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-n .RA_fdiag-float-olp-cn .RA_fdiag-float-olp-cn, .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-n .RA_fdiag-float-olp-scn .RA_fdiag-float-olp-scn {background-position:0px 0px; width:5px; margin-left:-5px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-n .RA_fdiag-float-olp-cn, "+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-n .RA_fdiag-float-olp-scn {background-position:100% -20px; margin-right:-5px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-s .RA_fdiag-float-olp-cn, .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-s .RA_fdiag-float-olp-scn {background-position:100% -30px; margin-right:-5px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-s .RA_fdiag-float-olp-cn .RA_fdiag-float-olp-cn, .RA_fdiag-float-olp-overlay .RA_fdiag-float-olp-s .RA_fdiag-float-olp-scn .RA_fdiag-float-olp-scn {background-position:0px -10px; width:5px; margin-left:-5px}"+" .RA_fdiag-float-olp-arrowTL, .RA_fdiag-float-olp-arrowTR, .RA_fdiag-float-olp-arrowBL, .RA_fdiag-float-olp-arrowBR {background:transparent url(http://pics.ebaystatic.com/aw/pics/globalAssets/imgOverlayPoints.gif) no-repeat; width:22px; height:25px; position:absolute}"+" .RA_fdiag-float-olp-arrowTL {top:12px; left:-21px; background-position:0px 0px}"+" .RA_fdiag-float-olp-arrowTR {top:12px; right:-21px; background-position:100% -30px}"+" .RA_fdiag-float-olp-arrowBL {bottom:12px; left:-21px; background-position:0px -60px}"+" .RA_fdiag-float-olp-arrowBR {bottom:12px; right:-21px; background-position:100% -90px}"+" .RA_fdiag-float-olp-clear {font-size:0px; line-height:0%; height:0px; clear:both}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-statMsgTop {padding:15px 10px 0px 10px}"+" .RA_fdiag-float-olp-overlay .RA_fdiag-statMsgBottom {padding:15px 10px 0px 10px}"+" .RA_fdiag-float-olp-maincontent {overflow:auto}"+" .RA_fdiag-float-olp-maincontentoverflow {height:291px; overflow:auto; border:1px solid #ccc}"+" .RA_fdiag-btnBar {border-width:0px; margin-top:26px; margin-bottom:8px; padding:0px}"+" .RA_fdiag-btnbar-alignright {text-align:right}"+" .RA_fdiag-btnBar .RA_fdiag-anch {text-decoration:none; margin:0px; margin-right:5px; padding:0px; font-family:Arial; font-size:small; font-weight:normal; color:#333}"+" .RA_fdiag-btnBar a {text-decoration:none; margin:0px; padding:0px; font-family:Arial; font-size:small; font-weight:normal}"+" .RA_fdiag-btnBar .RA_fdiag-delimiter {margin:0px; margin-right:5px; padding:0px; color:#333}"+" .RA_fdiag-btnBar .RA_fdiag-b1 {padding-top:7px; padding-bottom:7px; background-position:left center; background-repeat:no-repeat; background-color:transparent; background-attachment:scroll; background-image:url(http://pics.ebaystatic.com/aw/pics/express/button/btn2Left.gif)}"+" .RA_fdiag-btnBar .RA_fdiag-b2 {padding-top:7px; padding-bottom:7px; background-position:right center; background-repeat:no-repeat; margin-left:15px; background-color:transparent; background-attachment:scroll; background-image:url(http://pics.ebaystatic.com/aw/pics/express/button/btn2Right.gif)}"+" .RA_fdiag-btnBar .RA_fdiag-b3 {padding-top:7px; padding-bottom:7px; background-position:center center; background-repeat:repeat-x; margin-right:15px; background-color:transparent; background-attachment:scroll; background-image:url(http://pics.ebaystatic.com/aw/pics/express/button/btn2Bkgd.jpg)}"+" .RA_basOlp-iBE {position:absolute; background:none}"+" .RA_basOlp-iBW {position:absolute; background:none}"+" .RA_basOlp-iTE {position:absolute; background:none}"+" .RA_basOlp-iTW {position:absolute; background:none}";},getShellPart2:function(){return"<div id=\"reportAd_topDiv\" style=\"width:395px\"> \t<div class=\"RA_basOlp-olp\"> \t\t<div style=\"width:395px\" class=\"RA_basOlp-oly\"> \t\t\t<div class=\"RA_basOlp-sdowbox\" style=\"filter:alpha(opacity=15);-moz-opacity:0.15;opacity: 0.15;\"> \t\t\t\t<div class=\"RA_basOlp-n\"> \t\t\t\t\t<div class=\"RA_basOlp-scn\"> \t\t\t\t\t\t<div class=\"RA_basOlp-scn\"></div> \t\t\t\t\t</div> \t\t\t\t</div> \t\t\t<div id=\"reportAd_shadow\" class=\"RA_basOlp-ctent\" style=\"height: 300px ;\"></div> \t\t\t<div class=\"RA_basOlp-s\"> \t\t\t\t<div class=\"RA_basOlp-scn\"> \t\t\t\t\t<div class=\"RA_basOlp-scn\"></div> \t\t\t\t</div> \t\t\t</div> \t\t</div> \t\t<div class=\"RA_basOlp-ctentbox\"> \t\t\t<div class=\"RA_basOlp-n\"> \t\t\t\t<div class=\"RA_basOlp-cn\"> \t\t\t\t\t<div class=\"RA_basOlp-cn\"></div> \t\t\t\t</div> \t\t\t</div> \t\t\t<div class=\"RA_basOlp-ctent\"> \t\t\t\t<div class=\"RA_basOlp-hdr\"> \t\t\t\t\t<div class=\"RA_basOlp-hdr\"> \t\t\t\t\t\t<div onClick=\"parent.vjo.Registry.get('GlobalRtmInstance').closeReportAd()\"> \t\t\t\t\t\t\t<span class=\"RA_basOlp-cbutton\"></span> \t\t\t\t\t\t</div> \t\t\t\t\t<div class=\"RA_basOlp-title\">";},getShellPart3:function(){return"</div> \t\t\t\t</div> \t\t\t</div> \t\t<div class=\"RA_basOlp-cc\"></div> \t\t<div class=\"RA_basOlp-ctentholder\"> \t\t\t<div class=\"RA_basOlp-iTW\"></div> \t\t\t<div class=\"RA_basOlp-iTE\"></div> \t\t\t<div class=\"RA_basOlp-iBW\"></div> \t\t\t<div class=\"RA_basOlp-iBE\"></div> \t\t\t<div> \t\t\t\t<div> \t\t\t\t\t<div class=\"RA_fdiag-float-olp-maincontent\"> \t\t\t\t\t<div>";},getShellPart4:function(){return"</div> \t\t\t\t</div> \t\t\t\t<div id=\"bton\" class=\"RA_fdiag-btnBar RA_fdiag-btnbar-alignright\"> \t\t\t\t\t<a  id=\"btn_Submit\" href=\"javascript:void(0)\" class=\"RA_fdiag-anch\" onClick=\"parent.vjo.Registry.get('GlobalRtmInstance').submitReportAd()\"><span class=\"RA_fdiag-b1\"><span class=\"RA_fdiag-b2\"><span class=\"RA_fdiag-b3\">";},getShellPart5:function(){return"</span></span></span></a><span class=\"RA_fdiag-delimiter\">&nbsp;</span><a id=\"btn_Cancel\" href=\"javascript:void(0)\" onClick=\"parent.vjo.Registry.get('GlobalRtmInstance').closeReportAd()\">";},getShellPart6:function(){return"</a><span class=\"RA_fdiag-delimiter\">&nbsp;</span>";},getShellPart7:function(){return"<a  style=\"display:none\" id=\"btn_Close\" href=\"javascript:void(0)\" class=\"RA_fdiag-anch\" onClick=\"parent.vjo.Registry.get('GlobalRtmInstance').closeReportAd()\"><span class=\"RA_fdiag-b1\"><span class=\"RA_fdiag-b2\"><span class=\"RA_fdiag-b3\">";},getShellPart8:function(){return"</span></span></span></a>";},getShellPart9:function(){return"</div> \t\t\t</div> \t\t</div> \t</div> </div>  <div class=\"RA_basOlp-s\"> \t<div class=\"RA_basOlp-cn\"> \t\t<div class=\"RA_basOlp-cn\"></div> \t</div> </div>";},addCss:function(_3e){var _3f=document.createElement("style");_3f.type="text/css";if(_3f.styleSheet){_3f.styleSheet.cssText=_3e;}else{_3f.appendChild(document.createTextNode(_3e));}
document.getElementsByTagName("head")[0].appendChild(_3f);},resizeShadow:function(){var _40=this.findById("reportAd_shadow",this.shellRef);var _41=this.findById("reportAd_topDiv",this.shellRef);_40.style.height=(parseInt(_41.offsetHeight,10)-10)+"px";if(this.bgIframe!==null){this.shellRef.style.zIndex="5000";var w=parseInt(_41.style.width,10)+2;var h=parseInt(_40.style.height,10)+10;var l=parseInt(this.shellRef.style.left,10);var t=parseInt(this.shellRef.style.top,10);this.bgIframe.style.width=w+"px";this.bgIframe.style.height=h+"px";this.bgIframe.style.left=l+"px";this.bgIframe.style.top=t+"px";}}}).endType();
// en_US/e653/GH-D9_RtmDC_e65310505629_1_en_US
// b=10505629
