\n'); } function adBanner(id, flash, img, w, h) { allBnrs[id]=new Array(); allBnrs[id]['obj']=this; allBnrs[id]['url']=new Array(); this.id=id; this.flash=flash; this.img=img; this.imgurl=''; this.w=w; this.h=h; this.cTags=''; this.bLoad=bLoad; this.bShow=bShow; this.bRec=bRec; this.bAddUrl=bAddUrl; this.bLoad(); } function bAddUrl(url, target) { var u=allBnrs[this.id]['url']; u[u.length]=url; this.cTags+=(u.length==1?'?':'&')+"clickTAG"+(u.length==1?'':u.length)+"=javascript:bPopUp('"+this.id+"',"+(u.length-1)+",'"+target+"')"; if (u.length==1) this.imgurl=url; } function bPopUp(id,urlId,target) { var u=allBnrs[id]['url']; if (u[urlId]&&u[urlId]!='') if (target!='') window.open(u[urlId]); else window.location=u[urlId]; } function bShowAll() { if (!bInstantShow) { bInstantShow=true; for (idx in allBnrs) allBnrs[idx]['obj'].bShow(); } } // -->