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=11310&showall=1&osCsid=81d3590a87814f669ae90bef2f5df6da"; // 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=11310&showall=1&osCsid=81d3590a87814f669ae90bef2f5df6da"; 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=11310&showall=1&osCsid=81d3590a87814f669ae90bef2f5df6da"; 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; } //-->