function load()
{
window.status = "Made by Ville Leivo 15.07.2002"
}

function count()
{
var item1price = 1;
var item2price = 1;
var item3price = 1;
var item4price = 1;
var item5price = 1;
var item6price = 1;
var item7price = 1;
var item8price = 1;
var item9price = 1;
var item10price = 1;
var item11price = 1;
var item12price = 1;
var item13price = 1;
var item14price = 1;
var item15price = 1;
var item16price = 1;
var item17price = 1;

var temptext = ""; 
 // kortti
 if (calc.item1.checked){
   var witem1 = document.calc.item1.value = item1price;
 } else {
   var witem1 = document.calc.item1.value = 0;
 }

 if (calc.item2.checked){
   var witem2 = document.calc.item2.value = item2price;
 } else {
   var witem2 = document.calc.item2.value = 0;
 }

 // www-sivut
 if (calc.item3.checked) {
   var witem3 = document.calc.item3.value = item3price;
 } else {
   var witem3 = document.calc.item3.value = 0;
 }
 if (calc.item4.checked) {
   var witem4 = document.calc.item4.value = item4price;
 } else {
   var witem4 = document.calc.item4.value = 0;
 }
 
 if (calc.item5.checked){
   var witem5 = document.calc.item5.value = item5price;
 } else {
   var witem5 = document.calc.item5.value = 0;
 }

 if (calc.item6.checked){
   var witem6 = document.calc.item6.value = item6price;
 } else {
   var witem6 = document.calc.item6.value = 0;
 }

 // www-sivut
 if (calc.item7.checked) {
   var witem7 = document.calc.item7.value = item7price;
 } else {
   var witem7 = document.calc.item7.value = 0;
 }
 if (calc.item8.checked) {
   var witem8 = document.calc.item8.value = item8price;
 } else {
   var witem8 = document.calc.item8.value = 0;
 }
 
 if (calc.item9.checked){
   var witem9 = document.calc.item9.value = item9price;
 } else {
   var witem9 = document.calc.item9.value = 0;
 }

 if (calc.item10.checked){
   var witem10 = document.calc.item10.value = item10price;
 } else {
   var witem10 = document.calc.item10.value = 0;
 }

 // www-sivut
 if (calc.item11.checked) {
   var witem11 = document.calc.item11.value = item11price;
 } else {
   var witem11 = document.calc.item11.value = 0;
 }
 if (calc.item12.checked) {
   var witem12 = document.calc.item12.value = item12price;
 } else {
   var witem12 = document.calc.item12.value = 0;
 }
 
 if (calc.item13.checked){
   var witem13 = document.calc.item13.value = item13price;
 } else {
   var witem13 = document.calc.item13.value = 0;
 }

 if (calc.item14.checked){
   var witem14 = document.calc.item14.value = item14price;
 } else {
   var witem14 = document.calc.item14.value = 0;
 }

 // www-sivut
 if (calc.item15.checked) {
   var witem15 = document.calc.item15.value = item15price;
 } else {
   var witem15 = document.calc.item15.value = 0;
 }
 if (calc.item16.checked) {
   var witem16 = document.calc.item16.value = item16price;
 } else {
   var witem16 = document.calc.item16.value = 0;
 }
 if (calc.item17.checked) {
   var witem17 = document.calc.item17.value = item17price;
 } else {
   var witem17 = document.calc.item17.value = 0;
 }
 
 
  
 document.calc.pay.value = witem1 + witem2 + witem3 + witem4 + witem5 + witem6 + witem7 + witem8 + witem9 + witem10 + witem11 + witem12 + witem13 + witem14 + witem15 + witem16 +witem17;
  var temptext = witem1 + witem2 + witem3 + witem4 + witem5 + witem6 + witem7 + witem8 + witem9 + witem10 + witem11 + witem12 + witem13 + witem14 + witem15 + witem16 +witem17;
 if (temptext == 0) {document.calc.textstuff.value = "Congratulations. Your body is healthier than average, however, it would still benefit from the Total Shake System for overall health maintenance and rejuvenation.";}
 else {if (temptext == 1) {document.calc.textstuff.value = "Your body is showing MODERATE signs of toxicity and nutrient deficiency, and would greatly benefit from the 21-Day Phase 1 Total Detox.";}
 else {if (temptext == 2) {document.calc.textstuff.value = "Your body is showing SERIOUS signs of toxicity and nutrient deficiency, and requires immediate detoxification.  The Total Shake System would greatly improve your overall health in a few short weeks.";}
 else {if (temptext == 3) {document.calc.textstuff.value = "Your body is showing SERIOUS signs of toxicity and nutrient deficiency, and requires immediate detoxification.  The Total Shake System would greatly improve your overall health in a few short weeks.";}
 else {if (temptext >= 4) {document.calc.textstuff.value = "Your body is showing EXTREME signs of toxicity and nutrient deficiency.  You need to start the Total Shake System immediately!";}}}}}
}




