<script language="JavaScript1.2">



var submenu=new Array()



 
submenu[0]=' <div class="L21">Classic</div> <div class="Lbody">The Penfield Classic line has been relied on since 1975 for performance, quality and reliability in a wide range of conditions, a fusion of fashion and function.</div> '

submenu[1]=' <div class="L21">Trailwear</div> <div class="Lbody">The Penfield Trailwear label was created in the 1970s - it is a range that symbolises the heritage and quality of those early years and the spirit of what Penfield still stands for.</div> '

submenu[2]=' <div class="L21">Black Bear</div> <div class="Lbody">The Penfield Black Bear label signifies the premium series of the Penfield collection. It emphasises contemporary design with a mix of technical and premium fabrics.</div> '

submenu[3]=' <div class="L21">FW10</div> <div class="Lbody">The Penfield FW10 collection comprises of three labels; Classic, Trailwear and Black Bear.  Use the navigation to the left to learn more about the three Penfield labels.</div> '


var delay_hide=400



var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

</script>
