function load()
{

}
function count()
{


// kortti if(eval("document.myform.item"+i+".checked"))
if (document.shop.item1.checked){
       document.shop.qty1.value = 1;
} else {
       document.shop.qty1.value = 0;
}

if (document.shop.item2.checked){
       document.shop.qty2.value = 1;
} else {
       document.shop.qty2.value = 0;
}

// www-sivut
if (document.shop.item3.checked){
       document.shop.qty3.value = 1;
} else {
       document.shop.qty3.value = 0;
}
  if (document.shop.item4.checked){
       document.shop.qty4.value = 1;
} else {
       document.shop.qty4.value = 0;
}

  if (document.shop.item5.checked){
       document.shop.qty5.value = 1;
} else {
       document.shop.qty5.value = 0;
}

  if (document.shop.item6.checked){
       document.shop.qty6.value = 1;
} else {
       document.shop.qty6.value = 0;
}

  if (document.shop.item7.checked){
       document.shop.qty7.value = 1;
} else {
       document.shop.qty7.value = 0;
}

  if (document.shop.item8.checked){
       document.shop.qty8.value = 1;
} else {
       document.shop.qty8.value = 0;
}

  if (document.shop.item9.checked){
       document.shop.qty9.value = 1;
} else {
       document.shop.qty9.value = 0;
}

  if (document.shop.item10.checked){
       document.shop.qty10.value = 1;
} else {
       document.shop.qty10.value = 0;
}

if (document.shop.item11.checked){
       document.shop.qty11.value = 1;
} else {
       document.shop.qty11.value = 0;
}

if (document.shop.item12.checked){
       document.shop.qty12.value = 1;
} else {
       document.shop.qty12.value = 0;
}

// www-sivut
if (document.shop.item13.checked){
       document.shop.qty13.value = 1;
} else {
       document.shop.qty13.value = 0;
}
  if (document.shop.item14.checked){
       document.shop.qty14.value = 1;
} else {
       document.shop.qty14.value = 0;
}

  if (document.shop.item15.checked){
       document.shop.qty15.value = 1;
} else {
       document.shop.qty15.value = 0;
}

  if (document.shop.item16.checked){
       document.shop.qty16.value = 1;
} else {
       document.shop.qty16.value = 0;
}

  if (document.shop.item17.checked){
       document.shop.qty17.value = 1;
} else {
       document.shop.qty17.value = 0;
}

  if (document.shop.item18.checked){
       document.shop.qty18.value = 1;
} else {
       document.shop.qty18.value = 0;
}

  if (document.shop.item19.checked){
       document.shop.qty19.value = 1;
} else {
       document.shop.qty19.value = 0;
}

  if (document.shop.item20.checked){
       document.shop.qty20.value = 1;
} else {
       document.shop.qty20.value = 0;
}

  if (document.shop.item21.checked){
       document.shop.qty21.value = 1;
} else {
       document.shop.qty21.value = 0;
}

  if (document.shop.item22.checked){
       document.shop.qty22.value = 1;
} else {
       document.shop.qty22.value = 0;
}

  if (document.shop.item23.checked){
       document.shop.qty23.value = 1;
} else {
       document.shop.qty23.value = 0;
}

  if (document.shop.item24.checked){
       document.shop.qty24.value = 1;
} else {
       document.shop.qty24.value = 0;
}

}


