
vjo.ctype("vjo.dsf.document.Text").needs("vjo.dsf.Element").props({autoClear:function(_1){var o=vjo.dsf.Element.get(_1);if(o){if(o.defaultValue==o.value){o.value="";}}}}).endType();

vjo.ctype("vjo.darwin.core.pagination.Pagination").needs("vjo.dsf.Element").props({changeImg:function(_1,_2){var _3=vjo.dsf.Element.get(_2);_3.src=_1;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.cmp.itemdetailslist.ItemDetailsList").needs(["vjo.dsf.document.Element"]).props({E:vjo.dsf.document.Element,toggleClassName:function(id,_2){var t=this;t.E.get(id).className=_2;},goTo:function(_4){document.location.href=_4;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.cmp.formsubmit.FormSubmit").needs(["vjo.dsf.Element"]).props({bUrl:"bu",kWord:"kw",submitForm:function(_1,_2){document.forms[_1].action=_2;document.forms[_1].submit();return false;},postForm:function(_3,_4,bu,kw){document.forms[_3].action=_4;if(document.forms[_3].elements[this.bUrl]){document.forms[_3].elements[this.bUrl].value=bu;}
if(document.forms[_3].elements[this.kWord]){document.forms[_3].elements[this.kWord].value=kw;}
document.forms[_3].submit();return false;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.cmp.itemdetails.ItemDetails").needs(["vjo.dsf.Message","vjo.dsf.document.Element","vjo.dsf.utils.Handlers"]).protos({H:vjo.dsf.utils.Handlers,constructs:function(_1){var t=this;t.oModel=_1;t.sOpenServiceId=_1.openServiceId;t.sCloseServiceId=_1.closeServiceId;if(_1.selfRegistry){t.init();}},init:function(){var t=this,m=t.oModel,H=t.H;H.attachSvcReqt(t.sOpenServiceId,t.handleShowImage,t);H.attachSvcReqt(t.sCloseServiceId,t.handleHideImage,t);},handleShowImage:function(_4){this.showImage();return _4;},handleHideImage:function(_5){this.hideImage();return _5;},showImage:function(){var t=this,m=t.oModel,oElem=vjo.dsf.document.Element;oElem.toggleHideShow(m.imgDivId,true);return true;},hideImage:function(){var t=this,m=t.oModel,oElem=vjo.dsf.document.Element;oElem.toggleHideShow(m.imgDivId,false);return true;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMapMessage").needs("vjo.dsf.Message").inherits("vjo.dsf.Message").protos({constructs:function(_1,_2){var t=this;t.base.call(t,_1);t.request=t.response={};t.sRegionId="";},setRegionId:function(_4){this.sRegionId=_4;},getRegionId:function(){return this.sRegionId;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMapEvtHandlers").needs(["vjo.dsf.Message","vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMapMessage"]).props({M:vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMapMessage,handleChangeImage:function(_1,_2){var _3=new this.M(_1);_3.setRegionId(_2);return _3;},handleHideImage:function(_4){var _5=new this.M(_4);return _5;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMap").needs(["vjo.dsf.Message","vjo.dsf.document.Element","vjo.dsf.ServiceEngine","vjo.dsf.utils.Handlers","vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMapEvtHandlers"]).protos({H:vjo.dsf.utils.Handlers,constructs:function(_1){var t=this;t.oModel=_1;t.sOpenServiceId=_1.openServiceId;t.sCloseServiceId=_1.closeServiceId;t.oOptElem=null;if(_1.selfRegistry){t.init();}},init:function(){var t=this,m=t.oModel,H=t.H;H.attachSvcReqt(t.sOpenServiceId,t.invokeChangeImage,t);H.attachSvcReqt(t.sCloseServiceId,t.invokeHideImage,t);},invokeChangeImage:function(_4){this.changeImage(_4.getRegionId());return _4;},invokeHideImage:function(_5){this.hideImage();return _5;},changeImage:function(_6){var t=this,m=t.oModel,oElem=vjo.dsf.document.Element;var _8=oElem.get(m.imgDivId);_8.style.backgroundImage="url("+m.regionImage+_6+m.regionSuffix+".gif)";return true;},hideImage:function(){var t=this,m=t.oModel,oElem=vjo.dsf.document.Element;var _a=oElem.get(m.imgDivId);_a.style.backgroundImage="url("+m.defaultImage+")";return true;},changeRgnName:function(_b,_c){var _d=vjo.dsf.document.Element;_d.get(_b).innerHTML=_c;return true;},hoverInRgnList:function(_e){var t=this,evt=_e.nativeEvent,src=(evt.target)?evt.target:evt.srcElement;if(t.oOptElem!==null){t.oOptElem.style.backgroundColor="#FFFFFF";t.oOptElem.style.color="#000000";vjo.dsf.ServiceEngine.handleRequest(vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMapEvtHandlers.handleHideImage(t.sCloseServiceId));}
if(navigator.appVersion.match("MSIE")&&src.tagName=="SELECT"){var _10=16;var _11=60;var _12=Math.floor((evt.offsetY)/_10);if(evt.offsetX<_11){if(_12!=-1){t.oOptElem=src.options[_12];if(t.oOptElem!==null){t.oOptElem.style.backgroundColor="#FFD342";t.oOptElem.style.color="#FFFFFF";}}}}else{if(src.index>-1){src.style.backgroundColor="#FFD342";src.style.color="#FFFFFF";t.oOptElem=src;}}
if(t.oOptElem!==null){return vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMapEvtHandlers.handleChangeImage(t.sOpenServiceId,t.oOptElem.index+2);}},hoverOutRgnList:function(_13){var t=this,evt=_13.nativeEvent,src=(evt.target)?evt.target:evt.srcElement;if(src.tagName=="SELECT"&&t.oOptElem!==null){t.oOptElem.style.backgroundColor="#FFFFFF";t.oOptElem.style.color="#000000";t.oOptElem=null;return vjo.darwin.pres.classifiedad.cmp.imagemap.ImageMapEvtHandlers.handleHideImage(t.sCloseServiceId);}},clickRgnList:function(_15){var t=this,evt=_15.nativeEvent,src=(evt.target)?evt.target:evt.srcElement,url=null;if(navigator.appVersion.match("MSIE")&&src.tagName=="SELECT"){var _17=16;var _18=60;var _19=Math.floor((evt.offsetY)/_17);if(evt.offsetX<_18){if(_19!=-1){t.oOptElem=src.options[_19];url=t.oOptElem.value;}}}else{if(src.index>-1){url=src.value;}}
if(url!==null){location.href=url;}}}).endType();

vjo.ctype("vjo.darwin.core.overlaypanel3.harrow.OverlayPanelWithHArrow").needs("vjo.darwin.core.utils.WindowDimension").needs("vjo.dsf.Element","E").needs("vjo.darwin.core.overlaypanel3.ZIndexUtil","ZU").needs("vjo.dsf.client.Browser","B").protos({constructs:function(_1,_2,_3,_4,_5){t=this;var E=t.E=t.vj$.E;t.st=_2;t.yof=_3;t.aHW=_5;t.pP=_4;t.ar=E.get(_1);t.preX;t.preY;b=t.vj$.B;t.IE=(b.bIE&&b.iVer<=6);},W:vjo.darwin.core.utils.WindowDimension,position:function(_7,_8,_9,_a,_b){var t=this,md=_b,tp="top",bt="bottom",rt="right",lt="left",u="px",oc=vjo.dsf.Element.get(_7.id+"_olp_cnt"),ocS=oc.style,id=md.overlayCompId,scrbl=md.scrbl,scrlH=md.scrlH,z=0;var _d=10,aHW=parseInt(t.aHW),yof=-aHW,hof=md.HOF;var P=t.P,olpS=_7.style,iW=_7.offsetWidth,iH=_7.offsetHeight,iZ=0;var W=t.W,wD=W.getBrowserDimension(),aS=W.getScrollXY();var _10,finalY;if(_8){var rH=_8.offsetHeight,pP=(t.pP=="CENTER")?(rH/2):((t.pP=="TOP")?0:rH),rW=_8.offsetWidth,oP=W.getOffsetPosition(_8),rX=oP[0],rY=oP[1]+pP,x=rX-aS[0],y=rY-aS[1],aX=0,aY=0,vAl=bt,hAl;hof=hof+rW-yof;if(((iH<(wD[1]-y+aHW))&&_a=="auto")||(_a==bt)){finalY=(rY+yof);}else{if(((iH<y)&&_a=="auto")||(_a==tp)){finalY=(rY-iH-yof);vAl=tp;}else{finalY=((y<(wD[1]/2))?0:(wD[1]-iH+_d))+aS[1];}}
var iW=_7.offsetWidth;var rW=_8.offsetWidth,rX=oP[0];var arS=t.ar.style;arS.display="";if((((iW+_d+hof)<(wD[0]-x))&&_9=="auto")||(_9==lt)){_10=rX+hof;hAl=lt;}else{if((((iW+_d+hof)<x)&&_9=="auto")||(_9==rt)){_10=((rX+rW)-iW-hof)+5;hAl=rt;}else{_10=(wD[0]-iW)/2+aS[0];arS.display="none";}}
iZ=oP[2]?oP[2]:iZ;}
var tY=t.gAP(_10,finalY,iW,iH,rX,rY,pP,rH);t.ar.className=t.gAS(_10,finalY,iW,iH,rX,rY);arS.zIndex=999;if(vAl==tp){finalY=finalY-_b.VOF;}else{finalY=finalY+_b.VOF;}
olpS.left=_10+u;olpS.top=finalY+u;z=t.vj$.ZU.getNewZIndex(md.HM,md.zid,md.mzid,iZ);olpS.zIndex=z;return[_10,finalY,iW,iH,hAl,vAl,z];},gAP:function(oX,oY,oW,oH,rX,rY,pP,rH){var t=this,a=t.ar.style,yof=t.yof,u="px";a.position="absolute";a.top=(((rY-oY)>oH/2)?-28:0)+(rY-oY)+u;if(rX<oX){a.left=-22+u;a.right="";}else{a.right=-19+u;a.left="";}
a.height=a.width=t.aHW+u;},gAS:function(oX,oY,oW,oH,rX,rY){var t=this,aT="b",aB="l",st,p="px";if((rY-oY)>oH/2){st=(rX<oX)?t.st[1]:t.st[3];}else{st=(rX<oX)?t.st[0]:t.st[2];}
var hW=parseInt(t.aHW-1);if(st==t.st[2]&&!t.IE){t.ar.style.width=hW+p;}else{if(st==t.st[2]&&t.IE){t.ar.style.width=(parseInt(t.aHW-2))+p;}else{if(st==t.st[3]&&t.IE){t.ar.style.width=hW+p;}}}
return st;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.cmp.itemdetails.ItemDetailsMessage").needs("vjo.dsf.Message").inherits("vjo.dsf.Message").protos({constructs:function(_1,_2){var t=this;t.base.call(t,_1);t.request=t.response={};}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.cmp.itemdetails.ItemDetailsEvtHandlers").needs(["vjo.dsf.Message","vjo.darwin.pres.classifiedad.cmp.itemdetails.ItemDetailsMessage"]).props({M:vjo.darwin.pres.classifiedad.cmp.itemdetails.ItemDetailsMessage,handleShowImage:function(_1){var _2=new this.M(_1);return _2;},handleHideImage:function(_3){var _4=new this.M(_3);return _4;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.page.allitems.AllItems").needs(["vjo.dsf.document.Element"]).props({changeClassName:function(_1,_2){var _3=vjo.dsf.document.Element.get(_1);_3.className=_2;}}).endType();

vjo.ctype("vjo.darwin.pres.classifiedad.page.piwikpage.PiwikPageData").needs("vjo.dsf.Element","E").needs("vjo.dsf.document.Form").needs("vjo.dsf.assembly.VjClientAssemblerRequest","VCR").props({trackFunc:function(_1,_2){_rover.setAppId(9060);_rover.setServer("ebay.fr");var _3=_1;var _4=_rover.createPageImpEvent(_3,_2);_4.setLVTrk(true);ebayLVTr.setRover(_rover);ebayLVTr.setPageImpEvent(_3);ebayLVTrClk._ebayLVTrackerClk_init_tracker();_rover.track();}});

// fr_FR/e639cfi/ClassifiedAdApplicationV4_AllItems_e639cfi10303129_6_fr_FR
// b=10303129
