/************** Copyright (c) 2001 Thomas Brattli (www.dhtmlcentral.com) eXperience DHTML coolMenus - Get it at www.dhtmlcentral.com Version 3.02 This script can be used freely as long as all copyright messages are intact. (You can delete the comments below to save space) This script takes over for the old Coolmenus2 and CoolFrameMenu Visit www.dhtmlcentral.com/coolmenus/ for the latest version of the script. Tutorial: http://www.dhtmlcentral.com/tutorial.asp Support: http://www.dhtmlcentral.com/forums/forum.asp?FORUM_ID=2&CAT_ID=1&Forum_Title=CoolMenus Known bugs: Netscape 6: When using padding in the layers you can sometimes get strange visual effects on the lowest menu item. Only way to fix is to not use padding. Opera: This menu is very close to working on Opera, but as far as I could figure out opera don't support innerHTML or document.createElement() which makes the changing of the text inside the submenus immpossible. If anyone know a solution to this please let me know. Explorer 4 for mac: It will not work in this browser, nothing does. Explorer 5 for mac: It works fine, but like Netscape 6 it's a little slow and you can get strange visual effects sometimes. Script checked and working with: PC: Netscape 4.03 - Netscape 4.04 -Netscape 4.08 - Netscape 4.73 - Netscape 6 - Netscape 6.01 Internet Explorer 5.0 - Internet Explorer 5.5 -Internet Explorer 6.0 MAC: Netscape 4 - Explorer 5 Btw: There is basically just one explanation to why this code is sort of "scrambled": I wanted this file be as small as possible.. If you want it to be smaller feel free to remove all comments (except for the copyright) **************/ /************* Pageobject ***************/ function makePageCoords(win,fr){ if(!win) win=window this.x=0;this.x2=(bw.ns4 || bw.ns6)?win.innerWidth-1:win.document.body.offsetWidth; if(!fr&&bw.ie) this.x2-=20; else if(!fr&&bw.ns4) this.x2-=4; else if(bw.ns6) this.x2+=1 this.y=0;this.y2=(bw.ns4 || bw.ns6)?win.innerHeight:win.document.body.offsetHeight; if(bw.ns4&&!win.rows) this.x2+=5; if(!fr&&bw.ie) this.y2-=4; else if(bw.ns4&&fr) this.y2+=4 this.y2orig=this.y2; this.x50=this.x2/2; this.y50=this.y2/2; return this; } /************* Debugging function ***************/ function debug(txt,ev){if(mDebugging==2) self.status=txt; else alert(txt); if(ev) eval(ev); return false} /************ Scroll function *************/ function cm_checkScrolled(obj){ if(bw.ns4 || bw.ns6) obj.scrolledY=obj.win.pageYOffset else obj.scrolledY=obj.win.document.body.scrollTop if(obj.scrolledY!=obj.lastScrolled){ if(!obj.useframes){ for(i=0;i(end-px*px-px) && px>1) px-=px/5; this.moveIt(this.x,this.y+px) this.clipTo(end-this.y,this.width,this.height,0) this.tim=setTimeout(this.obj+".slide("+end+","+px+","+tim+","+w+","+h+")",tim) }else{this.clipTo(0,this.width,this.height,0); this.moveIt(this.x,end)} } function cm_filterIt(f){if(this.evnt.filters[0]) this.evnt.filters[0].Stop(); else this.css.filter=f; this.evnt.filters[0].Apply(); this.showIt(); this.evnt.filters[0].Play();} function cm_setactive(on,name,frmmouse){ if(!name) name=this.name; var tobj=this.parent.m[name] if(tobj.img){if(tobj.img2){if(on) this.ref.images[tobj.img].src=tobj.img2; else this.ref.images[tobj.img].src=tobj.img1} }else{ if(on){var color=tobj.c2; var fcolor=tobj.c4; var re=tobj.c3}else{var color=tobj.c1; var fcolor=tobj.c3; var re=tobj.c4} if(color){if(bw.dom || bw.ie4) this.css.backgroundColor=color; else if(bw.ns4) if(color=="transparent") color=null; this.css.bgColor=color} if(fcolor && !bw.ns4){if(bw.ie4) this.evnt.style.color=fcolor; else if(this.evnt.childNodes[0]) this.evnt.style.color=fcolor }else if(fcolor&&frmmouse){t=this.parent.m[name].text; t=t.replace(re,fcolor); this.writeIt(t); if(on) this.addEvents(name,this.parent.name,tobj.lnk,this.parent.useclick)} if(tobj.l==0&&bw.ns6){this.parent.l[0].o[tobj.num].oBorder.hideIt(); this.parent.l[0].o[tobj.num].oBorder.showIt();} //Stupid fix for netscape 6.... } } function cm_clipTo(t,r,b,l,w){if(bw.ns4){this.css.clip.top=t;this.css.clip.right=r; this.css.clip.bottom=b;this.css.clip.left=l }else{this.css.clip="rect("+t+","+r+","+b+","+l+")"; if(w){this.css.width=r; this.css.height=b}}; this.width=r; this.height=b} function cm_addEvents(n,name,url,useclick){ this.evnt.onmouseover=new Function(name+".mover('"+n+"')"); this.evnt.onmouseout=new Function(name+".mmout('"+n+"')") if(!url && useclick) ev=new Function(name+".mover('"+n+"',1)") else ev=new Function(name+".go('"+n+"')") if(bw.ns4){this.ref.captureEvents(Event.MOUSEDOWN); this.ref.onmousedown=ev} else this.evnt.onclick=ev } /************ Making menu object *************/ function cm_makeMenu(name,parent,text,link,target,width,height,img1,img2,bgcoloroff,bgcoloron,textcolor,hovercolor,onclick,onmouseover,onmouseout){ this.m[name]=new Object(); var obj=this.m[name]; obj.name=name; obj.subs=new Array(); obj.parent=parent; var tt obj.lnk=(link==0||link=='')?"":link; obj.target=target if(parent!="" && parent){this.m[parent].subs[this.m[parent].subs.length]=name; l=this.m[parent].l+1} else l=0 obj.l=l; prop1=lthis.l[l].maxnum) this.l[l].maxnum=this.m[parent].subs.length if(this.m[parent].totheight==0) this.m[parent].totheight=this.l[l].border this.m[parent].totheight+=obj.height+ this.l[l].border if(this.m[parent].maxwidthobj.width?this.maxwidth:obj.width; this.maxheight=this.maxheight>obj.height?this.maxwidth:obj.height }if(img1) text='' else if(bw.ns4){text=''+text+''} if(bw.ns4&&this.useNS4links&&(l==0||!this.useframes) ||(l==0&&img1)){tt=img1&&l==0?this.useclick?this.name+".mover('"+name+"',1);":this.name+".go('"+name+"');":"";text=''+text+''} if(img1){obj.preimg1=new Image(); obj.preimg1.src=img1}; if(img2){obj.preimg2=new Image(); obj.preimg2.src=img2} if(img2) obj.img="imgCMenu"+name; else obj.img=0; obj.img1=img1||""; obj.img2=img2||""; obj.text=text; obj.subx=-1; obj.c1=bgcoloroff||prop1.bgcoloroff||prop2.bgcoloroff; obj.c2=bgcoloron||prop1.bgcoloron||prop2.bgcoloron; obj.c3=textcolor||this.l[l].tc; obj.c4=hovercolor||prop1.hovercolor||prop2.hovercolor; obj.suby=-1; obj.mclick=onclick||""; obj.mover=onmouseover||""; obj.mout=onmouseout||""; obj.totheight=0; obj.maxwidth=0; } /************ Onmouseout *************/ function cm_mout(name,cl){ if(!name&&cl&&!this.isover){this.isclicked=0; this.hideSubs(1,0,0,0,1); this.aobj[0]=-1; return} if(!name) return; var l=this.m[name].l; if((this.m[name].subs.length==0||!this.loaded)||(this.useclick&&!this.isclicked)){if((this.aobj[l+1]==-1||l>=this.l.length-1)&&this.aobj[l]!=-1){this.aobj[l].setactive(0,0,1); this.aobj[l]=-1;}} if(this.m[name].mout!="") eval(this.m[name].mout) if(this.useclick){this.isover=0; return}; clearTimeout(this.tim); if(!(!bw.ie&&this.useframes&&l==0&&this.aobj1)){ this.isover=0; this.aobj1=0; this.tim=setTimeout(this.name+".hideSubs(1,0,0,0,1)",this.wait)} } /************ Onmouseover *************/ function cm_mover(name,cl){ clearTimeout(this.tim); this.isover=1; var l=this.m[name].l; if(this.aobj[l].name==name){ if(this.aobj[l+1]!=-1 && l=page.y2) { this.m[name].suby=page.y2-this.m[name].totheight-this.l[l].height; } if(this.pagecheck&&(l!=1||!this.useframes)) { this.checkPage(name,l,num,topalign,align,ln,border,cn) } } /************ Checking page coords *************/ function cm_checkPage(name,l,num,topalign,align,ln,border,cn){ cn++; if(this.m[name].subx+this.m[name].maxwidth>page.x2){ if(align!=1){if(align==3&&topalign!=0) topalign=3; align=1; this.getCoords(name,l,num,topalign,align,ln,border,cn)} }else if(this.m[name].subxpage.y2){ if(l==1){topalign=3; this.getCoords(name,l,num,topalign,align,ln,border,cn,3)} else if(align!=3){ align=3; this.getCoords(name,l,num,topalign,align,ln,border,cn)} }else if(this.m[name].suby=this.l.length) return; ln=this.m[name].subs.length if(ln==0){this.hideSubs(l,1,0,1); return} else this.hideSubs(l+1,1); var border=this.l[l].border; this.aobj[l]=-1 if(this.useframes&&(bw.ns4||bw.ns6)) cm_checkScrolled(this) if((this.m[name].subx==-1 || this.m[name].suby==-1) || this.m[name].scrollY!=this.lastScrolled || this.isresized){ var topalign=this.l[0].align; var align=this.l[l-1].align; this.getCoords(name,l,num,topalign,align,ln,border,0) }var x=this.m[name].subx; var y=this.m[name].suby; var bobj=this.l[l].oBorder; bobj.hideIt(); if(this.l[l-1].clip&&!(this.l[l-1].filter&&bw.filter)){ clearTimeout(bobj.tim); bobj.clipy=0; bobj.clipTo(0,this.m[name].maxwidth,0,0); bobj.moveIt(x,y); }else if(this.l[l-1].slide&&!(this.l[l-1].filter&&bw.filter)){ clearTimeout(bobj.tim); bobj.clipTo(0,this.m[name].maxwidth,this.m[name].totheight,0,1) bobj.moveIt(x,y-this.m[name].totheight) }else{ bobj.clipTo(0,this.m[name].maxwidth,this.m[name].totheight,0,1) bobj.moveIt(x,y); } var yy=border for(i=0;ithis.m[name].subx && selx<(this.m[name].subx+this.m[name].maxwidth)) &&((sely+selh)>this.m[name].suby && sely<(this.m[name].suby+this.m[name].totheight))){ if(this.sel[i].style.visibility!="hidden"){this.sel[i].level=l; this.sel[i].style.visibility="hidden"; this.hcode+=this.name+".sel["+i+"].style.visibility='visible';"} }else if(l<=this.sel[i].level) this.sel[i].style.visibility="visible" } }else if(bw.ns4&&this.hideForm){eval(this.hideForm+".visibility='hide'"); this.hcode=this.hideForm+".visibility='show'"} } /************ Making all top elements *************/ function cm_makeTop(rr){ var m,rows,border,x,y,mpa m=this.menuplacement; rows=this.rows; this.pxbetween=this.checkp(this.pxbetween,0,1,1) border=this.l[0].border;y=this.checkp(this.fromtop,0,0,1)+border;x=this.checkp(this.fromleft,0,0,1)+border if(m=="bottomcenter"||m=="bottom"){ if(m=="bottomcenter") x=toppage.x2/2-(this.totwidth+border*this.l[0].num+this.pxbetween*(this.l[0].num-1))/2 y=toppage.y2-this.maxheight-border }else if(m=="right") x=toppage.x2-this.maxwidth-border*2 else if(m=="bottom") y=toppage.y2-this.maxheight-border*2 else if(m=="center"){if(rows==0) x=toppage.x2/2 - (this.maxwidth+border*2)/2; else x=toppage.x2/2 - (this.totwidth + border*this.l[0].num +this.pxbetween*(this.l[0].num-1))/2} else if(m.toString().indexOf(",")>-1) mpa=1 if(this.usebar){ var bx,by,bww,bh,oBb oNS=bw.ns6?this.oNS[this.l[0].maxnum]:0 this.oBar=new cm_makeObj('div'+this.name+'Bar',0,0,window,0,oNS) if(this.barx=="menu") bx=mpa&&rows?this.checkp(m[0],1,0,1)-border:x-border; else{ bx=this.checkp(this.barx,1,0,1) } if(this.bary=="menu") by=mpa&&!rows?this.checkp(m[0],0,0,1)-border:y-border; else by=this.checkp(this.bary,0,0,1); this.oBar.moveIt(bx,by) if(this.barwidth=="menu"){bww=rows?mpa?(this.checkp(m[m.length-1],1,0,1)-bx)+this.m[this.l[0].names[this.l[0].num-1]].width+border:(this.totwidth +this.pxbetween*(this.l[0].num-1)):this.maxwidth; bww+=!rows?border*2:0;}else bww=this.checkp(this.barwidth,1,0,1); if(bw.ie&&rows&&this.barwidth=="100%"&&this.useframes) bww+=parseInt(self.document.body.leftMargin)*2 if(this.barheight=="menu"){bh=!rows?mpa?(this.checkp(m[m.length-1],0,0,1)-by)+this.m[this.l[0].names[this.l[0].num-1]].height+border:(this.totheight + this.pxbetween*(this.l[0].num-1)):this.maxheight; bh+=rows?this.l[0].border*2:0;} else bh=this.checkp(this.barheight,0,0,1); this.oBar.clipTo(0,bww,bh,0,1); if(this.barinheritborder&&border){oBb=new cm_makeObj('div'+this.name+'Barb',0,0,window,'div'+this.name+'Bar'); oBb.moveIt(border,border); oBb.clipTo(0,bww-border*2,bh-border*2,0,1); oBb=null;} }this.l[0].o=new Array(); if(this.usetextwidth) this.maxwidth=0 for(j=0;j\n' for(j=0;j' str+=tempstr+' class="cl'+this.name+i+'">'+txt+''; str+='\n' }else this.oNS[j]=cm_NS6_createElement(this.ns6styleb[i],tempstr+' class="cl'+this.name+i+'">'+txt+'') }else frstr+=tempstr+'">\n' }if(i!=0){frstr+='\n'} }if(this.usebar){ if(this.barinheritborder) str2='
'; if(bw.ns6) this.oNS[this.l[0].maxnum]=cm_NS6_createElement(this.ns6styleb[this.ns6styleb.length-1],str2) else{str+='
';str+=str2+'
\n'} }if(!this.useframes&&bw.ie) str+=frstr; else this.frstr=frstr; if(!bw.ns6) document.write(str) this.makeTop(); if(this.useframes) window.onerror=cm_check_error; } coolFrameError=0//Trapping external pages in frame error! function cm_check_error(e){e=e.toLowerCase(); if(e.indexOf("access")>-1||e.indexOf("permission")>-1){coolFrameError=1; return true;}else return false} /************** Make styles **************/ function cm_makeStyle(){ var str="\n") } /************ Refreshing page if it's resized *************/ function cm_resized(){ page2=new makePageCoords(window,this.useframes); if(page2.x2!=toppage.x2 || page2.y2!=toppage.y2){ if(!bw.ns4){ toppage=new makePageCoords(window,this.useframes); this.makeTop(1) if(!this.useframes) page=toppage; this.isresized=1; eval(this.resizecode) }else{this.win.location.reload(); location.reload()} }if(!bw.ns4&&this.useframes){page=new makePageCoords(this.win,this.useframes)} } /************ Going to another page *************/ function cm_go(name){ obj=this.m[name]; url=obj.lnk; target=obj.target; fc=obj.mclick if(url){ if(this.useframes&&!coolFrameError) loc=this.win.location.href; else loc=location.href if(fc) eval(fc); url=this.checkFolder(loc.toString(),url); this.isover=0; this.hideSubs(1,0,1); this.isclicked=0; this.aobj[0]=-1 if(String(target)=="undefined" || target=="" || target==0 || target=="_self"){ this.win.location.href=url }else if(target=="_blank") window.open(url) else if(target=="_top" || target=="window") top.location.href=url else if(top[target]) top[target].location.href=url else{fr=findFrame(target); if(fr) fr.location.href=url} }else if(fc) eval(fc) } /************ Getting folders - THANKS TO DCAGE FOR THIS FIX *************/ function cm_checkFolder(tmp,url){ if(url.indexOf("mailto:")>-1 || url.indexOf("/")==0 || url.indexOf("http://")==0) return url else if(this.useframes && bw.ie || bw.ns6) return url var addr=''; var lvl=''; var off_cnt=0; var cnt=0; if(tmp.indexOf('file:')>-1 || tmp.charAt(1)==':') addr=this.offlineUrl; else if(tmp.indexOf('http:')>-1) addr=this.onlineUrl; for(var i=0;ioff_cnt) lvl+='../'; }} return lvl + url } /************ Checkloaded for the frames version *************/ function cm_checkLoaded(ev,ns){ coolFName=eval(coolFName) var ok=0 if(document.layers){ if(ns){coolFName.refresh(); coolFName.nsload=1; ok=1; coolFrameError=0 }else if(ev.target.name==coolFName.frame&&!coolFName.nsload){coolFName.refresh(); ok=1; coolFrameError=0; routeEvent(ev)} }else if(bw.ie){ if (coolFName.win.document.readyState == "complete"){ coolFName.win.document.body.insertAdjacentHTML("beforeEnd",coolFName.frstr) coolFName.win.document.body.onunload=cm_unloaded; coolFName.refresh(); ok=1; coolFrameError=0 }else setTimeout("cm_checkLoaded()",200) }else if(bw.ns6){ if(coolFName.win.document){ if(coolFName.win.document.body){coolFName.win.addEventListener("unload", cm_unloaded, true); coolFName.refresh(); ok=1; coolFrameError=0} else setTimeout("cm_checkLoaded()",200) }else setTimeout("cm_checkLoaded()",200) } } function cm_unloaded(ev){coolFName=eval(coolFName); if(!coolFName) return; if(document.layers && ev.target.name!=coolFName.frame) return; else coolFName.nsload=0; coolFName.loaded=0; if(!document.layers) setTimeout("cm_checkLoaded()",200)} /************ Make menu object *************/ var coolFName=""; var onload; var coolFMouseup=""; function makeCoolMenu(name){ coolFName=name; this.name=name; this.lastScrolled=0; this.win=window; toppage=new makePageCoords(window,parent.frames.length); this.aobj=new Array(); this.m=new Array(); this.l=new Array() this.level=new Array(); this.resized=cm_resized; this.makeMenu=cm_makeMenu; this.showSubs=cm_showSubs; this.makeTop=cm_makeTop; this.getCoords=cm_getCoords; this.checkPage=cm_checkPage; this.mmout=cm_mout; this.mover=cm_mover; this.checkp=cm_checkp; this.hideSubs=cm_hideSubs; this.construct=cm_construct; this.makeStyle=cm_makeStyle; this.refresh=cm_refresh; this.go=cm_go; this.frstr=""; this.mobj=new Array() this.totwidth=0; this.totheight=0; this.maxwidth=0; this.maxheight=0 this.tim=10; this.loaded=0; this.isover=false; this.checkFrame=cm_checkFrame; this.checkFolder=cm_checkFolder; this.hcode=""; this.oNS=new Array(); this.oNS2=new Array() bw.filter=(bw.ie11||bw.ie10||bw.ie9||bw.ie8||bw.ie7||bw.ie6||bw.ver.indexOf("MSIE 5.5")>-1) && !bw.mac } /************ Find frame *************/ function findFrame(frameName){ obj=top; var frameObj=0; for(i=0;i-1 && this.dom)?1:0; this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0; this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom)?1:0; this.ie8=(this.ver.indexOf("MSIE 8")>-1 && this.dom)?1:0; this.ie9=(this.ver.indexOf("MSIE 9")>-1 && this.dom)?1:0; this.ie10=(this.ver.indexOf("MSIE 10")>-1 && this.dom)?1:0; this.ie11=(this.ver.indexOf("MSIE 11")>-1 && this.dom)?1:0; this.ie4=(document.all && !this.dom)?1:0; this.ie=this.ie4||this.ie5||this.ie6||this.ie7||this.ie8||this.ie9||this.ie10||this.ie11 this.mac=this.agent.indexOf("Mac")>-1 this.opera5=this.agent.indexOf("Opera 5")>-1 this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; this.ns4=(document.layers && !this.dom)?1:0; this.bw=(this.ie11 || this.ie10 || this.ie9 || this.ie8 || this.ie7 || this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom) return this } var bw=new lib_bwcheck() //Making browsercheck object var mDebugging=2 oCMenu=new makeCoolMenu("oCMenu") oCMenu.useframes=0 oCMenu.frame="" oCMenu.useNS4links=1 oCMenu.checkselect=0 oCMenu.offlineUrl="" oCMenu.onlineUrl="" oCMenu=new makeCoolMenu("oCMenu") oCMenu.usebar=0 oCMenu.barinheritborder=0 oCMenu.rows=0 oCMenu.barcolor="#ffffcc" oCMenu.barwidth=0 oCMenu.barheight=0 oCMenu.barx=0 oCMenu.bary=0 oCMenu.fromleft=5 oCMenu.fromtop=275 oCMenu.pxbetween=0 oCMenu.menuplacement=0 oCMenu.level[0]=new Array() oCMenu.level[0].width=140 oCMenu.level[0].height=18 oCMenu.level[0].bgcoloroff="#ECFAEB" oCMenu.level[0].bgcoloron="#2B8128" oCMenu.level[0].textcolor="#000000" oCMenu.level[0].hovercolor="#FFFFFF" oCMenu.level[0].style="font-family:arial; font-size:10px;border-bottom:solid 1px #2E802C" oCMenu.level[0].border=0 oCMenu.level[0].bordercolor="#336699" oCMenu.level[0].offsetX=6 oCMenu.level[0].offsetY=-1 oCMenu.level[0].NS4font="Arial" oCMenu.level[0].NS4fontSize="2" oCMenu.level[0].NS4fontColor="000000" oCMenu.level[0].align="right" oCMenu.level[0].clip=1 oCMenu.level[0].clippx= 20 oCMenu.level[0].cliptim= 10 oCMenu.level[1]=new Array() oCMenu.level[1].width=140 oCMenu.level[1].height=17 oCMenu.level[1].bgcoloroff="#2C8227" oCMenu.level[1].bgcoloron="#67A764" oCMenu.level[1].textcolor="#ffffff" oCMenu.level[1].hovercolor="#ffffff" oCMenu.level[1].style="font-family:arial,helvetica; font-size:12px" oCMenu.level[1].offsetX=0 oCMenu.level[1].offsetY=0 oCMenu.level[1].border=1 oCMenu.level[1].bordercolor="FFFFFF" oCMenu.level[1].NS4font="Arial" oCMenu.level[1].NS4fontSize="2" oCMenu.level[1].NS4fontColor="ffffff" oCMenu.makeMenu('top3','',' SERIES','http://www.paddockspares.com/mcp/SERIES.html','') oCMenu.makeMenu('sub190','top3','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/SERIES/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub78','top3','Accessories','http://www.paddockspares.com/scp/SERIES/Accessories.html') oCMenu.makeMenu('sub117','top3','Axle','http://www.paddockspares.com/scp/SERIES/Axle.html') oCMenu.makeMenu('sub35','top3','Body and Panels','http://www.paddockspares.com/scp/SERIES/Body_and_Panels.html') oCMenu.makeMenu('sub84','top3','Books','http://www.paddockspares.com/scp/SERIES/Books.html') oCMenu.makeMenu('sub39','top3','Brakes','http://www.paddockspares.com/scp/SERIES/Brakes.html') oCMenu.makeMenu('sub73','top3','Chassis','http://www.paddockspares.com/scp/SERIES/Chassis.html') oCMenu.makeMenu('sub50','top3','Clutch','http://www.paddockspares.com/scp/SERIES/Clutch.html') oCMenu.makeMenu('sub122','top3','Cooling','http://www.paddockspares.com/scp/SERIES/Cooling.html') oCMenu.makeMenu('sub167','top3','Electrics','http://www.paddockspares.com/scp/SERIES/Electrics.html') oCMenu.makeMenu('sub5','top3','Engine','http://www.paddockspares.com/scp/SERIES/Engine.html') oCMenu.makeMenu('sub381','top3','Ex-Mil 2.25P Engine Parts','http://www.paddockspares.com/scp/SERIES/Ex-Mil_2.25P_Engine_Parts.html') oCMenu.makeMenu('sub17','top3','Exhaust','http://www.paddockspares.com/scp/SERIES/Exhaust.html') oCMenu.makeMenu('sub40','top3','Fuel','http://www.paddockspares.com/scp/SERIES/Fuel.html') oCMenu.makeMenu('sub6','top3','Gearbox','http://www.paddockspares.com/scp/SERIES/Gearbox.html') oCMenu.makeMenu('sub55','top3','Mirrors','http://www.paddockspares.com/scp/SERIES/Mirrors.html') oCMenu.makeMenu('sub38','top3','Paint','http://www.paddockspares.com/scp/SERIES/Paint.html') oCMenu.makeMenu('sub96','top3','Propshaft','http://www.paddockspares.com/scp/SERIES/Propshaft.html') oCMenu.makeMenu('sub118','top3','Steering','http://www.paddockspares.com/scp/SERIES/Steering.html') oCMenu.makeMenu('sub131','top3','Suspension','http://www.paddockspares.com/scp/SERIES/Suspension.html') oCMenu.makeMenu('sub18','top3','Towing','http://www.paddockspares.com/scp/SERIES/Towing.html') oCMenu.makeMenu('sub33','top3','Upholstery and Interiors','http://www.paddockspares.com/scp/SERIES/Upholstery_and_Interiors.html') oCMenu.makeMenu('top5','',' DEFENDER','http://www.paddockspares.com/mcp/DEFENDER.html','') oCMenu.makeMenu('sub181','top5','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/DEFENDER/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub143','top5','Accessories','http://www.paddockspares.com/scp/DEFENDER/Accessories.html') oCMenu.makeMenu('sub11','top5','Axle','http://www.paddockspares.com/scp/DEFENDER/Axle.html') oCMenu.makeMenu('sub579','top5','Body and Panels','http://www.paddockspares.com/scp/DEFENDER/Body_and_Panels.html') oCMenu.makeMenu('sub395','top5','Books','http://www.paddockspares.com/scp/DEFENDER/Books.html') oCMenu.makeMenu('sub136','top5','Brakes','http://www.paddockspares.com/scp/DEFENDER/Brakes.html') oCMenu.makeMenu('sub51','top5','Chassis','http://www.paddockspares.com/scp/DEFENDER/Chassis.html') oCMenu.makeMenu('sub12','top5','Clutch','http://www.paddockspares.com/scp/DEFENDER/Clutch.html') oCMenu.makeMenu('sub115','top5','Cooling','http://www.paddockspares.com/scp/DEFENDER/Cooling.html') oCMenu.makeMenu('sub135','top5','Electrics','http://www.paddockspares.com/scp/DEFENDER/Electrics.html') oCMenu.makeMenu('sub97','top5','Engine Parts','http://www.paddockspares.com/scp/DEFENDER/Engine_Parts.html') oCMenu.makeMenu('sub19','top5','Engine Service Items','http://www.paddockspares.com/scp/DEFENDER/Engine_Service_Items.html') oCMenu.makeMenu('sub86','top5','Exhausts','http://www.paddockspares.com/scp/DEFENDER/Exhausts.html') oCMenu.makeMenu('sub7','top5','Fuel','http://www.paddockspares.com/scp/DEFENDER/Fuel.html') oCMenu.makeMenu('sub137','top5','Gearbox and Handbrake','http://www.paddockspares.com/scp/DEFENDER/Gearbox_and_Handbrake.html') oCMenu.makeMenu('sub34','top5','Mirrors','http://www.paddockspares.com/scp/DEFENDER/Mirrors.html') oCMenu.makeMenu('sub151','top5','Mudflaps','http://www.paddockspares.com/scp/DEFENDER/Mudflaps.html') oCMenu.makeMenu('sub89','top5','Propshafts','http://www.paddockspares.com/scp/DEFENDER/Propshafts.html') oCMenu.makeMenu('sub63','top5','Steering','http://www.paddockspares.com/scp/DEFENDER/Steering.html') oCMenu.makeMenu('sub62','top5','Suspension','http://www.paddockspares.com/scp/DEFENDER/Suspension.html') oCMenu.makeMenu('sub52','top5','Towing','http://www.paddockspares.com/scp/DEFENDER/Towing.html') oCMenu.makeMenu('sub4','top5','Upholstery and Interiors','http://www.paddockspares.com/scp/DEFENDER/Upholstery_and_Interiors.html') oCMenu.makeMenu('top11','',' DISCOVERY 1','http://www.paddockspares.com/mcp/DISCOVERY_1.html','') oCMenu.makeMenu('sub182','top11','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/DISCOVERY_1/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub88','top11','Accessories','http://www.paddockspares.com/scp/DISCOVERY_1/Accessories.html') oCMenu.makeMenu('sub57','top11','Axle','http://www.paddockspares.com/scp/DISCOVERY_1/Axle.html') oCMenu.makeMenu('sub47','top11','Body and Panels','http://www.paddockspares.com/scp/DISCOVERY_1/Body_and_Panels.html') oCMenu.makeMenu('sub31','top11','Books','http://www.paddockspares.com/scp/DISCOVERY_1/Books.html') oCMenu.makeMenu('sub10','top11','Brakes','http://www.paddockspares.com/scp/DISCOVERY_1/Brakes.html') oCMenu.makeMenu('sub123','top11','Clutch','http://www.paddockspares.com/scp/DISCOVERY_1/Clutch.html') oCMenu.makeMenu('sub104','top11','Cooling','http://www.paddockspares.com/scp/DISCOVERY_1/Cooling.html') oCMenu.makeMenu('sub77','top11','Electrics','http://www.paddockspares.com/scp/DISCOVERY_1/Electrics.html') oCMenu.makeMenu('sub119','top11','Engine Parts','http://www.paddockspares.com/scp/DISCOVERY_1/Engine_Parts.html') oCMenu.makeMenu('sub49','top11','Engine Service Items','http://www.paddockspares.com/scp/DISCOVERY_1/Engine_Service_Items.html') oCMenu.makeMenu('sub141','top11','Exhausts','http://www.paddockspares.com/scp/DISCOVERY_1/Exhausts.html') oCMenu.makeMenu('sub112','top11','Fuel','http://www.paddockspares.com/scp/DISCOVERY_1/Fuel.html') oCMenu.makeMenu('sub101','top11','Gearbox and Handbrake','http://www.paddockspares.com/scp/DISCOVERY_1/Gearbox_and_Handbrake.html') oCMenu.makeMenu('sub107','top11','Mirrors','http://www.paddockspares.com/scp/DISCOVERY_1/Mirrors.html') oCMenu.makeMenu('sub66','top11','Propshafts','http://www.paddockspares.com/scp/DISCOVERY_1/Propshafts.html') oCMenu.makeMenu('sub75','top11','Steering','http://www.paddockspares.com/scp/DISCOVERY_1/Steering.html') oCMenu.makeMenu('sub71','top11','Suspension','http://www.paddockspares.com/scp/DISCOVERY_1/Suspension.html') oCMenu.makeMenu('sub22','top11','Towing','http://www.paddockspares.com/scp/DISCOVERY_1/Towing.html') oCMenu.makeMenu('top8','',' DISCOVERY 2 (1998-2004)','http://www.paddockspares.com/mcp/DISCOVERY_2_(1998-2004).html','') oCMenu.makeMenu('sub183','top8','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub132','top8','Accessories','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Accessories.html') oCMenu.makeMenu('sub113','top8','Axle','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Axle.html') oCMenu.makeMenu('sub28','top8','Body and Panels','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Body_and_Panels.html') oCMenu.makeMenu('sub396','top8','Books','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Books.html') oCMenu.makeMenu('sub121','top8','Brakes','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Brakes.html') oCMenu.makeMenu('sub36','top8','Clutch','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Clutch.html') oCMenu.makeMenu('sub23','top8','Cooling','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Cooling.html') oCMenu.makeMenu('sub24','top8','Electrics','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Electrics.html') oCMenu.makeMenu('sub58','top8','Engine Parts','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Engine_Parts.html') oCMenu.makeMenu('sub46','top8','Exhausts','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Exhausts.html') oCMenu.makeMenu('sub120','top8','Fuel','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Fuel.html') oCMenu.makeMenu('sub87','top8','Gearbox and Handbrake','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Gearbox_and_Handbrake.html') oCMenu.makeMenu('sub43','top8','Mirrors','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Mirrors.html') oCMenu.makeMenu('sub53','top8','Propshafts','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Propshafts.html') oCMenu.makeMenu('sub94','top8','Steering','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Steering.html') oCMenu.makeMenu('sub9','top8','Suspension','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Suspension.html') oCMenu.makeMenu('sub1','top8','Towing','http://www.paddockspares.com/scp/DISCOVERY_2_(1998-2004)/Towing.html') oCMenu.makeMenu('top14','',' DISCOVERY 3','http://www.paddockspares.com/mcp/DISCOVERY_3.html','') oCMenu.makeMenu('sub298','top14','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/DISCOVERY_3/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub200','top14','Accessories','http://www.paddockspares.com/scp/DISCOVERY_3/Accessories.html') oCMenu.makeMenu('sub442','top14','Brakes','http://www.paddockspares.com/scp/DISCOVERY_3/Brakes.html') oCMenu.makeMenu('sub469','top14','Engine Parts','http://www.paddockspares.com/scp/DISCOVERY_3/Engine_Parts.html') oCMenu.makeMenu('sub555','top14','Propshafts','http://www.paddockspares.com/scp/DISCOVERY_3/Propshafts.html') oCMenu.makeMenu('sub443','top14','Service Items','http://www.paddockspares.com/scp/DISCOVERY_3/Service_Items.html') oCMenu.makeMenu('top4','',' RANGE ROVER to 1985','http://www.paddockspares.com/mcp/RANGE_ROVER_to_1985.html','') oCMenu.makeMenu('sub189','top4','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub95','top4','Accessories','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Accessories.html') oCMenu.makeMenu('sub108','top4','Axle','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Axle.html') oCMenu.makeMenu('sub25','top4','Body and Panels','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Body_and_Panels.html') oCMenu.makeMenu('sub81','top4','Books','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Books.html') oCMenu.makeMenu('sub148','top4','Brakes','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Brakes.html') oCMenu.makeMenu('sub54','top4','Clutch','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Clutch.html') oCMenu.makeMenu('sub93','top4','Cooling','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Cooling.html') oCMenu.makeMenu('sub128','top4','Electrics','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Electrics.html') oCMenu.makeMenu('sub41','top4','Engine Parts','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Engine_Parts.html') oCMenu.makeMenu('sub26','top4','Engine Service Items','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Engine_Service_Items.html') oCMenu.makeMenu('sub125','top4','Exhausts','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Exhausts.html') oCMenu.makeMenu('sub105','top4','Fuel','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Fuel.html') oCMenu.makeMenu('sub80','top4','Gearbox and Handbrake','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Gearbox_and_Handbrake.html') oCMenu.makeMenu('sub129','top4','Propshafts','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Propshafts.html') oCMenu.makeMenu('sub139','top4','Steering','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Steering.html') oCMenu.makeMenu('sub91','top4','Suspension','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Suspension.html') oCMenu.makeMenu('sub3','top4','Towing','http://www.paddockspares.com/scp/RANGE_ROVER_to_1985/Towing.html') oCMenu.makeMenu('top6','',' RANGE ROVER 1986-1994','http://www.paddockspares.com/mcp/RANGE_ROVER_1986-1994.html','') oCMenu.makeMenu('sub187','top6','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub76','top6','Accessories','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Accessories.html') oCMenu.makeMenu('sub126','top6','Axle','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Axle.html') oCMenu.makeMenu('sub146','top6','Body and Panels','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Body_and_Panels.html') oCMenu.makeMenu('sub20','top6','Books','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Books.html') oCMenu.makeMenu('sub144','top6','Brakes','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Brakes.html') oCMenu.makeMenu('sub130','top6','Clutch','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Clutch.html') oCMenu.makeMenu('sub140','top6','Cooling','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Cooling.html') oCMenu.makeMenu('sub138','top6','Electrics','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Electrics.html') oCMenu.makeMenu('sub102','top6','Engine Parts','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Engine_Parts.html') oCMenu.makeMenu('sub48','top6','Engine Service Items','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Engine_Service_Items.html') oCMenu.makeMenu('sub42','top6','Exhausts','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Exhausts.html') oCMenu.makeMenu('sub29','top6','Fuel','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Fuel.html') oCMenu.makeMenu('sub30','top6','Gearbox and Handbrake','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Gearbox_and_Handbrake.html') oCMenu.makeMenu('sub68','top6','Mirrors','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Mirrors.html') oCMenu.makeMenu('sub111','top6','Propshafts','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Propshafts.html') oCMenu.makeMenu('sub134','top6','Steering','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Steering.html') oCMenu.makeMenu('sub27','top6','Suspension','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Suspension.html') oCMenu.makeMenu('sub74','top6','Towing','http://www.paddockspares.com/scp/RANGE_ROVER_1986-1994/Towing.html') oCMenu.makeMenu('top69','',' RANGE ROVER P38','http://www.paddockspares.com/mcp/RANGE_ROVER_P38.html','') oCMenu.makeMenu('sub561','top69','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/RANGE_ROVER_P38/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub563','top69','Accessories','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Accessories.html') oCMenu.makeMenu('sub565','top69','Axle','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Axle.html') oCMenu.makeMenu('sub572','top69','Body','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Body.html') oCMenu.makeMenu('sub570','top69','Books','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Books.html') oCMenu.makeMenu('sub558','top69','Brakes','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Brakes.html') oCMenu.makeMenu('sub562','top69','Clutch','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Clutch.html') oCMenu.makeMenu('sub568','top69','Cooling','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Cooling.html') oCMenu.makeMenu('sub566','top69','Electrics','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Electrics.html') oCMenu.makeMenu('sub573','top69','Engine Parts','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Engine_Parts.html') oCMenu.makeMenu('sub560','top69','Exhausts','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Exhausts.html') oCMenu.makeMenu('sub559','top69','Fuel','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Fuel.html') oCMenu.makeMenu('sub569','top69','Gearbox and Handbrake','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Gearbox_and_Handbrake.html') oCMenu.makeMenu('sub564','top69','Mirrors','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Mirrors.html') oCMenu.makeMenu('sub567','top69','Propshafts','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Propshafts.html') oCMenu.makeMenu('sub574','top69','Steering','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Steering.html') oCMenu.makeMenu('sub571','top69','Suspension','http://www.paddockspares.com/scp/RANGE_ROVER_P38/Suspension.html') oCMenu.makeMenu('top15','',' RANGE ROVER L322','http://www.paddockspares.com/mcp/RANGE_ROVER_L322.html','') oCMenu.makeMenu('sub202','top15','Accessories','http://www.paddockspares.com/scp/RANGE_ROVER_L322/Accessories.html') oCMenu.makeMenu('sub278','top15','Brakes','http://www.paddockspares.com/scp/RANGE_ROVER_L322/Brakes.html') oCMenu.makeMenu('sub276','top15','Cooling','http://www.paddockspares.com/scp/RANGE_ROVER_L322/Cooling.html') oCMenu.makeMenu('sub281','top15','Engine','http://www.paddockspares.com/scp/RANGE_ROVER_L322/Engine.html') oCMenu.makeMenu('sub279','top15','Handbrake','http://www.paddockspares.com/scp/RANGE_ROVER_L322/Handbrake.html') oCMenu.makeMenu('sub280','top15','Propshaft','http://www.paddockspares.com/scp/RANGE_ROVER_L322/Propshaft.html') oCMenu.makeMenu('sub277','top15','Suspension','http://www.paddockspares.com/scp/RANGE_ROVER_L322/Suspension.html') oCMenu.makeMenu('sub323','top15','Wheels and Tyres','http://www.paddockspares.com/scp/RANGE_ROVER_L322/Wheels_and_Tyres.html') oCMenu.makeMenu('top51','',' RANGE ROVER SPORT','http://www.paddockspares.com/mcp/RANGE_ROVER_SPORT.html','') oCMenu.makeMenu('sub539','top51','Accessories','http://www.paddockspares.com/scp/RANGE_ROVER_SPORT/Accessories.html') oCMenu.makeMenu('sub444','top51','Brakes','http://www.paddockspares.com/scp/RANGE_ROVER_SPORT/Brakes.html') oCMenu.makeMenu('sub445','top51','Service Items','http://www.paddockspares.com/scp/RANGE_ROVER_SPORT/Service_Items.html') oCMenu.makeMenu('top59','',' FREELANDER 1','http://www.paddockspares.com/mcp/FREELANDER_1.html','') oCMenu.makeMenu('sub491','top59','*SPECIAL OFFERS*','http://www.paddockspares.com/scp/FREELANDER_1/*SPECIAL_OFFERS*.html') oCMenu.makeMenu('sub498','top59','Accessories','http://www.paddockspares.com/scp/FREELANDER_1/Accessories.html') oCMenu.makeMenu('sub495','top59','Axle','http://www.paddockspares.com/scp/FREELANDER_1/Axle.html') oCMenu.makeMenu('sub496','top59','Body','http://www.paddockspares.com/scp/FREELANDER_1/Body.html') oCMenu.makeMenu('sub485','top59','Books','http://www.paddockspares.com/scp/FREELANDER_1/Books.html') oCMenu.makeMenu('sub490','top59','Brakes','http://www.paddockspares.com/scp/FREELANDER_1/Brakes.html') oCMenu.makeMenu('sub486','top59','Clutch','http://www.paddockspares.com/scp/FREELANDER_1/Clutch.html') oCMenu.makeMenu('sub482','top59','Cooling','http://www.paddockspares.com/scp/FREELANDER_1/Cooling.html') oCMenu.makeMenu('sub487','top59','Electrics','http://www.paddockspares.com/scp/FREELANDER_1/Electrics.html') oCMenu.makeMenu('sub484','top59','Engine Parts','http://www.paddockspares.com/scp/FREELANDER_1/Engine_Parts.html') oCMenu.makeMenu('sub492','top59','Exhausts','http://www.paddockspares.com/scp/FREELANDER_1/Exhausts.html') oCMenu.makeMenu('sub494','top59','Fuel','http://www.paddockspares.com/scp/FREELANDER_1/Fuel.html') oCMenu.makeMenu('sub497','top59','Gearbox and Handbrake','http://www.paddockspares.com/scp/FREELANDER_1/Gearbox_and_Handbrake.html') oCMenu.makeMenu('sub489','top59','Mirrors','http://www.paddockspares.com/scp/FREELANDER_1/Mirrors.html') oCMenu.makeMenu('sub481','top59','Propshafts','http://www.paddockspares.com/scp/FREELANDER_1/Propshafts.html') oCMenu.makeMenu('sub483','top59','Steering','http://www.paddockspares.com/scp/FREELANDER_1/Steering.html') oCMenu.makeMenu('sub493','top59','Suspension','http://www.paddockspares.com/scp/FREELANDER_1/Suspension.html') oCMenu.makeMenu('sub488','top59','Towing','http://www.paddockspares.com/scp/FREELANDER_1/Towing.html') oCMenu.makeMenu('top60','',' FREELANDER 2','http://www.paddockspares.com/mcp/FREELANDER_2.html','') oCMenu.makeMenu('sub500','top60','Accessories','http://www.paddockspares.com/scp/FREELANDER_2/Accessories.html') oCMenu.makeMenu('sub575','top60','Axle','http://www.paddockspares.com/scp/FREELANDER_2/Axle.html') oCMenu.makeMenu('sub576','top60','Brakes','http://www.paddockspares.com/scp/FREELANDER_2/Brakes.html') oCMenu.makeMenu('sub499','top60','Service Items','http://www.paddockspares.com/scp/FREELANDER_2/Service_Items.html') oCMenu.makeMenu('top9','',' OFF ROAD','http://www.paddockspares.com/mcp/OFF_ROAD.html','') oCMenu.makeMenu('sub217','top9','ARB Air Lockers','http://www.paddockspares.com/scp/OFF_ROAD/ARB_Air_Lockers.html') oCMenu.makeMenu('sub162','top9','Automec Brake Pipe Kits','http://www.paddockspares.com/scp/OFF_ROAD/Automec_Brake_Pipe_Kits.html') oCMenu.makeMenu('sub274','top9','Britpart Bush Kits','http://www.paddockspares.com/scp/OFF_ROAD/Britpart_Bush_Kits.html') oCMenu.makeMenu('sub15','top9','Bumpers - Heavy Duty','http://www.paddockspares.com/scp/OFF_ROAD/Bumpers_-_Heavy_Duty.html') oCMenu.makeMenu('sub44','top9','Bumpers - Winch','http://www.paddockspares.com/scp/OFF_ROAD/Bumpers_-_Winch.html') oCMenu.makeMenu('sub175','top9','Coil Springs and Kits','http://www.paddockspares.com/scp/OFF_ROAD/Coil_Springs_and_Kits.html') oCMenu.makeMenu('sub156','top9','Deflex Polyurethance Bush Kits','http://www.paddockspares.com/scp/OFF_ROAD/Deflex_Polyurethance_Bush_Kits.html') oCMenu.makeMenu('sub470','top9','Detroit Lockers','http://www.paddockspares.com/scp/OFF_ROAD/Detroit_Lockers.html') oCMenu.makeMenu('sub327','top9','Extended Arches','http://www.paddockspares.com/scp/OFF_ROAD/Extended_Arches.html') oCMenu.makeMenu('sub153','top9','Harnesses','http://www.paddockspares.com/scp/OFF_ROAD/Harnesses.html') oCMenu.makeMenu('sub384','top9','HD Drive Flanges','http://www.paddockspares.com/scp/OFF_ROAD/HD_Drive_Flanges.html') oCMenu.makeMenu('sub204','top9','HD Steering Rods','http://www.paddockspares.com/scp/OFF_ROAD/HD_Steering_Rods.html') oCMenu.makeMenu('sub2','top9','HD Suspension Parts','http://www.paddockspares.com/scp/OFF_ROAD/HD_Suspension_Parts.html') oCMenu.makeMenu('sub14','top9','Jacks','http://www.paddockspares.com/scp/OFF_ROAD/Jacks.html') oCMenu.makeMenu('sub591','top9','Lighting','http://www.paddockspares.com/scp/OFF_ROAD/Lighting.html') oCMenu.makeMenu('sub218','top9','Miscellaneous','http://www.paddockspares.com/scp/OFF_ROAD/Miscellaneous.html') oCMenu.makeMenu('sub160','top9','Monroe Shock Abs','http://www.paddockspares.com/scp/OFF_ROAD/Monroe_Shock_Abs.html') oCMenu.makeMenu('sub549','top9','Odyssey Batteries','http://www.paddockspares.com/scp/OFF_ROAD/Odyssey_Batteries.html') oCMenu.makeMenu('sub319','top9','Optima Batteries','http://www.paddockspares.com/scp/OFF_ROAD/Optima_Batteries.html') oCMenu.makeMenu('sub398','top9','Protection','http://www.paddockspares.com/scp/OFF_ROAD/Protection.html') oCMenu.makeMenu('sub210','top9','Radius Arms','http://www.paddockspares.com/scp/OFF_ROAD/Radius_Arms.html') oCMenu.makeMenu('sub166','top9','Ropes and Recovery','http://www.paddockspares.com/scp/OFF_ROAD/Ropes_and_Recovery.html') oCMenu.makeMenu('sub37','top9','Snorkels','http://www.paddockspares.com/scp/OFF_ROAD/Snorkels.html') oCMenu.makeMenu('sub429','top9','Swivel Balls','http://www.paddockspares.com/scp/OFF_ROAD/Swivel_Balls.html') oCMenu.makeMenu('sub265','top9','Trailing Arms','http://www.paddockspares.com/scp/OFF_ROAD/Trailing_Arms.html') oCMenu.makeMenu('sub592','top9','Wading Kits','http://www.paddockspares.com/scp/OFF_ROAD/Wading_Kits.html') oCMenu.makeMenu('sub548','top9','Waffle Boards','http://www.paddockspares.com/scp/OFF_ROAD/Waffle_Boards.html') oCMenu.makeMenu('sub312','top9','Wheel Spacers','http://www.paddockspares.com/scp/OFF_ROAD/Wheel_Spacers.html') oCMenu.makeMenu('sub553','top9','Wide Angle Propshafts','http://www.paddockspares.com/scp/OFF_ROAD/Wide_Angle_Propshafts.html') oCMenu.makeMenu('sub171','top9','Winches','http://www.paddockspares.com/scp/OFF_ROAD/Winches.html') oCMenu.makeMenu('top43','',' PERFORMANCE','http://www.paddockspares.com/mcp/PERFORMANCE.html','') oCMenu.makeMenu('sub603','top43','DeCat Pipes','http://www.paddockspares.com/scp/PERFORMANCE/DeCat_Pipes.html') oCMenu.makeMenu('sub464','top43','Disco 300 System','http://www.paddockspares.com/scp/PERFORMANCE/Disco_300_System.html') oCMenu.makeMenu('sub541','top43','EGR Blanking Kits','http://www.paddockspares.com/scp/PERFORMANCE/EGR_Blanking_Kits.html') oCMenu.makeMenu('sub332','top43','Goodridge Hoses','http://www.paddockspares.com/scp/PERFORMANCE/Goodridge_Hoses.html') oCMenu.makeMenu('sub329','top43','Hiclone','http://www.paddockspares.com/scp/PERFORMANCE/Hiclone.html') oCMenu.makeMenu('sub459','top43','Intercoolers','http://www.paddockspares.com/scp/PERFORMANCE/Intercoolers.html') oCMenu.makeMenu('sub334','top43','K and N 57i Induction Kits','http://www.paddockspares.com/scp/PERFORMANCE/K_and_N_57i_Induction_Kits.html') oCMenu.makeMenu('sub333','top43','K and N Filters','http://www.paddockspares.com/scp/PERFORMANCE/K_and_N_Filters.html') oCMenu.makeMenu('sub330','top43','Optima Batteries','http://www.paddockspares.com/scp/PERFORMANCE/Optima_Batteries.html') oCMenu.makeMenu('sub335','top43','Performance Braking','http://www.paddockspares.com/scp/PERFORMANCE/Performance_Braking.html') oCMenu.makeMenu('sub462','top43','PSI Tuning','http://www.paddockspares.com/scp/PERFORMANCE/PSI_Tuning.html') oCMenu.makeMenu('sub404','top43','Silicone Turbo Hoses','http://www.paddockspares.com/scp/PERFORMANCE/Silicone_Turbo_Hoses.html') oCMenu.makeMenu('sub331','top43','SS Silencer Repl Pipes','http://www.paddockspares.com/scp/PERFORMANCE/SS_Silencer_Repl_Pipes.html') oCMenu.makeMenu('sub581','top43','Stainless Steel Exhausts','http://www.paddockspares.com/scp/PERFORMANCE/Stainless_Steel_Exhausts.html') oCMenu.makeMenu('top7','',' WHEELS AND TYRES','http://www.paddockspares.com/mcp/WHEELS_AND_TYRES.html','') oCMenu.makeMenu('sub60','top7','Steel Wheels','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Steel_Wheels.html') oCMenu.makeMenu('sub103','top7','Alloy Wheels','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Alloy_Wheels.html') oCMenu.makeMenu('sub554','top7','Zu Alloys','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Zu_Alloys.html') oCMenu.makeMenu('sub169','top7','BF Goodrich Tyres','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/BF_Goodrich_Tyres.html') oCMenu.makeMenu('sub168','top7','General Tyres','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/General_Tyres.html') oCMenu.makeMenu('sub172','top7','Kumho Tyres','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Kumho_Tyres.html') oCMenu.makeMenu('sub170','top7','Insa Turbo Remoulds','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Insa_Turbo_Remoulds.html') oCMenu.makeMenu('sub326','top7','Enduro Tyres','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Enduro_Tyres.html') oCMenu.makeMenu('sub522','top7','Maxxis Tyres','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Maxxis_Tyres.html') oCMenu.makeMenu('sub267','top7','Packages','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Packages.html') oCMenu.makeMenu('sub385','top7','Tubes','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Tubes.html') oCMenu.makeMenu('sub325','top7','Wheel Spacers','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Wheel_Spacers.html') oCMenu.makeMenu('sub594','top7','Dunlop Tyres','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Dunlop_Tyres.html') oCMenu.makeMenu('sub595','top7','Toyo Tyres','http://www.paddockspares.com/scp/WHEELS_AND_TYRES/Toyo_Tyres.html') oCMenu.makeMenu('top47','',' BOOKS','http://www.paddockspares.com/mcp/BOOKS.html','') oCMenu.makeMenu('sub463','top47','Clearance','http://www.paddockspares.com/scp/BOOKS/Clearance.html') oCMenu.makeMenu('sub391','top47','Defender','http://www.paddockspares.com/scp/BOOKS/Defender.html') oCMenu.makeMenu('sub392','top47','Discovery 1','http://www.paddockspares.com/scp/BOOKS/Discovery_1.html') oCMenu.makeMenu('sub389','top47','Discovery 2','http://www.paddockspares.com/scp/BOOKS/Discovery_2.html') oCMenu.makeMenu('sub393','top47','Freelander','http://www.paddockspares.com/scp/BOOKS/Freelander.html') oCMenu.makeMenu('sub387','top47','Range Rover 1986-1994','http://www.paddockspares.com/scp/BOOKS/Range_Rover_1986-1994.html') oCMenu.makeMenu('sub394','top47','Range Rover P38','http://www.paddockspares.com/scp/BOOKS/Range_Rover_P38.html') oCMenu.makeMenu('sub388','top47','Range Rover to 1985','http://www.paddockspares.com/scp/BOOKS/Range_Rover_to_1985.html') oCMenu.makeMenu('sub390','top47','Series','http://www.paddockspares.com/scp/BOOKS/Series.html') oCMenu.makeMenu('top12','',' NEW PRODUCTS','http://www.paddockspares.com/mcp/NEW_PRODUCTS.html','') oCMenu.makeMenu('sub454','top12','2mm Superior Chequer','http://www.paddockspares.com/scp/NEW_PRODUCTS/2mm_Superior_Chequer.html') oCMenu.makeMenu('sub461','top12','Adjustable Panhard Rod','http://www.paddockspares.com/scp/NEW_PRODUCTS/Adjustable_Panhard_Rod.html') oCMenu.makeMenu('sub273','top12','Britpart Bush Kits','http://www.paddockspares.com/scp/NEW_PRODUCTS/Britpart_Bush_Kits.html') oCMenu.makeMenu('sub310','top12','Britpart Coil Springs','http://www.paddockspares.com/scp/NEW_PRODUCTS/Britpart_Coil_Springs.html') oCMenu.makeMenu('sub417','top12','Compressors','http://www.paddockspares.com/scp/NEW_PRODUCTS/Compressors.html') oCMenu.makeMenu('sub263','top12','Cranked Trailing Arms','http://www.paddockspares.com/scp/NEW_PRODUCTS/Cranked_Trailing_Arms.html') oCMenu.makeMenu('sub589','top12','Def Door Cards','http://www.paddockspares.com/scp/NEW_PRODUCTS/Def_Door_Cards.html') oCMenu.makeMenu('sub324','top12','Def ReTrim Kits','http://www.paddockspares.com/scp/NEW_PRODUCTS/Def_ReTrim_Kits.html') oCMenu.makeMenu('sub305','top12','Defender Light Bar','http://www.paddockspares.com/scp/NEW_PRODUCTS/Defender_Light_Bar.html') oCMenu.makeMenu('sub405','top12','Discovery Light Bar','http://www.paddockspares.com/scp/NEW_PRODUCTS/Discovery_Light_Bar.html') oCMenu.makeMenu('sub458','top12','EBC Ultimax Pads','http://www.paddockspares.com/scp/NEW_PRODUCTS/EBC_Ultimax_Pads.html') oCMenu.makeMenu('sub308','top12','Extended Arches','http://www.paddockspares.com/scp/NEW_PRODUCTS/Extended_Arches.html') oCMenu.makeMenu('sub582','top12','Genesyz Battery Management','http://www.paddockspares.com/scp/NEW_PRODUCTS/Genesyz_Battery_Management.html') oCMenu.makeMenu('sub383','top12','HD Drive Flanges','http://www.paddockspares.com/scp/NEW_PRODUCTS/HD_Drive_Flanges.html') oCMenu.makeMenu('sub307','top12','HiLift Extreme Jacks','http://www.paddockspares.com/scp/NEW_PRODUCTS/HiLift_Extreme_Jacks.html') oCMenu.makeMenu('sub457','top12','Intercoolers','http://www.paddockspares.com/scp/NEW_PRODUCTS/Intercoolers.html') oCMenu.makeMenu('sub557','top12','Jerry Cans','http://www.paddockspares.com/scp/NEW_PRODUCTS/Jerry_Cans.html') oCMenu.makeMenu('sub538','top12','Loadspace Liners','http://www.paddockspares.com/scp/NEW_PRODUCTS/Loadspace_Liners.html') oCMenu.makeMenu('sub590','top12','Louvred Intakes','http://www.paddockspares.com/scp/NEW_PRODUCTS/Louvred_Intakes.html') oCMenu.makeMenu('sub518','top12','Maxxis Tyres','http://www.paddockspares.com/scp/NEW_PRODUCTS/Maxxis_Tyres.html') oCMenu.makeMenu('sub451','top12','Mintex CeraTec','http://www.paddockspares.com/scp/NEW_PRODUCTS/Mintex_CeraTec.html') oCMenu.makeMenu('sub413','top12','Nanocom Diagnostics','http://www.paddockspares.com/scp/NEW_PRODUCTS/Nanocom_Diagnostics.html') oCMenu.makeMenu('sub546','top12','Odyssey Batteries','http://www.paddockspares.com/scp/NEW_PRODUCTS/Odyssey_Batteries.html') oCMenu.makeMenu('sub315','top12','Optima Batteries','http://www.paddockspares.com/scp/NEW_PRODUCTS/Optima_Batteries.html') oCMenu.makeMenu('sub180','top12','Performance Discs','http://www.paddockspares.com/scp/NEW_PRODUCTS/Performance_Discs.html') oCMenu.makeMenu('sub219','top12','Pro Comp Straps','http://www.paddockspares.com/scp/NEW_PRODUCTS/Pro_Comp_Straps.html') oCMenu.makeMenu('sub580','top12','Puma Style Bonnet','http://www.paddockspares.com/scp/NEW_PRODUCTS/Puma_Style_Bonnet.html') oCMenu.makeMenu('sub475','top12','Radiator Muffs','http://www.paddockspares.com/scp/NEW_PRODUCTS/Radiator_Muffs.html') oCMenu.makeMenu('sub428','top12','Security Grilles','http://www.paddockspares.com/scp/NEW_PRODUCTS/Security_Grilles.html') oCMenu.makeMenu('sub403','top12','Silicone Turbo Hoses','http://www.paddockspares.com/scp/NEW_PRODUCTS/Silicone_Turbo_Hoses.html') oCMenu.makeMenu('sub412','top12','Split Charge System','http://www.paddockspares.com/scp/NEW_PRODUCTS/Split_Charge_System.html') oCMenu.makeMenu('sub220','top12','SS Air Intakes','http://www.paddockspares.com/scp/NEW_PRODUCTS/SS_Air_Intakes.html') oCMenu.makeMenu('sub427','top12','SS Bolt Kits','http://www.paddockspares.com/scp/NEW_PRODUCTS/SS_Bolt_Kits.html') oCMenu.makeMenu('sub328','top12','SS Silencer Repl Pipes','http://www.paddockspares.com/scp/NEW_PRODUCTS/SS_Silencer_Repl_Pipes.html') oCMenu.makeMenu('sub222','top12','SS Snorkel Grille','http://www.paddockspares.com/scp/NEW_PRODUCTS/SS_Snorkel_Grille.html') oCMenu.makeMenu('sub584','top12','Super Gaz Dampers','http://www.paddockspares.com/scp/NEW_PRODUCTS/Super_Gaz_Dampers.html') oCMenu.makeMenu('sub596','top12','Tie Down D Rings','http://www.paddockspares.com/scp/NEW_PRODUCTS/Tie_Down_D_Rings.html') oCMenu.makeMenu('sub519','top12','Touch Up Pens','http://www.paddockspares.com/scp/NEW_PRODUCTS/Touch_Up_Pens.html') oCMenu.makeMenu('sub547','top12','Waffle Boards','http://www.paddockspares.com/scp/NEW_PRODUCTS/Waffle_Boards.html') oCMenu.makeMenu('sub399','top12','Wheel Covers','http://www.paddockspares.com/scp/NEW_PRODUCTS/Wheel_Covers.html') oCMenu.makeMenu('sub552','top12','Wide Angle Propshafts','http://www.paddockspares.com/scp/NEW_PRODUCTS/Wide_Angle_Propshafts.html') oCMenu.makeMenu('sub583','top12','Wind Deflectors','http://www.paddockspares.com/scp/NEW_PRODUCTS/Wind_Deflectors.html') oCMenu.makeMenu('sub551','top12','Zu Alloys','http://www.paddockspares.com/scp/NEW_PRODUCTS/Zu_Alloys.html') oCMenu.makeMenu('top13','',' SPECIAL OFFERS','http://www.paddockspares.com/mcp/SPECIAL_OFFERS.html','') oCMenu.makeMenu('sub191','top13','Series','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Series.html') oCMenu.makeMenu('sub192','top13','Defender','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Defender.html') oCMenu.makeMenu('sub194','top13','Discovery 1','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Discovery_1.html') oCMenu.makeMenu('sub199','top13','Discovery 2','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Discovery_2.html') oCMenu.makeMenu('sub195','top13','Range Rover to 85','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Range_Rover_to_85.html') oCMenu.makeMenu('sub198','top13','Range Rover 86-94','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Range_Rover_86-94.html') oCMenu.makeMenu('sub193','top13','Range Rover P38','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Range_Rover_P38.html') oCMenu.makeMenu('sub196','top13','Freelander to 2003','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Freelander_to_2003.html') oCMenu.makeMenu('sub197','top13','Miscellaneous','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Miscellaneous.html') oCMenu.makeMenu('sub321','top13','Gift Vouchers','http://www.paddockspares.com/scp/SPECIAL_OFFERS/Gift_Vouchers.html') oCMenu.makeMenu('top46','',' WEB EXCLUSIVES','http://www.paddockspares.com/mcp/WEB_EXCLUSIVES.html','') oCMenu.makeMenu('sub372','top46','Defender','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Defender.html') oCMenu.makeMenu('sub374','top46','Discovery 1','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Discovery_1.html') oCMenu.makeMenu('sub379','top46','Discovery 2','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Discovery_2.html') oCMenu.makeMenu('sub375','top46','Freelander to 2003','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Freelander_to_2003.html') oCMenu.makeMenu('sub400','top46','Miscellaneous','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Miscellaneous.html') oCMenu.makeMenu('sub378','top46','Range Rover 86-94','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Range_Rover_86-94.html') oCMenu.makeMenu('sub373','top46','Range Rover P38','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Range_Rover_P38.html') oCMenu.makeMenu('sub376','top46','Range Rover to 85','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Range_Rover_to_85.html') oCMenu.makeMenu('sub377','top46','Series','http://www.paddockspares.com/scp/WEB_EXCLUSIVES/Series.html') oCMenu.makeMenu('top44','',' SHOP BY BRAND A-H','http://www.paddockspares.com/mcp/SHOP_BY_BRAND_A-H.html','') oCMenu.makeMenu('sub351','top44','Adwest','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Adwest.html') oCMenu.makeMenu('sub577','top44','Airlift','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Airlift.html') oCMenu.makeMenu('sub345','top44','AP Lockeed Discs','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/AP_Lockeed_Discs.html') oCMenu.makeMenu('sub339','top44','ARB Air Lockers','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/ARB_Air_Lockers.html') oCMenu.makeMenu('sub343','top44','Armstrong Dampers','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Armstrong_Dampers.html') oCMenu.makeMenu('sub353','top44','Automec','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Automec.html') oCMenu.makeMenu('sub344','top44','BF Goodrich Tyres','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/BF_Goodrich_Tyres.html') oCMenu.makeMenu('sub416','top44','Bilstein B4 Black','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Bilstein_B4_Black.html') oCMenu.makeMenu('sub415','top44','Bilstein B6 Yellow','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Bilstein_B6_Yellow.html') oCMenu.makeMenu('sub556','top44','Britpart Dampers','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Britpart_Dampers.html') oCMenu.makeMenu('sub382','top44','Britpart Super Gaz','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Britpart_Super_Gaz.html') oCMenu.makeMenu('sub585','top44','Cellular Dynamic Dampers','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Cellular_Dynamic_Dampers.html') oCMenu.makeMenu('sub336','top44','de Carbon','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/de_Carbon.html') oCMenu.makeMenu('sub338','top44','Deflex','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Deflex.html') oCMenu.makeMenu('sub340','top44','Dixon Bate','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Dixon_Bate.html') oCMenu.makeMenu('sub347','top44','EBC Brake Discs','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/EBC_Brake_Discs.html') oCMenu.makeMenu('sub341','top44','EBC Brake Pads','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/EBC_Brake_Pads.html') oCMenu.makeMenu('sub460','top44','EBC Green Stuff Pads','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/EBC_Green_Stuff_Pads.html') oCMenu.makeMenu('sub521','top44','EBC Ultimax Pads','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/EBC_Ultimax_Pads.html') oCMenu.makeMenu('sub520','top44','EBC Yellow Stuff Pads','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/EBC_Yellow_Stuff_Pads.html') oCMenu.makeMenu('sub346','top44','Garrett Turbos','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Garrett_Turbos.html') oCMenu.makeMenu('sub349','top44','General Tyres','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/General_Tyres.html') oCMenu.makeMenu('sub342','top44','Goodridge Hoses','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Goodridge_Hoses.html') oCMenu.makeMenu('sub337','top44','Hi Lift Jacks','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Hi_Lift_Jacks.html') oCMenu.makeMenu('sub350','top44','Hiclone','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Hiclone.html') oCMenu.makeMenu('sub348','top44','Hylomar','http://www.paddockspares.com/scp/SHOP_BY_BRAND_A-H/Hylomar.html') oCMenu.makeMenu('top45','',' SHOP BY BRAND I-Z','http://www.paddockspares.com/mcp/SHOP_BY_BRAND_I-Z.html','') oCMenu.makeMenu('sub367','top45','Insa Turbo Remoulds','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Insa_Turbo_Remoulds.html') oCMenu.makeMenu('sub366','top45','Jackall Jacks','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Jackall_Jacks.html') oCMenu.makeMenu('sub354','top45','K and N 57i Induction Kits','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/K_and_N_57i_Induction_Kits.html') oCMenu.makeMenu('sub365','top45','K and N Filters','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/K_and_N_Filters.html') oCMenu.makeMenu('sub364','top45','Kenlowe Fans','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Kenlowe_Fans.html') oCMenu.makeMenu('sub357','top45','Kumho Tyres','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Kumho_Tyres.html') oCMenu.makeMenu('sub587','top45','LandMarque','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/LandMarque.html') oCMenu.makeMenu('sub501','top45','Loctite','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Loctite.html') oCMenu.makeMenu('sub586','top45','Mantec','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Mantec.html') oCMenu.makeMenu('sub368','top45','Marsland Chassis','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Marsland_Chassis.html') oCMenu.makeMenu('sub359','top45','Monroe','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Monroe.html') oCMenu.makeMenu('sub550','top45','Odyssey Batteries','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Odyssey_Batteries.html') oCMenu.makeMenu('sub362','top45','Optima Batteries','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Optima_Batteries.html') oCMenu.makeMenu('sub369','top45','Pro Comp','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Pro_Comp.html') oCMenu.makeMenu('sub465','top45','PSI','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/PSI.html') oCMenu.makeMenu('sub478','top45','Ring Automotive','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Ring_Automotive.html') oCMenu.makeMenu('sub593','top45','Roolite','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Roolite.html') oCMenu.makeMenu('sub360','top45','Safari Snorkel','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Safari_Snorkel.html') oCMenu.makeMenu('sub361','top45','Securon','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Securon.html') oCMenu.makeMenu('sub588','top45','Super Gaz Dampers','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Super_Gaz_Dampers.html') oCMenu.makeMenu('sub355','top45','T-Max','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/T-Max.html') oCMenu.makeMenu('sub432','top45','Tuffy','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Tuffy.html') oCMenu.makeMenu('sub363','top45','Wipac','http://www.paddockspares.com/scp/SHOP_BY_BRAND_I-Z/Wipac.html') oCMenu.makeMenu('top21','',' STOCK CLEARANCE','http://www.paddockspares.com/mcp/STOCK_CLEARANCE.html','') oCMenu.makeMenu('sub466','top21','Books','http://www.paddockspares.com/scp/STOCK_CLEARANCE/Books.html') oCMenu.makeMenu('sub448','top21','Miscellaneous','http://www.paddockspares.com/scp/STOCK_CLEARANCE/Miscellaneous.html') oCMenu.makeMenu('sub479','top21','Seat Covers','http://www.paddockspares.com/scp/STOCK_CLEARANCE/Seat_Covers.html') oCMenu.makeMenu('sub503','top21','Shop Soiled','http://www.paddockspares.com/scp/STOCK_CLEARANCE/Shop_Soiled.html') oCMenu.makeMenu('sub467','top21','Tools','http://www.paddockspares.com/scp/STOCK_CLEARANCE/Tools.html') oCMenu.makeMenu('top49','',' KITS','http://www.paddockspares.com/mcp/KITS.html','') oCMenu.makeMenu('sub423','top49','Brake Kits','http://www.paddockspares.com/scp/KITS/Brake_Kits.html') oCMenu.makeMenu('sub420','top49','CV Joint Kits','http://www.paddockspares.com/scp/KITS/CV_Joint_Kits.html') oCMenu.makeMenu('sub424','top49','Def ReTrim Kits','http://www.paddockspares.com/scp/KITS/Def_ReTrim_Kits.html') oCMenu.makeMenu('sub426','top49','Filter Kits','http://www.paddockspares.com/scp/KITS/Filter_Kits.html') oCMenu.makeMenu('sub421','top49','Suspension','http://www.paddockspares.com/scp/KITS/Suspension.html') oCMenu.makeMenu('sub425','top49','Swivel Kits','http://www.paddockspares.com/scp/KITS/Swivel_Kits.html') oCMenu.makeMenu('sub422','top49','Timing Belt Kits','http://www.paddockspares.com/scp/KITS/Timing_Belt_Kits.html') oCMenu.makeMenu('top56','',' SALVAGE','http://www.paddockspares.com/mcp/SALVAGE.html','') oCMenu.makeMenu('sub476','top56','Axle and Suspension','http://www.paddockspares.com/scp/SALVAGE/Axle_and_Suspension.html') oCMenu.makeMenu('sub525','top56','Engine','http://www.paddockspares.com/scp/SALVAGE/Engine.html') oCMenu.makeMenu('top68','',' TOOLS','http://www.paddockspares.com/mcp/TOOLS.html','') oCMenu.makeMenu('sub543','top68','Automotive Tools','http://www.paddockspares.com/scp/TOOLS/Automotive_Tools.html') oCMenu.makeMenu('sub540','top68','Garage Equipment','http://www.paddockspares.com/scp/TOOLS/Garage_Equipment.html') oCMenu.makeMenu('sub544','top68','Hylomar Consumables','http://www.paddockspares.com/scp/TOOLS/Hylomar_Consumables.html') oCMenu.makeMenu('sub545','top68','Loctite Consumables','http://www.paddockspares.com/scp/TOOLS/Loctite_Consumables.html') oCMenu.makeMenu('sub542','top68','Specialist Tools','http://www.paddockspares.com/scp/TOOLS/Specialist_Tools.html') oCMenu.makeMenu('top70','',' DELIVERY CHARGES','http://www.paddockspares.com/mcp/DELIVERY_CHARGES.html','') oCMenu.makeMenu('sub578','top70','Delivery Charges','http://www.paddockspares.com/scp/DELIVERY_CHARGES/Delivery_Charges.html') oCMenu.makeMenu('top71','',' XMAS DEALS','http://www.paddockspares.com/mcp/XMAS_DEALS.html','') oCMenu.makeMenu('sub602','top71','12v Compressor','http://www.paddockspares.com/scp/XMAS_DEALS/12v_Compressor.html') oCMenu.makeMenu('sub599','top71','Diff Guards','http://www.paddockspares.com/scp/XMAS_DEALS/Diff_Guards.html') oCMenu.makeMenu('sub597','top71','Odyssey Batteries','http://www.paddockspares.com/scp/XMAS_DEALS/Odyssey_Batteries.html') oCMenu.makeMenu('sub600','top71','Ring Inverters','http://www.paddockspares.com/scp/XMAS_DEALS/Ring_Inverters.html') oCMenu.makeMenu('sub601','top71','Tools','http://www.paddockspares.com/scp/XMAS_DEALS/Tools.html') oCMenu.makeMenu('sub598','top71','Tyres','http://www.paddockspares.com/scp/XMAS_DEALS/Tyres.html') oCMenu.wait=1000 oCMenu.pagecheck=1 oCMenu.checkscroll=0 oCMenu.resizecheck=1 oCMenu.makeStyle(); oCMenu.construct() function cm_checkScrolled(obj){ if(bw.ns4 || bw.ns6) obj.scrolledY=obj.win.pageYOffset else obj.scrolledY=obj.win.document.body.scrollTop if(obj.scrolledY!=obj.lastScrolled){ if(!obj.useframes){ self.status=obj.scrolledY if(obj.scrolledY>119){ for(i=0;i