var paths = new Array(); paths["White"]="white.png"; paths["Grey"]="gray.png"; paths["Gray"]="gray.png"; paths["Athletic Heather"]="heather.png"; paths["Pink"]="pink.png"; paths["Kelly"]="kelly.png"; paths["Orange"]="orange.png"; paths["Red"]="red.png"; paths["White/Red"]="red.png"; paths["Yellow"]="yellow.png"; paths["Black"]="black.png"; paths["White/Black"]="black.png"; paths["Navy"]="navy.png"; paths["White/Navy"]="navy.png"; paths["Grey/Black"]="grey-black.png"; function changeStyle(clr){ var bgurl = "url(\'http://www.witnesswearclothing.com/prods/"+ folder +"/color/"+ paths[clr] +"\')"; if (document.getElementById) { var nodeObj = document.getElementById('product') nodeObj.style.background = bgurl; } }