/*<![CDATA[*/
function IEHoverPseudo() {

	var navItems = document.getElementById("primary-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuparent") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuparent"; }
		}
	}

}
window.onload = IEHoverPseudo;
/*]]>*/



   b1 = new Image();
   b1.src = "http://www.earthbeneath.com/images/clothing/basketcase-front.jpg";
   b2 = new Image();
   b2.src = "http://www.earthbeneath.com/images/clothing/basketcase-back.jpg";
   b3 = new Image();
   b3.src = "http://www.earthbeneath.com/images/clothing/basketcase-model.jpg";
   ctr1 = new Image();
   ctr1.src = "http://www.earthbeneath.com/images/clothing/considertheravens-front.jpg";
   ctr2 = new Image();
   ctr2.src = "http://www.earthbeneath.com/images/clothing/considertheravens-back.jpg";
   ctr3 = new Image();
   ctr3.src = "http://www.earthbeneath.com/images/clothing/considertheravens-model.jpg";
   eb1 = new Image();
   eb1.src = "http://www.earthbeneath.com/images/clothing/earthbeneath-front.jpg";
   eb2 = new Image();
   eb2.src = "http://www.earthbeneath.com/images/clothing/earthbeneath-model.jpg";
   fr1 = new Image();
   fr1.src = "http://www.earthbeneath.com/images/clothing/farremoved-front.jpg";
   fr2 = new Image();
   fr2.src = "http://www.earthbeneath.com/images/clothing/farremoved-back.jpg";
   fr3 = new Image();
   fr3.src = "http://www.earthbeneath.com/images/clothing/farremoved-model.jpg";
   lim1 = new Image();
   lim1.src = "http://www.earthbeneath.com/images/clothing/lessismore-front.jpg";
   lim2 = new Image();
   lim2.src = "http://www.earthbeneath.com/images/clothing/lessismore-back.jpg";
   lim3 = new Image();
   lim3.src = "http://www.earthbeneath.com/images/clothing/lessismore-model.jpg";
   lt1 = new Image();
   lt1.src = "http://www.earthbeneath.com/images/clothing/liontamer-front.jpg";
   lt2 = new Image();
   lt2.src = "http://www.earthbeneath.com/images/clothing/liontamer-back.jpg";
   lt3 = new Image();
   lt3.src = "http://www.earthbeneath.com/images/clothing/liontamer-model.jpg";
   mtc1 = new Image();
   mtc1.src = "http://www.earthbeneath.com/images/clothing/morethanconquerors-front.jpg";
   mtc2 = new Image();
   mtc2.src = "http://www.earthbeneath.com/images/clothing/morethanconquerors-back.jpg";
   mtc3 = new Image();
   mtc3.src = "http://www.earthbeneath.com/images/clothing/morethanconquerors-model.jpg";
   pc1 = new Image();
   pc1.src = "http://www.earthbeneath.com/images/clothing/paradisecity-front.jpg";
   pc2 = new Image();
   pc2.src = "http://www.earthbeneath.com/images/clothing/paradisecity-back.jpg";
   pc3 = new Image();
   pc3.src = "http://www.earthbeneath.com/images/clothing/paradisecity-model.jpg";
   w1 = new Image();
   w1.src = "http://www.earthbeneath.com/images/clothing/worthless-front.jpg";
   w2 = new Image();
   w2.src = "http://www.earthbeneath.com/images/clothing/worthless-back.jpg";
   w3 = new Image();
   w3.src = "http://www.earthbeneath.com/images/clothing/worthless-model.jpg";

   function show_image(photo){
    if(photo==b1){document.images['large'].src=b1.src;}
    if(photo==b2){document.images['large'].src=b2.src;}
    if(photo==b3){document.images['large'].src=b3.src;}
    if(photo==ctr1){document.images['large'].src=ctr1.src;}
    if(photo==ctr2){document.images['large'].src=ctr2.src;}
    if(photo==ctr3){document.images['large'].src=ctr3.src;}
    if(photo==eb1){document.images['large'].src=eb1.src;}
    if(photo==eb2){document.images['large'].src=eb2.src;}
    if(photo==fr1){document.images['large'].src=fr1.src;}
    if(photo==fr2){document.images['large'].src=fr2.src;}
    if(photo==fr3){document.images['large'].src=fr3.src;}
    if(photo==lim1){document.images['large'].src=lim1.src;}
    if(photo==lim2){document.images['large'].src=lim2.src;}
    if(photo==lim3){document.images['large'].src=lim3.src;}
    if(photo==lt1){document.images['large'].src=lt1.src;}
    if(photo==lt2){document.images['large'].src=lt2.src;}
    if(photo==lt3){document.images['large'].src=lt3.src;}
    if(photo==mtc1){document.images['large'].src=mtc1.src;}
    if(photo==mtc2){document.images['large'].src=mtc2.src;}
    if(photo==mtc3){document.images['large'].src=mtc3.src;}
    if(photo==pc1){document.images['large'].src=pc1.src;}
    if(photo==pc2){document.images['large'].src=pc2.src;}
    if(photo==pc3){document.images['large'].src=pc3.src;}
    if(photo==w1){document.images['large'].src=w1.src;}
    if(photo==w2){document.images['large'].src=w2.src;}
    if(photo==w3){document.images['large'].src=w3.src;}
   }
