function TotalCheckedValues() {
var total = 0;
var wght = 0;
if(document.F2.mc26.checked == true) { total += parseFloat(document.F2.mc26.value); wght += parseFloat(document.F2.mc26.wht); }
if(document.F2.mc25.checked == true) { total += parseFloat(document.F2.mc25.value); wght += parseFloat(document.F2.mc25.wht); }
if(document.F2.mc24.checked == true) { total += parseFloat(document.F2.mc24.value); wght += parseFloat(document.F2.mc24.wht); }
if(document.F2.mc23.checked == true) { total += parseFloat(document.F2.mc23.value); wght += parseFloat(document.F2.mc23.wht); }
if(document.F2.mc22.checked == true) { total += parseFloat(document.F2.mc22.value); wght += parseFloat(document.F2.mc22.wht); }
if(document.F2.mc21.checked == true) { total += parseFloat(document.F2.mc21.value); wght += parseFloat(document.F2.mc21.wht); }
if(document.F2.mc20.checked == true) { total += parseFloat(document.F2.mc20.value); wght += parseFloat(document.F2.mc20.wht); }
if(document.F2.mc19.checked == true) { total += parseFloat(document.F2.mc19.value); wght += parseFloat(document.F2.mc19.wht); }
if(document.F2.mc18.checked == true) { total += parseFloat(document.F2.mc18.value); wght += parseFloat(document.F2.mc18.wht); }
if(document.F2.mc17.checked == true) { total += parseFloat(document.F2.mc17.value); wght += parseFloat(document.F2.mc17.wht); }
if(document.F2.mc16.checked == true) { total += parseFloat(document.F2.mc16.value); wght += parseFloat(document.F2.mc16.wht); }
if(document.F2.mc15.checked == true) { total += parseFloat(document.F2.mc15.value); wght += parseFloat(document.F2.mc15.wht); }
if(document.F2.mc14.checked == true) { total += parseFloat(document.F2.mc14.value); wght += parseFloat(document.F2.mc14.wht); }
if(document.F2.mc13.checked == true) { total += parseFloat(document.F2.mc13.value); wght += parseFloat(document.F2.mc13.wht); }
if(document.F2.mc12.checked == true) { total += parseFloat(document.F2.mc12.value); wght += parseFloat(document.F2.mc12.wht); }
if(document.F2.mc11.checked == true) { total += parseFloat(document.F2.mc11.value); wght += parseFloat(document.F2.mc11.wht); }
if(document.F2.mc10.checked == true) { total += parseFloat(document.F2.mc10.value); wght += parseFloat(document.F2.mc10.wht); }
if(document.F2.mc09.checked == true) { total += parseFloat(document.F2.mc09.value); wght += parseFloat(document.F2.mc09.wht); }
if(document.F2.mc08.checked == true) { total += parseFloat(document.F2.mc08.value); wght += parseFloat(document.F2.mc08.wht); }
if(document.F2.mc07.checked == true) { total += parseFloat(document.F2.mc07.value); wght += parseFloat(document.F2.mc07.wht); }
if(document.F2.mc06.checked == true) { total += parseFloat(document.F2.mc06.value); wght += parseFloat(document.F2.mc06.wht); }
if(document.F2.mc04.checked == true) { total += parseFloat(document.F2.mc04.value); wght += parseFloat(document.F2.mc04.wht); }
var ts = new String(total);
if(ts.indexOf('.') < 0) { ts += '.00'; }
if(ts.indexOf('.') == (ts.length - 2)) { ts += '0'; }
document.F2.Cost.value = ts;
var wt = new String(wght);
if(wt.indexOf('.') < 0) { wt += '.00'; }
if(wt.indexOf('.') == (wt.length - 2)) { wt += '0'; }
document.F2.Weight.value = wt.toFixed(2);
}

function Emc26() {
if(document.F2.mc26.checked == false) { document.F2.nomc26.value = ""; }
else if(document.F2.mc26.checked == true) { document.F2.nomc26.value = "1"; }
}
function Emc25() {
if(document.F2.mc25.checked == false) { document.F2.nomc25.value = ""; }
else if(document.F2.mc25.checked == true) { document.F2.nomc25.value = "1"; }
}
function Emc24() {
if(document.F2.mc24.checked == false) { document.F2.nomc24.value = ""; }
else if(document.F2.mc24.checked == true) { document.F2.nomc24.value = "1"; }
}
function Emc23() {
if(document.F2.mc23.checked == false) { document.F2.nomc23.value = ""; }
else if(document.F2.mc23.checked == true) { document.F2.nomc23.value = "1"; }
}
function Emc22() {
if(document.F2.mc22.checked == false) { document.F2.nomc22.value = ""; }
else if(document.F2.mc22.checked == true) { document.F2.nomc22.value = "1"; }
}
function Emc21() {
if(document.F2.mc21.checked == false) { document.F2.nomc21.value = ""; }
else if(document.F2.mc21.checked == true) { document.F2.nomc21.value = "1"; }
}
function Emc20() {
if(document.F2.mc20.checked == false) { document.F2.nomc20.value = ""; }
else if(document.F2.mc20.checked == true) { document.F2.nomc20.value = "1"; }
}
function Emc19() {
if(document.F2.mc19.checked == false) { document.F2.nomc19.value = ""; }
else if(document.F2.mc19.checked == true) { document.F2.nomc19.value = "1"; }
}
function Emc18() {
if(document.F2.mc18.checked == false) { document.F2.nomc18.value = ""; }
else if(document.F2.mc18.checked == true) { document.F2.nomc18.value = "1"; }
}
function Emc17() {
if(document.F2.mc17.checked == false) { document.F2.nomc17.value = ""; }
else if(document.F2.mc17.checked == true) { document.F2.nomc17.value = "1"; }
}
function Emc16() {
if(document.F2.mc16.checked == false) { document.F2.nomc16.value = ""; }
else if(document.F2.mc16.checked == true) { document.F2.nomc16.value = "1"; }
}
function Emc15() {
if(document.F2.mc15.checked == false) { document.F2.nomc15.value = ""; }
else if(document.F2.mc15.checked == true) { document.F2.nomc15.value = "1"; }
}
function Emc14() {
if(document.F2.mc14.checked == false) { document.F2.nomc14.value = ""; }
else if(document.F2.mc14.checked == true) { document.F2.nomc14.value = "1"; }
}
function Emc13() {
if(document.F2.mc13.checked == false) { document.F2.nomc13.value = ""; }
else if(document.F2.mc13.checked == true) { document.F2.nomc13.value = "1"; }
}
function Emc12() {
if(document.F2.mc12.checked == false) { document.F2.nomc12.value = ""; }
else if(document.F2.mc12.checked == true) { document.F2.nomc12.value = "1"; }
}
function Emc11() {
if(document.F2.mc11.checked == false) { document.F2.nomc11.value = ""; }
else if(document.F2.mc11.checked == true) { document.F2.nomc11.value = "1"; }
}
function Emc10() {
if(document.F2.mc10.checked == false) { document.F2.nomc10.value = ""; }
else if(document.F2.mc10.checked == true) { document.F2.nomc10.value = "1"; }
}
function Emc09() {
if(document.F2.mc09.checked == false) { document.F2.nomc09.value = ""; }
else if(document.F2.mc09.checked == true) { document.F2.nomc09.value = "1"; }
}
function Emc08() {
if(document.F2.mc08.checked == false) { document.F2.nomc08.value = ""; }
else if(document.F2.mc08.checked == true) { document.F2.nomc08.value = "1"; }
}
function Emc07() {
if(document.F2.mc07.checked == false) { document.F2.nomc07.value = ""; }
else if(document.F2.mc07.checked == true) { document.F2.nomc07.value = "1"; }
}
function Emc06() {
if(document.F2.mc06.checked == false) { document.F2.nomc06.value = ""; }
else if(document.F2.mc06.checked == true) { document.F2.nomc06.value = "1"; }
}
function Emc04() {
if(document.F2.mc04.checked == false) { document.F2.nomc04.value = ""; }
else if(document.F2.mc04.checked == true) { document.F2.nomc04.value = "1"; }
}


function UpdateValues() {
var qmc12 = 0;
var qmc11 = 0;
var qmc10 = 0;
var qq = 0;
if(document.F2.mc26.checked == true) { qq += parseFloat(document.F2.nomc26.value); }
if(document.F2.mc25.checked == true) { qq += parseFloat(document.F2.nomc25.value); }
if(document.F2.mc24.checked == true) { qq += parseFloat(document.F2.nomc24.value); }
if(document.F2.mc23.checked == true) { qq += parseFloat(document.F2.nomc23.value); }
if(document.F2.mc22.checked == true) { qq += parseFloat(document.F2.nomc22.value); }
if(document.F2.mc21.checked == true) { qq += parseFloat(document.F2.nomc21.value); }
if(document.F2.mc20.checked == true) { qq += parseFloat(document.F2.nomc20.value); }
if(document.F2.mc19.checked == true) { qq += parseFloat(document.F2.nomc19.value); }
if(document.F2.mc18.checked == true) { qq += parseFloat(document.F2.nomc18.value); }
if(document.F2.mc17.checked == true) { qq += parseFloat(document.F2.nomc17.value); }
if(document.F2.mc16.checked == true) { qq += parseFloat(document.F2.nomc16.value); }
if(document.F2.mc15.checked == true) { qq += parseFloat(document.F2.nomc15.value); }
if(document.F2.mc14.checked == true) { qq += parseFloat(document.F2.nomc14.value); }
if(document.F2.mc13.checked == true) { qq += parseFloat(document.F2.nomc13.value); }
if(document.F2.mc12.checked == true) { qq += parseFloat(document.F2.nomc12.value); }
if(document.F2.mc11.checked == true) { qq += parseFloat(document.F2.nomc11.value); }
if(document.F2.mc10.checked == true) { qq += parseFloat(document.F2.nomc10.value); }
if(document.F2.mc09.checked == true) { qq += parseFloat(document.F2.nomc09.value); }
if(document.F2.mc08.checked == true) { qq += parseFloat(document.F2.nomc08.value); }
if(document.F2.mc07.checked == true) { qq += parseFloat(document.F2.nomc07.value); }
if(document.F2.mc06.checked == true) { qq += parseFloat(document.F2.nomc06.value); }
if(document.F2.mc04.checked == true) { qq += parseFloat(document.F2.nomc04.value); }
var qq1 = new String(qq);
document.F2.Quantity.value = qq1;


var total = 0;
if(document.F2.mc26.checked == true) { total += parseFloat(document.F2.nomc26.value)*parseFloat(document.F2.mc26.value); }
if(document.F2.mc25.checked == true) { total += parseFloat(document.F2.nomc25.value)*parseFloat(document.F2.mc25.value); }
if(document.F2.mc24.checked == true) { total += parseFloat(document.F2.nomc24.value)*parseFloat(document.F2.mc24.value); }
if(document.F2.mc23.checked == true) { total += parseFloat(document.F2.nomc23.value)*parseFloat(document.F2.mc23.value); }
if(document.F2.mc22.checked == true) { total += parseFloat(document.F2.nomc22.value)*parseFloat(document.F2.mc22.value); }
if(document.F2.mc21.checked == true) { total += parseFloat(document.F2.nomc21.value)*parseFloat(document.F2.mc21.value); }
if(document.F2.mc20.checked == true) { total += parseFloat(document.F2.nomc20.value)*parseFloat(document.F2.mc20.value); }
if(document.F2.mc19.checked == true) { total += parseFloat(document.F2.nomc19.value)*parseFloat(document.F2.mc19.value); }
if(document.F2.mc18.checked == true) { total += parseFloat(document.F2.nomc18.value)*parseFloat(document.F2.mc18.value); }
if(document.F2.mc17.checked == true) { total += parseFloat(document.F2.nomc17.value)*parseFloat(document.F2.mc17.value); }
if(document.F2.mc16.checked == true) { total += parseFloat(document.F2.nomc16.value)*parseFloat(document.F2.mc16.value); }
if(document.F2.mc15.checked == true) { total += parseFloat(document.F2.nomc15.value)*parseFloat(document.F2.mc15.value); }
if(document.F2.mc14.checked == true) { total += parseFloat(document.F2.nomc14.value)*parseFloat(document.F2.mc14.value); }
if(document.F2.mc13.checked == true) { total += parseFloat(document.F2.nomc13.value)*parseFloat(document.F2.mc13.value); }
if(document.F2.mc12.checked == true) { total += parseFloat(document.F2.nomc12.value)*parseFloat(document.F2.mc12.value); }
if(document.F2.mc11.checked == true) { total += parseFloat(document.F2.nomc11.value)*parseFloat(document.F2.mc11.value); }
if(document.F2.mc10.checked == true) { total += parseFloat(document.F2.nomc10.value)*parseFloat(document.F2.mc10.value); }
if(document.F2.mc09.checked == true) { total += parseFloat(document.F2.nomc09.value)*parseFloat(document.F2.mc09.value); }
if(document.F2.mc08.checked == true) { total += parseFloat(document.F2.nomc08.value)*parseFloat(document.F2.mc08.value); }
if(document.F2.mc07.checked == true) { total += parseFloat(document.F2.nomc07.value)*parseFloat(document.F2.mc07.value); }
if(document.F2.mc06.checked == true) { total += parseFloat(document.F2.nomc06.value)*parseFloat(document.F2.mc06.value); }
if(document.F2.mc04.checked == true) { total += parseFloat(document.F2.nomc04.value)*parseFloat(document.F2.mc04.value); }
var ts = new String(total);
if(ts.indexOf('.') < 0) { ts += '.00'; }
if(ts.indexOf('.') == (ts.length - 2)) { ts += '0'; }
document.F2.Cost.value = ts;

var wght = 0;
var packageweight = 1.15;
if(document.F2.mc26.checked == true) { wght += parseFloat(document.F2.nomc26.value)*parseFloat(document.F2.mc26.wht); }
if(document.F2.mc25.checked == true) { wght += parseFloat(document.F2.nomc25.value)*parseFloat(document.F2.mc25.wht); }
if(document.F2.mc24.checked == true) { wght += parseFloat(document.F2.nomc24.value)*parseFloat(document.F2.mc24.wht); }
if(document.F2.mc23.checked == true) { wght += parseFloat(document.F2.nomc23.value)*parseFloat(document.F2.mc23.wht); }
if(document.F2.mc22.checked == true) { wght += parseFloat(document.F2.nomc22.value)*parseFloat(document.F2.mc22.wht); }
if(document.F2.mc21.checked == true) { wght += parseFloat(document.F2.nomc21.value)*parseFloat(document.F2.mc21.wht); }
if(document.F2.mc20.checked == true) { wght += parseFloat(document.F2.nomc20.value)*parseFloat(document.F2.mc20.wht); }
if(document.F2.mc19.checked == true) { wght += parseFloat(document.F2.nomc19.value)*parseFloat(document.F2.mc19.wht); }
if(document.F2.mc18.checked == true) { wght += parseFloat(document.F2.nomc18.value)*parseFloat(document.F2.mc18.wht); }
if(document.F2.mc17.checked == true) { wght += parseFloat(document.F2.nomc17.value)*parseFloat(document.F2.mc17.wht); }
if(document.F2.mc16.checked == true) { wght += parseFloat(document.F2.nomc16.value)*parseFloat(document.F2.mc16.wht); }
if(document.F2.mc15.checked == true) { wght += parseFloat(document.F2.nomc15.value)*parseFloat(document.F2.mc15.wht); }
if(document.F2.mc14.checked == true) { wght += parseFloat(document.F2.nomc14.value)*parseFloat(document.F2.mc14.wht); }
if(document.F2.mc13.checked == true) { wght += parseFloat(document.F2.nomc13.value)*parseFloat(document.F2.mc13.wht); }
if(document.F2.mc12.checked == true) { wght += parseFloat(document.F2.nomc12.value)*parseFloat(document.F2.mc12.wht); }
if(document.F2.mc11.checked == true) { wght += parseFloat(document.F2.nomc11.value)*parseFloat(document.F2.mc11.wht); }
if(document.F2.mc10.checked == true) { wght += parseFloat(document.F2.nomc10.value)*parseFloat(document.F2.mc10.wht); }
if(document.F2.mc09.checked == true) { wght += parseFloat(document.F2.nomc09.value)*parseFloat(document.F2.mc09.wht); }
if(document.F2.mc08.checked == true) { wght += parseFloat(document.F2.nomc08.value)*parseFloat(document.F2.mc08.wht); }
if(document.F2.mc07.checked == true) { wght += parseFloat(document.F2.nomc07.value)*parseFloat(document.F2.mc07.wht); }
if(document.F2.mc06.checked == true) { wght += parseFloat(document.F2.nomc06.value)*parseFloat(document.F2.mc06.wht); }
if(document.F2.mc04.checked == true) { wght += parseFloat(document.F2.nomc04.value)*parseFloat(document.F2.mc04.wht); }
var wt = new String(wght);
if(wt.indexOf('.') < 0) { wt += '.00'; }
if(wt.indexOf('.') == (wt.length - 2)) { wt += '0'; }
wt = parseFloat(wt) + packageweight;
document.F2.Weight.value = wt.toFixed(2);
}

function GetTotalValue() {
var total = 0;
if(document.F2.mc26.checked == true) { total += parseFloat(document.F2.nomc26.value)*parseFloat(document.F2.mc26.value); }
if(document.F2.mc25.checked == true) { total += parseFloat(document.F2.nomc25.value)*parseFloat(document.F2.mc25.value); }
if(document.F2.mc24.checked == true) { total += parseFloat(document.F2.nomc24.value)*parseFloat(document.F2.mc24.value); }
if(document.F2.mc23.checked == true) { total += parseFloat(document.F2.nomc23.value)*parseFloat(document.F2.mc23.value); }
if(document.F2.mc22.checked == true) { total += parseFloat(document.F2.nomc22.value)*parseFloat(document.F2.mc22.value); }
if(document.F2.mc21.checked == true) { total += parseFloat(document.F2.nomc21.value)*parseFloat(document.F2.mc21.value); }
if(document.F2.mc20.checked == true) { total += parseFloat(document.F2.nomc20.value)*parseFloat(document.F2.mc20.value); }
if(document.F2.mc19.checked == true) { total += parseFloat(document.F2.nomc19.value)*parseFloat(document.F2.mc19.value); }
if(document.F2.mc18.checked == true) { total += parseFloat(document.F2.nomc18.value)*parseFloat(document.F2.mc18.value); }
if(document.F2.mc17.checked == true) { total += parseFloat(document.F2.nomc17.value)*parseFloat(document.F2.mc17.value); }
if(document.F2.mc16.checked == true) { total += parseFloat(document.F2.nomc16.value)*parseFloat(document.F2.mc16.value); }
if(document.F2.mc15.checked == true) { total += parseFloat(document.F2.nomc15.value)*parseFloat(document.F2.mc15.value); }
if(document.F2.mc14.checked == true) { total += parseFloat(document.F2.nomc14.value)*parseFloat(document.F2.mc14.value); }
if(document.F2.mc13.checked == true) { total += parseFloat(document.F2.nomc13.value)*parseFloat(document.F2.mc13.value); }
if(document.F2.mc12.checked == true) { total += parseFloat(document.F2.nomc12.value)*parseFloat(document.F2.mc12.value); }
if(document.F2.mc11.checked == true) { total += parseFloat(document.F2.nomc11.value)*parseFloat(document.F2.mc11.value); }
if(document.F2.mc10.checked == true) { total += parseFloat(document.F2.nomc10.value)*parseFloat(document.F2.mc10.value); }
if(document.F2.mc09.checked == true) { total += parseFloat(document.F2.nomc09.value)*parseFloat(document.F2.mc09.value); }
if(document.F2.mc08.checked == true) { total += parseFloat(document.F2.nomc08.value)*parseFloat(document.F2.mc08.value); }
if(document.F2.mc07.checked == true) { total += parseFloat(document.F2.nomc07.value)*parseFloat(document.F2.mc07.value); }
if(document.F2.mc06.checked == true) { total += parseFloat(document.F2.nomc06.value)*parseFloat(document.F2.mc06.value); }
if(document.F2.mc04.checked == true) { total += parseFloat(document.F2.nomc04.value)*parseFloat(document.F2.mc04.value); }
var ts = new String(total);
if(ts.indexOf('.') < 0) { ts += '.00'; }
if(ts.indexOf('.') == (ts.length - 2)) { ts += '0'; }
document.F2.Cost.value = ts;
return document.F2.Cost.value;
}

function GetNoChecked() {
var nc = 0;
if(document.F2.mc26.checked == true) { nc += 1; }
if(document.F2.mc25.checked == true) { nc += 1; }
if(document.F2.mc24.checked == true) { nc += 1; }
if(document.F2.mc23.checked == true) { nc += 1; }
if(document.F2.mc22.checked == true) { nc += 1; }
if(document.F2.mc21.checked == true) { nc += 1; }
if(document.F2.mc20.checked == true) { nc += 1; }
if(document.F2.mc19.checked == true) { nc += 1; }
if(document.F2.mc18.checked == true) { nc += 1; }
if(document.F2.mc17.checked == true) { nc += 1; }
if(document.F2.mc16.checked == true) { nc += 1; }
if(document.F2.mc15.checked == true) { nc += 1; }
if(document.F2.mc14.checked == true) { nc += 1; }
if(document.F2.mc13.checked == true) { nc += 1; }
if(document.F2.mc12.checked == true) { nc += 1; }
if(document.F2.mc11.checked == true) { nc += 1; }
if(document.F2.mc10.checked == true) { nc += 1; }
if(document.F2.mc09.checked == true) { nc += 1; }
if(document.F2.mc08.checked == true) { nc += 1; }
if(document.F2.mc07.checked == true) { nc += 1; }
if(document.F2.mc06.checked == true) { nc += 1; }
if(document.F2.mc04.checked == true) { nc += 1; }
return nc;
}

function GetWhatChecked() {
var whatchecked = new Array();
//alert("GetNoChecked... " + GetNoChecked());
var i = 0;
if(document.F2.mc04.checked == true) { whatchecked[i] = 0; i+=1; }
if(document.F2.mc06.checked == true) { whatchecked[i] = 1; i+=1; }
if(document.F2.mc07.checked == true) { whatchecked[i] = 2; i+=1; }
if(document.F2.mc08.checked == true) { whatchecked[i] = 3; i+=1; }
if(document.F2.mc09.checked == true) { whatchecked[i] = 4; i+=1; }
if(document.F2.mc10.checked == true) { whatchecked[i] = 5; i+=1; }
if(document.F2.mc11.checked == true) { whatchecked[i] = 6; i+=1; }
if(document.F2.mc12.checked == true) { whatchecked[i] = 7; i+=1; }
if(document.F2.mc13.checked == true) { whatchecked[i] = 8; i+=1; }
if(document.F2.mc14.checked == true) { whatchecked[i] = 9; i+=1; }
if(document.F2.mc15.checked == true) { whatchecked[i] =10; i+=1; }
if(document.F2.mc16.checked == true) { whatchecked[i] =11; i+=1; }
if(document.F2.mc17.checked == true) { whatchecked[i] =12; i+=1; }
if(document.F2.mc18.checked == true) { whatchecked[i] =13; i+=1; }
if(document.F2.mc19.checked == true) { whatchecked[i] =14; i+=1; }
if(document.F2.mc20.checked == true) { whatchecked[i] =15; i+=1; }
if(document.F2.mc21.checked == true) { whatchecked[i] =16; i+=1; }
if(document.F2.mc22.checked == true) { whatchecked[i] =17; i+=1; }
if(document.F2.mc23.checked == true) { whatchecked[i] =18; i+=1; }
if(document.F2.mc24.checked == true) { whatchecked[i] =19; i+=1; }
if(document.F2.mc25.checked == true) { whatchecked[i] =20; i+=1; }
if(document.F2.mc26.checked == true) { whatchecked[i] =21; i+=1; }

//alert("getwhatchecked length " + whatchecked.length);
//  for (var i=0; i<whatchecked.length; i++) {
//            alert("Items found checked are: "+ whatchecked[i]);
//  }
return whatchecked;
}

function GetHowMany() {
var hmw = new Array();
var i = 0;
if(document.F2.mc04.checked == true) { hmw[i] = document.F2.nomc04.value; i+=1; }
if(document.F2.mc06.checked == true) { hmw[i] = document.F2.nomc06.value; i+=1; }
if(document.F2.mc07.checked == true) { hmw[i] = document.F2.nomc07.value; i+=1; }
if(document.F2.mc08.checked == true) { hmw[i] = document.F2.nomc08.value; i+=1; }
if(document.F2.mc09.checked == true) { hmw[i] = document.F2.nomc09.value; i+=1; }
if(document.F2.mc10.checked == true) { hmw[i] = document.F2.nomc10.value; i+=1; }
if(document.F2.mc11.checked == true) { hmw[i] = document.F2.nomc11.value; i+=1; }
if(document.F2.mc12.checked == true) { hmw[i] = document.F2.nomc12.value; i+=1; }
if(document.F2.mc13.checked == true) { hmw[i] = document.F2.nomc13.value; i+=1; }
if(document.F2.mc14.checked == true) { hmw[i] = document.F2.nomc14.value; i+=1; }
if(document.F2.mc15.checked == true) { hmw[i] = document.F2.nomc15.value; i+=1; }
if(document.F2.mc16.checked == true) { hmw[i] = document.F2.nomc16.value; i+=1; }
if(document.F2.mc17.checked == true) { hmw[i] = document.F2.nomc17.value; i+=1; }
if(document.F2.mc18.checked == true) { hmw[i] = document.F2.nomc18.value; i+=1; }
if(document.F2.mc19.checked == true) { hmw[i] = document.F2.nomc19.value; i+=1; }
if(document.F2.mc20.checked == true) { hmw[i] = document.F2.nomc20.value; i+=1; }
if(document.F2.mc21.checked == true) { hmw[i] = document.F2.nomc21.value; i+=1; }
if(document.F2.mc22.checked == true) { hmw[i] = document.F2.nomc22.value; i+=1; }
if(document.F2.mc23.checked == true) { hmw[i] = document.F2.nomc23.value; i+=1; }
if(document.F2.mc24.checked == true) { hmw[i] = document.F2.nomc24.value; i+=1; }
if(document.F2.mc25.checked == true) { hmw[i] = document.F2.nomc25.value; i+=1; }
if(document.F2.mc26.checked == true) { hmw[i] = document.F2.nomc26.value; i+=1; }

//alert("howmanywantedlength " + hmw.length);
//  for (var i=0; i<hmw.length; i++) {
//            alert("Number wanted of : " + i + " IS " + hmw[i]);
//  }
return hmw;
}


function LoadItemsArray() {
var myrecs = new Array();
myrecs[0]  = new Array("E=mc04","Damarge", "Les Box Set", "box set", "115");
myrecs[1]  = new Array("E=mc06","UltraBunny", "Squirrel Attack", "10in", "17");
myrecs[2]  = new Array("E=mc07","m.i.", "mensch inaktiv [71n 8w]", "DoCD", "11");
myrecs[3]  = new Array("E=mc08","UltraBunny", "Squirrel Attack Deluxe Box Set", "box set", "39");
myrecs[4]  = new Array("E=mc09","Troum", "un/Mahts | Aatas Vetus", "7in pic disc", "12");
myrecs[5]  = new Array("E=mc10","Guaranteed Katch", "in a sumptuous brown gravy", "LP", "17");
myrecs[6]  = new Array("E=mc11","Troum", "Ajin", "12in pic disc", "17");
myrecs[7]  = new Array("E=mc12","Landing", "Gravitational IV", "LP", "18");
myrecs[8]  = new Array("E=mc13","Troum", "Sen", "2xLP", "33");
myrecs[9]  = new Array("E=mc14","Fear Falls Burning", "Im One Of Those Monsters Numb With Grace", "LP", "22");
myrecs[10] = new Array("E=mc15","Nadja", "Bodycage", "2xLP", "30");
myrecs[11] = new Array("E=mc16","Bass Communion", "Pacific Codex", "CD/DVDA", "25");
myrecs[12] = new Array("E=mc17","Aidan Baker", "Gathering Blue", "LP", "30");
myrecs[13] = new Array("E=mc18","TNB + DSM", "Monosyllabic Bicycles", "LP/7in", "25");
myrecs[14] = new Array("E=mc19","APSE", "Eras", "LP", "20");
myrecs[15] = new Array("E=mc20","RYN", "Archaic Techniques of Ecstacy", "LP", "19");
myrecs[16] = new Array("E=mc21","Troum", "Eald-Ge-Streon", "2xLP", "25");
myrecs[17] = new Array("E=mc22","BSBC", "Box Set", "LP Box", "50");
myrecs[18] = new Array("E=mc23","Organum", "Valentin", "7in", "10");
myrecs[19] = new Array("E=mc24","Taming The Outback", "1986-1989", "CD", "15");
myrecs[20] = new Array("E=mc25","undecided", "tba", "tba", "15");
myrecs[21] = new Array("E=mc26","Pepe Wismeer", "musi", "LP", "15");
return myrecs;
}

