/************** 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=1 oCMenu.rows=1 oCMenu.barcolor="#ffffcc" oCMenu.barwidth=100 oCMenu.barheight=400 oCMenu.barx=0 oCMenu.bary=0 oCMenu.fromleft=0 oCMenu.fromtop=132 oCMenu.pxbetween=0 oCMenu.menuplacement="center" oCMenu.level[0]=new Array() oCMenu.level[0].width=87 oCMenu.level[0].height=35 oCMenu.level[0].bgcoloroff="#2eb1e5" oCMenu.level[0].bgcoloron="#37464d" oCMenu.level[0].textcolor="#ffffff" oCMenu.level[0].hovercolor="#ffffff" oCMenu.level[0].style="font-family:arial,helvetica; font-size:11px;; padding: 0px 0px 0px 0px;" oCMenu.level[0].border=0 oCMenu.level[0].bordercolor="#336699" oCMenu.level[0].offsetX=0 oCMenu.level[0].offsetY=0 oCMenu.level[0].NS4font="Arial" oCMenu.level[0].NS4fontSize="2" oCMenu.level[0].NS4fontColor="ffffff" oCMenu.level[0].align="bottom" oCMenu.level[0].clip=1 oCMenu.level[0].clippx= 20 oCMenu.level[0].cliptim= 10 oCMenu.level[1]=new Array() oCMenu.level[1].width=180 oCMenu.level[1].height=28 oCMenu.level[1].bgcoloroff="#2eb1e5" oCMenu.level[1].bgcoloron="#37464d" oCMenu.level[1].textcolor="#ffffff" oCMenu.level[1].hovercolor="#ffffff" oCMenu.level[1].style="font:11px/1.5 arial,helvetica; text-align: left; padding: 4px 2px;" oCMenu.level[1].offsetX=0 oCMenu.level[1].offsetY=0 oCMenu.level[1].border=1 oCMenu.level[1].bordercolor="3a3a3a" oCMenu.level[1].NS4font="Arial" oCMenu.level[1].NS4fontSize="2" oCMenu.level[1].NS4fontColor="ffffff" oCMenu.makeMenu('top59074','','','http://www.321burn.com/mcp/Components.html','',0,0,'images/components1.png','images/components2.png') oCMenu.makeMenu('sub58887','top59074','Chassis Components','http://www.321burn.com/scp/Components/Chassis_Components.html') oCMenu.makeMenu('sub58972','top59074','Memory','http://www.321burn.com/scp/Components/Memory.html') oCMenu.makeMenu('sub58857','top59074','Graphic Cards','http://www.321burn.com/scp/Components/Graphic_Cards.html') oCMenu.makeMenu('sub58856','top59074','Motherboards','http://www.321burn.com/scp/Components/Motherboards.html') oCMenu.makeMenu('sub58996','top59074','Processors and CPU','http://www.321burn.com/scp/Components/Processors_and_CPU.html') oCMenu.makeMenu('sub58874','top59074','Optical Drives','http://www.321burn.com/scp/Components/Optical_Drives.html') oCMenu.makeMenu('sub58871','top59074','CD-DVD ROM Drives','http://www.321burn.com/scp/Components/CD-DVD_ROM_Drives.html') oCMenu.makeMenu('sub58878','top59074','Hard Disk Drives','http://www.321burn.com/scp/Components/Hard_Disk_Drives.html') oCMenu.makeMenu('sub58858','top59074','Sound Cards','http://www.321burn.com/scp/Components/Sound_Cards.html') oCMenu.makeMenu('sub59062','top59074','USB Flash Disk Drives','http://www.321burn.com/scp/Components/USB_Flash_Disk_Drives.html') oCMenu.makeMenu('sub58968','top59074','Flash Memory','http://www.321burn.com/scp/Components/Flash_Memory.html') oCMenu.makeMenu('sub59065','top59074','Solid State Drives','http://www.321burn.com/scp/Components/Solid_State_Drives.html') oCMenu.makeMenu('sub58873','top59074','Floppy Drives','http://www.321burn.com/scp/Components/Floppy_Drives.html') oCMenu.makeMenu('sub68063','top59074','Tape and Other Storage','http://www.321burn.com/scp/Components/Tape_and_Other_Storage.html') oCMenu.makeMenu('sub59077','top59074','Interface Components','http://www.321burn.com/scp/Components/Interface_Components.html') oCMenu.makeMenu('sub61752','top59074','Multimedia Kits','http://www.321burn.com/scp/Components/Multimedia_Kits.html') oCMenu.makeMenu('sub59092','top59074','Power Supplies','http://www.321burn.com/scp/Components/Power_Supplies.html') oCMenu.makeMenu('sub58861','top59074','Video Capture Boards','http://www.321burn.com/scp/Components/Video_Capture_Boards.html') oCMenu.makeMenu('sub59058','top59074','Video Splitters','http://www.321burn.com/scp/Components/Video_Splitters.html') oCMenu.makeMenu('sub58941','top59074','Power Adapters and Inverters','http://www.321burn.com/scp/Components/Power_Adapters_and_Inverters.html') oCMenu.makeMenu('sub69659','top59074','Combination Floppy Drives','http://www.321burn.com/scp/Components/Combination_Floppy_Drives.html') oCMenu.makeMenu('top59076','','','http://www.321burn.com/mcp/Computers.html','',0,0,'images/computers1.png','images/computers2.png') oCMenu.makeMenu('sub59007','top59076','Barebones','http://www.321burn.com/scp/Computers/Barebones.html') oCMenu.makeMenu('sub58852','top59076','Desktop PCs','http://www.321burn.com/scp/Computers/Desktop_PCs.html') oCMenu.makeMenu('sub59064','top59076','Netbooks','http://www.321burn.com/scp/Computers/Netbooks.html') oCMenu.makeMenu('sub58967','top59076','Tablet PCs','http://www.321burn.com/scp/Computers/Tablet_PCs.html') oCMenu.makeMenu('sub58850','top59076','Notebooks and Laptops','http://www.321burn.com/scp/Computers/Notebooks_and_Laptops.html') oCMenu.makeMenu('sub58851','top59076','Docking Stations','http://www.321burn.com/scp/Computers/Docking_Stations.html') oCMenu.makeMenu('sub59051','top59076','Server Barebone','http://www.321burn.com/scp/Computers/Server_Barebone.html') oCMenu.makeMenu('sub58854','top59076','Servers','http://www.321burn.com/scp/Computers/Servers.html') oCMenu.makeMenu('sub58980','top59076','Storage Servers','http://www.321burn.com/scp/Computers/Storage_Servers.html') oCMenu.makeMenu('sub60442','top59076','Thin Clients Blade PCs','http://www.321burn.com/scp/Computers/Thin_Clients_Blade_PCs.html') oCMenu.makeMenu('sub58947','top59076','Workstations','http://www.321burn.com/scp/Computers/Workstations.html') oCMenu.makeMenu('sub60424','top59076','Point Of Sale Terminals','http://www.321burn.com/scp/Computers/Point_Of_Sale_Terminals.html') oCMenu.makeMenu('sub59066','top59076','Gaming Cases and Accessories','http://www.321burn.com/scp/Computers/Gaming_Cases_and_Accessories.html') oCMenu.makeMenu('sub59054','top59076','Notebook Arms and Stands','http://www.321burn.com/scp/Computers/Notebook_Arms_and_Stands.html') oCMenu.makeMenu('sub59023','top59076','Notebook Accessories','http://www.321burn.com/scp/Computers/Notebook_Accessories.html') oCMenu.makeMenu('sub58934','top59076','Warranty and Support','http://www.321burn.com/scp/Computers/Warranty_and_Support.html') oCMenu.makeMenu('sub60468','top59076','Video Servers','http://www.321burn.com/scp/Computers/Video_Servers.html') oCMenu.makeMenu('sub58853','top59076','PDAs','http://www.321burn.com/scp/Computers/PDAs.html') oCMenu.makeMenu('sub58880','top59076','Touch Screen Monitors','http://www.321burn.com/scp/Computers/Touch_Screen_Monitors.html') oCMenu.makeMenu('sub68143','top59076','Services','http://www.321burn.com/scp/Computers/Services.html') oCMenu.makeMenu('sub69281','top59076','Accessories','http://www.321burn.com/scp/Computers/Accessories.html') oCMenu.makeMenu('sub68232','top59076','Monitors CRT','http://www.321burn.com/scp/Computers/Monitors_CRT.html') oCMenu.makeMenu('top59094','','','http://www.321burn.com/mcp/Peripherals.html','',0,0,'images/peripherals1.png','images/peripherals2.png') oCMenu.makeMenu('sub58905','top59094','Copiers','http://www.321burn.com/scp/Peripherals/Copiers.html') oCMenu.makeMenu('sub68168','top59094','Printers','http://www.321burn.com/scp/Peripherals/Printers.html') oCMenu.makeMenu('sub58954','top59094','Card Readers','http://www.321burn.com/scp/Peripherals/Card_Readers.html') oCMenu.makeMenu('sub58900','top59094','Bar Code Readers','http://www.321burn.com/scp/Peripherals/Bar_Code_Readers.html') oCMenu.makeMenu('sub59031','top59094','Printer Scanner Accessories','http://www.321burn.com/scp/Peripherals/Printer_Scanner_Accessories.html') oCMenu.makeMenu('sub68175','top59094','Bags and Cases','http://www.321burn.com/scp/Peripherals/Bags_and_Cases.html') oCMenu.makeMenu('sub58864','top59094','Gaming Controls','http://www.321burn.com/scp/Peripherals/Gaming_Controls.html') oCMenu.makeMenu('sub68176','top59094','Batteries and Chargers','http://www.321burn.com/scp/Peripherals/Batteries_and_Chargers.html') oCMenu.makeMenu('sub58937','top59094','UPS','http://www.321burn.com/scp/Peripherals/UPS.html') oCMenu.makeMenu('sub58989','top59094','Power Supply','http://www.321burn.com/scp/Peripherals/Power_Supply.html') oCMenu.makeMenu('sub59037','top59094','Surge Protectors','http://www.321burn.com/scp/Peripherals/Surge_Protectors.html') oCMenu.makeMenu('sub58863','top59094','Graphics Tablets','http://www.321burn.com/scp/Peripherals/Graphics_Tablets.html') oCMenu.makeMenu('sub58902','top59094','KVM Switch','http://www.321burn.com/scp/Peripherals/KVM_Switch.html') oCMenu.makeMenu('sub58865','top59094','Keyboards and Desksets','http://www.321burn.com/scp/Peripherals/Keyboards_and_Desksets.html') oCMenu.makeMenu('sub60005','top59094','Keyboard Accessories','http://www.321burn.com/scp/Peripherals/Keyboard_Accessories.html') oCMenu.makeMenu('sub58867','top59094','Media Presenters','http://www.321burn.com/scp/Peripherals/Media_Presenters.html') oCMenu.makeMenu('sub58866','top59094','Mice','http://www.321burn.com/scp/Peripherals/Mice.html') oCMenu.makeMenu('sub60499','top59094','Mouse Pads','http://www.321burn.com/scp/Peripherals/Mouse_Pads.html') oCMenu.makeMenu('sub60525','top59094','Other Input Devices','http://www.321burn.com/scp/Peripherals/Other_Input_Devices.html') oCMenu.makeMenu('sub60519','top59094','Wrist Rests','http://www.321burn.com/scp/Peripherals/Wrist_Rests.html') oCMenu.makeMenu('sub68351','top59094','Light Pens','http://www.321burn.com/scp/Peripherals/Light_Pens.html') oCMenu.makeMenu('sub69671','top59094','Cables','http://www.321burn.com/scp/Peripherals/Cables.html') oCMenu.makeMenu('top59090','','','http://www.321burn.com/mcp/Photo.html','',0,0,'images/photo1.png','images/photo2.png') oCMenu.makeMenu('sub59091','top59090','Camera Accessories','http://www.321burn.com/scp/Photo/Camera_Accessories.html') oCMenu.makeMenu('sub58925','top59090','Digital Cameras','http://www.321burn.com/scp/Photo/Digital_Cameras.html') oCMenu.makeMenu('sub58927','top59090','Camcorders','http://www.321burn.com/scp/Photo/Camcorders.html') oCMenu.makeMenu('sub58926','top59090','Webcams','http://www.321burn.com/scp/Photo/Webcams.html') oCMenu.makeMenu('sub59103','top59090','Digital Photo Frames','http://www.321burn.com/scp/Photo/Digital_Photo_Frames.html') oCMenu.makeMenu('sub58868','top59090','Scanners','http://www.321burn.com/scp/Photo/Scanners.html') oCMenu.makeMenu('top59098','','','http://www.321burn.com/mcp/Sound_and_Video.html','',0,0,'images/soundvision1.png','images/soundvision2.png') oCMenu.makeMenu('sub84783','top59098','home stereo sets','http://www.321burn.com/scp/Sound_and_Video/home_stereo_sets.html') oCMenu.makeMenu('sub59034','top59098','Cassette Players Recorders','http://www.321burn.com/scp/Sound_and_Video/Cassette_Players_Recorders.html') oCMenu.makeMenu('sub59015','top59098','Dictaphones','http://www.321burn.com/scp/Sound_and_Video/Dictaphones.html') oCMenu.makeMenu('sub60452','top59098','DVD Players and Recorders','http://www.321burn.com/scp/Sound_and_Video/DVD_Players_and_Recorders.html') oCMenu.makeMenu('sub71352','top59098','CD players and recorders','http://www.321burn.com/scp/Sound_and_Video/CD_players_and_recorders.html') oCMenu.makeMenu('sub59001','top59098','Headphones','http://www.321burn.com/scp/Sound_and_Video/Headphones.html') oCMenu.makeMenu('sub58982','top59098','Hifi Microphones','http://www.321burn.com/scp/Sound_and_Video/Hifi_Microphones.html') oCMenu.makeMenu('sub60457','top59098','Home Cinema Systems','http://www.321burn.com/scp/Sound_and_Video/Home_Cinema_Systems.html') oCMenu.makeMenu('sub59035','top59098','Media Players','http://www.321burn.com/scp/Sound_and_Video/Media_Players.html') oCMenu.makeMenu('sub58869','top59098','Microphones','http://www.321burn.com/scp/Sound_and_Video/Microphones.html') oCMenu.makeMenu('sub84664','top59098','car CD & DVD tuners','http://www.321burn.com/scp/Sound_and_Video/car_CD_&_DVD_tuners.html') oCMenu.makeMenu('sub68083','top59098','Projectors and Accessories','http://www.321burn.com/scp/Sound_and_Video/Projectors_and_Accessories.html') oCMenu.makeMenu('sub68174','top59098','MP3 Players and Accessories','http://www.321burn.com/scp/Sound_and_Video/MP3_Players_and_Accessories.html') oCMenu.makeMenu('sub59014','top59098','Radios','http://www.321burn.com/scp/Sound_and_Video/Radios.html') oCMenu.makeMenu('sub60463','top59098','Receivers Amplifiers','http://www.321burn.com/scp/Sound_and_Video/Receivers_Amplifiers.html') oCMenu.makeMenu('sub58862','top59098','Speakers','http://www.321burn.com/scp/Sound_and_Video/Speakers.html') oCMenu.makeMenu('sub59028','top59098','TV tuners','http://www.321burn.com/scp/Sound_and_Video/TV_tuners.html') oCMenu.makeMenu('sub60515','top59098','Video Editors','http://www.321burn.com/scp/Sound_and_Video/Video_Editors.html') oCMenu.makeMenu('sub60466','top59098','Speaker Stands','http://www.321burn.com/scp/Sound_and_Video/Speaker_Stands.html') oCMenu.makeMenu('sub58953','top59098','Remote Controls','http://www.321burn.com/scp/Sound_and_Video/Remote_Controls.html') oCMenu.makeMenu('sub58846','top59098','Headsets','http://www.321burn.com/scp/Sound_and_Video/Headsets.html') oCMenu.makeMenu('sub59012','top59098','LCD TVs','http://www.321burn.com/scp/Sound_and_Video/LCD_TVs.html') oCMenu.makeMenu('sub58879','top59098','Flat Panel Displays','http://www.321burn.com/scp/Sound_and_Video/Flat_Panel_Displays.html') oCMenu.makeMenu('sub60443','top59098','Plasma Panels','http://www.321burn.com/scp/Sound_and_Video/Plasma_Panels.html') oCMenu.makeMenu('sub60467','top59098','TV Stands','http://www.321burn.com/scp/Sound_and_Video/TV_Stands.html') oCMenu.makeMenu('sub60500','top59098','Optical Jukebox','http://www.321burn.com/scp/Sound_and_Video/Optical_Jukebox.html') oCMenu.makeMenu('top59082','','','http://www.321burn.com/mcp/Networking.html','',0,0,'images/networking1.png','images/networking2.png') oCMenu.makeMenu('sub84780','top59082','answering machines','http://www.321burn.com/scp/Networking/answering_machines.html') oCMenu.makeMenu('sub58848','top59082','Antennas','http://www.321burn.com/scp/Networking/Antennas.html') oCMenu.makeMenu('sub58899','top59082','Bridges and Repeaters','http://www.321burn.com/scp/Networking/Bridges_and_Repeaters.html') oCMenu.makeMenu('sub58847','top59082','Call Management System','http://www.321burn.com/scp/Networking/Call_Management_System.html') oCMenu.makeMenu('sub58944','top59082','Firewalls (Hardware)','http://www.321burn.com/scp/Networking/Firewalls_(Hardware).html') oCMenu.makeMenu('sub58945','top59082','Gateways and Controllers','http://www.321burn.com/scp/Networking/Gateways_and_Controllers.html') oCMenu.makeMenu('sub58892','top59082','Hubs and Concentrators','http://www.321burn.com/scp/Networking/Hubs_and_Concentrators.html') oCMenu.makeMenu('sub60501','top59082','Media Filters','http://www.321burn.com/scp/Networking/Media_Filters.html') oCMenu.makeMenu('sub58895','top59082','Modems','http://www.321burn.com/scp/Networking/Modems.html') oCMenu.makeMenu('sub58988','top59082','Network Analyzers','http://www.321burn.com/scp/Networking/Network_Analyzers.html') oCMenu.makeMenu('sub58860','top59082','Network Cards and Adapters','http://www.321burn.com/scp/Networking/Network_Cards_and_Adapters.html') oCMenu.makeMenu('sub59057','top59082','Network Splitters','http://www.321burn.com/scp/Networking/Network_Splitters.html') oCMenu.makeMenu('sub58898','top59082','Network Switches','http://www.321burn.com/scp/Networking/Network_Switches.html') oCMenu.makeMenu('sub58962','top59082','Networking Cables','http://www.321burn.com/scp/Networking/Networking_Cables.html') oCMenu.makeMenu('sub59055','top59082','PoE Adapters and Injectors','http://www.321burn.com/scp/Networking/PoE_Adapters_and_Injectors.html') oCMenu.makeMenu('sub58979','top59082','Print Servers','http://www.321burn.com/scp/Networking/Print_Servers.html') oCMenu.makeMenu('sub58893','top59082','Routers','http://www.321burn.com/scp/Networking/Routers.html') oCMenu.makeMenu('sub58976','top59082','Switch Components','http://www.321burn.com/scp/Networking/Switch_Components.html') oCMenu.makeMenu('sub60534','top59082','Video Networking Equipment','http://www.321burn.com/scp/Networking/Video_Networking_Equipment.html') oCMenu.makeMenu('sub59052','top59082','Voice Network Modules','http://www.321burn.com/scp/Networking/Voice_Network_Modules.html') oCMenu.makeMenu('sub59029','top59082','VPN Security Equipment','http://www.321burn.com/scp/Networking/VPN_Security_Equipment.html') oCMenu.makeMenu('sub58970','top59082','WLAN Access Points','http://www.321burn.com/scp/Networking/WLAN_Access_Points.html') oCMenu.makeMenu('sub58897','top59082','Modem Teleadaptors','http://www.321burn.com/scp/Networking/Modem_Teleadaptors.html') oCMenu.makeMenu('sub58896','top59082','ISDN Access Devices','http://www.321burn.com/scp/Networking/ISDN_Access_Devices.html') oCMenu.makeMenu('sub59017','top59082','IP Communication Servers','http://www.321burn.com/scp/Networking/IP_Communication_Servers.html') oCMenu.makeMenu('top59070','','','http://www.321burn.com/mcp/Software.html','',0,0,'images/software1.png','images/software2.png') oCMenu.makeMenu('sub83353','top59070','burning software','http://www.321burn.com/scp/Software/burning_software.html') oCMenu.makeMenu('sub60420','top59070','Accounting Software','http://www.321burn.com/scp/Software/Accounting_Software.html') oCMenu.makeMenu('sub58836','top59070','Antivirus and Security Software','http://www.321burn.com/scp/Software/Antivirus_and_Security_Software.html') oCMenu.makeMenu('sub59072','top59070','Computer Utilities','http://www.321burn.com/scp/Software/Computer_Utilities.html') oCMenu.makeMenu('sub58828','top59070','Desktop Publishing Software','http://www.321burn.com/scp/Software/Desktop_Publishing_Software.html') oCMenu.makeMenu('sub60510','top59070','Email Software','http://www.321burn.com/scp/Software/Email_Software.html') oCMenu.makeMenu('sub59056','top59070','Enterprise Resource Planning (ERP) software','http://www.321burn.com/scp/Software/Enterprise_Resource_Planning_(ERP)_software.html') oCMenu.makeMenu('sub59071','top59070','Multimedia Software','http://www.321burn.com/scp/Software/Multimedia_Software.html') oCMenu.makeMenu('sub58965','top59070','Navigation Software','http://www.321burn.com/scp/Software/Navigation_Software.html') oCMenu.makeMenu('sub59073','top59070','Networking Software','http://www.321burn.com/scp/Software/Networking_Software.html') oCMenu.makeMenu('sub58826','top59070','Office Suites','http://www.321burn.com/scp/Software/Office_Suites.html') oCMenu.makeMenu('sub58825','top59070','Operating Systems','http://www.321burn.com/scp/Software/Operating_Systems.html') oCMenu.makeMenu('sub60492','top59070','Presentation Software','http://www.321burn.com/scp/Software/Presentation_Software.html') oCMenu.makeMenu('sub60493','top59070','Project Management Software','http://www.321burn.com/scp/Software/Project_Management_Software.html') oCMenu.makeMenu('sub58935','top59070','Software Licenses/Upgrades','http://www.321burn.com/scp/Software/Software_Licenses/Upgrades.html') oCMenu.makeMenu('sub60494','top59070','Spreadsheet Software','http://www.321burn.com/scp/Software/Spreadsheet_Software.html') oCMenu.makeMenu('sub58829','top59070','Word Processors','http://www.321burn.com/scp/Software/Word_Processors.html') oCMenu.makeMenu('sub58946','top59070','Software Books and Manuals','http://www.321burn.com/scp/Software/Software_Books_and_Manuals.html') oCMenu.makeMenu('top59084','','','http://www.321burn.com/mcp/Office.html','',0,0,'images/office1.png','images/office2.png') oCMenu.makeMenu('sub83667','top59084','typewriters & accessories','http://www.321burn.com/scp/Office/typewriters_&_accessories.html') oCMenu.makeMenu('sub84796','top59084','paper shredders','http://www.321burn.com/scp/Office/paper_shredders.html') oCMenu.makeMenu('sub84802','top59084','cleaning wipes for office','http://www.321burn.com/scp/Office/cleaning_wipes_for_office.html') oCMenu.makeMenu('sub60541','top59084','Boards','http://www.321burn.com/scp/Office/Boards.html') oCMenu.makeMenu('sub59085','top59084','Desk Accessories','http://www.321burn.com/scp/Office/Desk_Accessories.html') oCMenu.makeMenu('sub59086','top59084','Drafting Supplies','http://www.321burn.com/scp/Office/Drafting_Supplies.html') oCMenu.makeMenu('sub60001','top59084','Cleansing Kit','http://www.321burn.com/scp/Office/Cleansing_Kit.html') oCMenu.makeMenu('sub60476','top59084','Folders and Binders','http://www.321burn.com/scp/Office/Folders_and_Binders.html') oCMenu.makeMenu('sub60428','top59084','Laminators','http://www.321burn.com/scp/Office/Laminators.html') oCMenu.makeMenu('sub59087','top59084','Mail Supplies','http://www.321burn.com/scp/Office/Mail_Supplies.html') oCMenu.makeMenu('sub60477','top59084','Office Furniture','http://www.321burn.com/scp/Office/Office_Furniture.html') oCMenu.makeMenu('sub58908','top59084','Paper Cutters','http://www.321burn.com/scp/Office/Paper_Cutters.html') oCMenu.makeMenu('sub60363','top59084','Writing Instruments','http://www.321burn.com/scp/Office/Writing_Instruments.html') oCMenu.makeMenu('sub58906','top59084','Fax Machine','http://www.321burn.com/scp/Office/Fax_Machine.html') oCMenu.makeMenu('sub59069','top59084','VoIP Telephone Adapters','http://www.321burn.com/scp/Office/VoIP_Telephone_Adapters.html') oCMenu.makeMenu('sub58999','top59084','Transceivers Media Converters','http://www.321burn.com/scp/Office/Transceivers_Media_Converters.html') oCMenu.makeMenu('sub58961','top59084','Telephony Cables','http://www.321burn.com/scp/Office/Telephony_Cables.html') oCMenu.makeMenu('sub59053','top59084','Telephone Number Indicators','http://www.321burn.com/scp/Office/Telephone_Number_Indicators.html') oCMenu.makeMenu('sub58844','top59084','Telephones','http://www.321burn.com/scp/Office/Telephones.html') oCMenu.makeMenu('sub58842','top59084','Telephone Switching Equipment','http://www.321burn.com/scp/Office/Telephone_Switching_Equipment.html') oCMenu.makeMenu('sub58843','top59084','Switchboard Equipment','http://www.321burn.com/scp/Office/Switchboard_Equipment.html') oCMenu.makeMenu('sub68357','top59084','Table Lamps','http://www.321burn.com/scp/Office/Table_Lamps.html') oCMenu.makeMenu('sub59093','top59084','Security','http://www.321burn.com/scp/Office/Security.html') oCMenu.makeMenu('top68078','','','http://www.321burn.com/mcp/Home_and_Leisure.html','',0,0,'images/homeleisure1.png','images/homeleisure2.png') oCMenu.makeMenu('sub58971','top68078','GPS and Navigators','http://www.321burn.com/scp/Home_and_Leisure/GPS_and_Navigators.html') oCMenu.makeMenu('sub59039','top68078','Mobile Devices Chargers','http://www.321burn.com/scp/Home_and_Leisure/Mobile_Devices_Chargers.html') oCMenu.makeMenu('sub58845','top68078','Mobile Phones','http://www.321burn.com/scp/Home_and_Leisure/Mobile_Phones.html') oCMenu.makeMenu('sub61764','top68078','Screen Protectors','http://www.321burn.com/scp/Home_and_Leisure/Screen_Protectors.html') oCMenu.makeMenu('sub68352','top68078','Calculators','http://www.321burn.com/scp/Home_and_Leisure/Calculators.html') oCMenu.makeMenu('sub68202','top68078','Electricals','http://www.321burn.com/scp/Home_and_Leisure/Electricals.html') oCMenu.makeMenu('sub68361','top68078','Mobile Phone Covers','http://www.321burn.com/scp/Home_and_Leisure/Mobile_Phone_Covers.html') oCMenu.makeMenu('sub59040','top68078','Car Kits','http://www.321burn.com/scp/Home_and_Leisure/Car_Kits.html') oCMenu.makeMenu('sub60528','top68078','Mobile Phone Cables','http://www.321burn.com/scp/Home_and_Leisure/Mobile_Phone_Cables.html') oCMenu.makeMenu('sub58997','top68078','Telephone Holders','http://www.321burn.com/scp/Home_and_Leisure/Telephone_Holders.html') oCMenu.makeMenu('top68079','','','http://www.321burn.com/mcp/Consumables.html','',0,0,'images/consumables1.png','images/consumables2.png') oCMenu.makeMenu('sub68086','top68079','Blank Media','http://www.321burn.com/scp/Consumables/Blank_Media.html') oCMenu.makeMenu('sub58930','top68079','Paper','http://www.321burn.com/scp/Consumables/Paper.html') oCMenu.makeMenu('sub59096','top68079','Printer Films','http://www.321burn.com/scp/Consumables/Printer_Films.html') oCMenu.makeMenu('sub58914','top68079','Printing Supplies','http://www.321burn.com/scp/Consumables/Printing_Supplies.html') oCMenu.makeMenu('sub59083','top68079','Data Storage Supplies','http://www.321burn.com/scp/Consumables/Data_Storage_Supplies.html') oCMenu.makeMenu('sub69662','top68079','Typewriter Ribbons','http://www.321burn.com/scp/Consumables/Typewriter_Ribbons.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