



//	Rulers and Cutting

var menu1=new Array();

menu1[0]='<a href="index.php?cPath=41_45">SafetyRuler & Line Cutting</a>'

menu1[1]='<a href="index.php?cPath=41_26">Knives & Specialty Cutters</a>'

menu1[2]='<a href="index.php?cPath=41_42">BladeBreaker</a>'

menu1[3]='<a href="index.php?cPath=41_34">Cutting Mats</a>'

menu1[4]='<a href="index.php?cPath=41_95">Spare Blades</a>'





//	Sign Tools

var menu2=new Array()

menu2[0]='<a href="index.php?cPath=43_48">Squeegees & Accessories</a>'

menu2[1]='<a href="index.php?cPath=43_44">Rollers</a>'

menu2[2]='<a href="index.php?cPath=43_49">Magnets & App gadgets</a>'

//menu2[3]='<a href="index.php?cPath=43_50">HeavyHolder & YelloBrush</a>'

menu2[4]='<a href="index.php?cPath=43_50">Special Tools</a>'

//menu2[5]='<a href="index.php?cPath=43_52">Panel Carrying Aids</a>'

//menu2[6]='<a href="index.php?cPath=43_53">EasyPress & SprayMaster</a>'

//menu2[7]='<a href="index.php?cPath=43_54">EasyEdge</a>'

menu2[8]='<a href="index.php?cPath=43_55">BoostBox & Appfix</a>'

menu2[9]='<a href="index.php?cPath=43_56">Measuring Solutions</a>'

//menu2[10]='<a href="index.php?cPath=43_57">SpeedLaser</a>'





//	Tool Belts and Boxes

var menu3=new Array()

menu3[0]='<a href="index.php?cPath=58_59">Tool Bags</a>'

menu3[1]='<a href="index.php?cPath=58_60">Kits & Accessories</a>'

//menu3[2]='<a href="index.php?cPath=58_61">SignToolBox</a>'

//menu3[3]='<a href="index.php?cPath=58_64">YelloStrap & EasyCord</a>'

//menu3[4]='<a href="index.php?cPath=58_65">ProHold & SumoStrap</a>'

//menu3[5]='<a href="index.php?cPath=58_63">YelloStrap & EasyCord</a>'





//	Assembly Tools

var menu4=new Array()

menu4[0]='<a href="index.php?cPath=66_67">SignSetter / SignLevel</a>'

menu4[1]='<a href="index.php?cPath=66_69">Screws & Mounting</a>'

//menu4[2]='<a href="index.php?cPath=66_70">YelloRivet</a>'

//menu4[3]='<a href="index.php?cPath=66_71">CosyCorner</a>'





//	Cleaning and Pred

var menu5=new Array()

//menu5[0]='<a href="index.php?cPath=72_73">Cleaning & Prep Fluids</a>'

//menu5[1]='<a href="index.php?cPath=72_74">NanoEx - Nano Remover!</a>'

//menu5[2]='<a href="index.php?cPath=72_75">Fluid Starter Packs</a>'

menu5[3]='<a href="index.php?cPath=72_76">Yello Dusty</a>'

menu5[4]='<a href="index.php?cPath=72_77">PowerCleaner</a>'





//	Car Wrap Tools

var menu6=new Array()

menu6[0]='<a href="index.php?cPath=78_79">Secial Tools</a>'

menu6[1]='<a href="index.php?cPath=78_80">WrapTornado & Laser</a>'

menu6[2]='<a href="index.php?cPath=78_81">WrapGun, Temper & Gloves</a>'

//menu6[3]='<a href="index.php?cPath=78_82">YelloSchuttle</a>'

//menu6[4]='<a href="index.php?cPath=78_83">YelloGloves</a>'

menu6[5]='<a href="index.php?cPath=78_96">Super Platinum Sigmaker Set</a>'





//	Roll Handling

var menu7=new Array()

menu7[0]='<a href="index.php?cPath=85_86">SpeedClips & Tools</a>'

menu7[1]='<a href="index.php?cPath=85_87">Roll Storage</a>'

//menu7[2]='<a href="index.php?cPath=85_88">Rack&acute;s & Roll Stands</a>'





//	Other Cool Stuff

var menu8=new Array()

menu8[0]='<a href="index.php?cPath=89_90">OldStyleBracket</a>'

//menu8[1]='<a href="index.php?cPath=89_91">Sign TooKits & Texture Plus</a>'

//menu8[2]='<a href="index.php?cPath=89_92">Yellotools Logo Wear!</a>'





//	More...

var menu9=new Array()

menu9[0]='<a href="shop_content.php?coID=1">Shipping & Returns</a>'

menu9[1]='<a href="shop_content.php?coID=2">Privacy Policy</a>'

menu9[3]='<a href="shop_content.php?coID=4">Imprint</a>'

menu9[4]='<a href="shop_content.php?coID=7">Contact</a>'

menu9[5]='<a href="shop_content.php?coID=8">Product Overview</a>'

// menu9[6]='<a href="http://www.swiflet.com/yellotools/signmakingtools/1/1/">Catalog</a>'







// Menü Eigenschaften wird hier eingestellt



var menuwidth='200px' 			// Default Menü-Breite

var menubgcolor='#3E3E3E'   	// Menü Hintergrund Farbe

var disappeardelay=300  		// Menü verschwinden onMouseout Geschwindigkeit (in Millisekunden)

var hidemenu_onclick="yes"  	// Menü ausblenden, wenn der Benutzer klickt

var ie4=document.all

var ns6=document.getElementById&&!document.all



if (ie4||ns6)

document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')



function getposOffset(what, offsettype){

var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;

var parentEl=what.offsetParent;

while (parentEl!=null){

totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;

parentEl=parentEl.offsetParent;

}

return totaloffset;

}



function showhide(obj, e, visible, hidden, menuwidth){

if (ie4||ns6)

dropmenuobj.style.left=dropmenuobj.style.top="-500px"

if (menuwidth!=""){

dropmenuobj.widthobj=dropmenuobj.style

dropmenuobj.widthobj.width=menuwidth

}

if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")

obj.visibility=visible

else if (e.type=="click")

obj.visibility=hidden

}



function iecompattest(){

return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body

}



function clearbrowseredge(obj, whichedge){

var edgeoffset=0

if (whichedge=="rightedge"){

var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15

dropmenuobj.contentmeasure=dropmenuobj.offsetWidth

if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)

edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth

}

else{

var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset

var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18

dropmenuobj.contentmeasure=dropmenuobj.offsetHeight

if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?

edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight

if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?

edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge

}

}

return edgeoffset

}



function populatemenu(what){

if (ie4||ns6)

dropmenuobj.innerHTML=what.join("")

}



function dropdownmenu(obj, e, menucontents, menuwidth){

if (window.event) event.cancelBubble=true

else if (e.stopPropagation) e.stopPropagation()

clearhidemenu()

dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv

populatemenu(menucontents)



if (ie4||ns6){

showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)



dropmenuobj.x=getposOffset(obj, "left")

dropmenuobj.y=getposOffset(obj, "top")

dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"

dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"

}



return clickreturnvalue()

}



function clickreturnvalue(){

if (ie4||ns6) return false

else return true

}



function contains_ns6(a, b) {

while (b.parentNode)

if ((b = b.parentNode) == a)

return true;

return false;

}



function dynamichide(e){

if (ie4&&!dropmenuobj.contains(e.toElement))

delayhidemenu()

else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))

delayhidemenu()

}



function hidemenu(e){

if (typeof dropmenuobj!="undefined"){

if (ie4||ns6)

dropmenuobj.style.visibility="hidden"

}

}



function delayhidemenu(){

if (ie4||ns6)

delayhide=setTimeout("hidemenu()",disappeardelay)

}



function clearhidemenu(){

if (typeof delayhide!="undefined")

clearTimeout(delayhide)

}



if (hidemenu_onclick=="yes")

document.onclick=hidemenu

function MM_findObj(n, d) { //v4.01

  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);

  if(!x && d.getElementById) x=d.getElementById(n); return x;

}


