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=11315&showall=1&osCsid=1195545eaaa0419abda34e6d2603141a"; // 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=11315&showall=1&osCsid=1195545eaaa0419abda34e6d2603141a"; 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=11315&showall=1&osCsid=1195545eaaa0419abda34e6d2603141a"; 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; } //-->