// function to return the index of the checked box function getPrdIndex(el) { for (gi = 0; gi < prdArray.length; gi++) { if (prdArray[gi] == el) break; } return gi; } function getSelectedPackIndex(){ var retIndex = "-1"; for (i=0; i FREE with Store"; else document.getElementById("galPrice").innerHTML = " $2.95 /month"; } else { if (chk) document.forms['form1'].elements['galPrice'].options[0] = new Option("FREE with Store", ""); else document.forms['form1'].elements['galPrice'].options[0] = new Option("$2.95", ""); document.forms['form1'].elements['galPrice'].options[0].selected = true; } } function writeCompete(chk){ if (is_dhtml){ if (chk){ document.getElementById("compPro").innerHTML = "Sales Analyzer Pro - $19.95 /month"; } else { document.getElementById("compPro").innerHTML = "Sales Analyzer - $5.95 /month"; } } }