function high(which){
theobject=which
highlighting=setInterval("highlightit(theobject)",59)
}
function low(which){
clearInterval(highlighting)
theobject=which
lowlighting=setInterval("lowlightit(theobject)",59)
}
function highlightit(cur){
if (cur.filters.alpha.opacity<=100)
cur.filters.alpha.opacity+=4
else if (window.highlighting)
clearInterval(highlighting)
}
function lowlightit(cur){
if (cur.filters.alpha.opacity>=59)
cur.filters.alpha.opacity-=4
else if (window.lowlighting)
clearInterval(lowlighting)
}
function high1(which){
which.filters.alpha.opacity=100
}
function low1(which){
which.filters.alpha.opacity=70
}


function check() 
{ 
  var strchoice=""; 
  for(var i=0;i<document.form.embody.length;i++) 
  { 
  if (document.form.embody[i].checked) 
   { 
    strchoice=strchoice+document.form.embody[i].value+","; 
    } 
  } 
  if (!document.form.embody.length) 
  { 
   if (document.form.embody.checked) 
   { 
    strchoice=document.form.embody[i].value;+"," 
    } 
  } 
  strchoice=strchoice.substring(0,strchoice.length-1); 
  document.form.embody1.value=strchoice;
  
  
  var strchoice1=""; 
  for(var i=0;i<document.form.targets.length;i++) 
  { 
  if (document.form.targets[i].checked) 
   { 
    strchoice1=strchoice1+document.form.targets[i].value+","; 
    } 
  } 
  if (!document.form.targets.length) 
  { 
   if (document.form.targets.checked) 
   { 
    strchoice1=document.form.targets[i].value;+"," 
    } 
  } 
  strchoice1=strchoice1.substring(0,strchoice1.length-1); 
  document.form.targets1.value=strchoice1;
  
  
  var strchoice2=""; 
  for(var i=0;i<document.form.provide.length;i++) 
  { 
  if (document.form.provide[i].checked) 
   { 
    strchoice2=strchoice2+document.form.provide[i].value+","; 
    } 
  } 
  if (!document.form.provide.length) 
  { 
   if (document.form.provide.checked) 
   { 
    strchoice2=document.form.provide[i].value;+"," 
    } 
  } 
  strchoice2=strchoice2.substring(0,strchoice2.length-1); 
  document.form.provide1.value=strchoice2;
  
  
  var strchoice3=""; 
  for(var i=0;i<document.form.standard.length;i++) 
  { 
  if (document.form.standard[i].checked) 
   { 
    strchoice3=strchoice3+document.form.standard[i].value+","; 
    } 
  } 
  if (!document.form.standard.length) 
  { 
   if (document.form.standard.checked) 
   { 
    strchoice3=document.form.standard[i].value;+"," 
    } 
  } 
  strchoice3=strchoice3.substring(0,strchoice3.length-1); 
  document.form.standard1.value=strchoice3;
  
  
  var strchoice4=""; 
  for(var i=0;i<document.form.benefit.length;i++) 
  { 
  if (document.form.benefit[i].checked) 
   { 
    strchoice4=strchoice4+document.form.benefit[i].value+","; 
    } 
  } 
  if (!document.form.benefit.length) 
  { 
   if (document.form.benefit.checked) 
   { 
    strchoice4=document.form.benefit[i].value;+"," 
    } 
  } 
  strchoice4=strchoice4.substring(0,strchoice4.length-1); 
  document.form.benefit1.value=strchoice4;
  

  var strchoice5=""; 
  for(var i=0;i<document.form.conditions.length;i++) 
  { 
  if (document.form.conditions[i].checked) 
   { 
    strchoice5=strchoice5+document.form.conditions[i].value+","; 
    } 
  } 
  if (!document.form.conditions.length) 
  { 
   if (document.form.conditions.checked) 
   { 
    strchoice5=document.form.conditions[i].value;+"," 
    } 
  } 
  strchoice5=strchoice5.substring(0,strchoice5.length-1); 
  document.form.conditions1.value=strchoice5;



  var strchoice6=""; 
  for(var i=0;i<document.form.users.length;i++) 
  { 
  if (document.form.users[i].checked) 
   { 
    strchoice6=strchoice6+document.form.users[i].value+","; 
    } 
  } 
  if (!document.form.users.length) 
  { 
   if (document.form.users.checked) 
   { 
    strchoice6=document.form.users[i].value;+"," 
    } 
  } 
  strchoice6=strchoice6.substring(0,strchoice6.length-1); 
  document.form.users1.value=strchoice6;
} 
