$(document).ready(function(){$("#btnOrg2000Buy").click(function(){window.location.href="/checkout.ashx?m="+$("#rbtOrg2000 input[type='radio']:checked").val()+"&productid=214"});$("#btnOrg5000Buy").click(function(){window.location.href="/checkout.ashx?m="+$("#rbtOrg5000 input[type='radio']:checked").val()+"&productid=215"});$("#btnInd500Buy").click(function(){window.location.href="/checkout.ashx?m="+$("#rbtInd500 input[type='radio']:checked").val()+"&productid=216"});$("#btnInd2000Buy").click(function(){window.location.href="/checkout.ashx?m="+$("#rbtInd2000 input[type='radio']:checked").val()+"&productid=217"});$("#prodtlaccordian").accordion({collapsible:!0,active:0,heightStyle:"content"})})