function buyClothSub(thisform){ // var x = thisform.selectSize.selectedIndex; // var ID = thisform.selectSize[x].value; // var urlStart = "http://www.napalmrecords.com/product_info.php?products_id=12166&osCsid=7e4750bd72feb24876e2001c0361d2b4"; // urlStart = urlStart+"&action=buy_now&products_id="+ID; // window.location.href = urlStart; var x = thisform.selectedIndex; var ID = thisform[x].value; var urlStart = "http://www.napalmrecords.com/product_info.php?products_id=12166&osCsid=7e4750bd72feb24876e2001c0361d2b4"; urlStart = urlStart+"&action=buy_now&products_id="+ID; window.location.href = urlStart; } function buyCloth(thisform){ var ID = thisform.value; var urlStart = "http://www.napalmrecords.com/product_info.php?products_id=12166&osCsid=7e4750bd72feb24876e2001c0361d2b4"; urlStart = urlStart+"&action=buy_now&products_id="+ID; window.location.href = urlStart; } function ChangeArticle(select){ var ID = select.options[select.options.selectedIndex].value; var link = "product_info.php?products_id=" + ID; window.location.href = link; } //-->