<!--

function total() {
yen = 0+95000+35000+150000;
for (i=0; i< document.A_Form.length-1; i++) {
if (document.A_Form.elements[i].checked) {
yen += eval(document.A_Form.elements[i].value);
}
}
document.A_Form._total.value = yen;
}

<!-- InstanceBegin template="http://www.mobaraku.jp/" codeOutsideHTMLIsLocked="false" -->
//-->
