function calc() {
var iTot = 0;
var mTot = 0;
	document.forms["add_cart1"].elements["quantity"].value = document.forms["add_cart1"].elements["quantity_25_50000_stickers"].value;
 
 
	if (document.forms["add_cart1"].elements["quantity"].type=="select-one")
	{ var quantity = document.forms["add_cart1"].elements["quantity"].options[document.forms["add_cart1"].elements["quantity"].selectedIndex].value; }
	else
	{ var quantity = document.forms["add_cart1"].elements["quantity"].value; }
 
	if (document.forms["add_cart1"].elements["jheight"].type=="select-one")
	{ var jheight = document.forms["add_cart1"].elements["jheight"].options[document.forms["add_cart1"].elements["jheight"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["jheight"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["jheight"].length; i++)
	{if (document.forms["add_cart1"].elements["jheight"][i].checked)
	{var jheight =i ;
	break;}}
}else
{
	var jheight =0;
	}}
 
	if (document.forms["add_cart1"].elements["jwidth"].type=="select-one")
	{ var jwidth = document.forms["add_cart1"].elements["jwidth"].options[document.forms["add_cart1"].elements["jwidth"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["jwidth"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["jwidth"].length; i++)
	{if (document.forms["add_cart1"].elements["jwidth"][i].checked)
	{var jwidth =i ;
	break;}}
}else
{
	var jwidth =0;
	}}
 
	if (document.forms["add_cart1"].elements["papertype_stickers"].type=="select-one")
	{ var papertype_stickers = document.forms["add_cart1"].elements["papertype_stickers"].options[document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["papertype_stickers"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["papertype_stickers"].length; i++)
	{if (document.forms["add_cart1"].elements["papertype_stickers"][i].checked)
	{var papertype_stickers =i ;
	break;}}
}else
{
	var papertype_stickers =0;
	}}
 
	if (document.forms["add_cart1"].elements["proof"].type=="select-one")
	{ var proof = document.forms["add_cart1"].elements["proof"].options[document.forms["add_cart1"].elements["proof"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["proof"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["proof"].length; i++)
	{if (document.forms["add_cart1"].elements["proof"][i].checked)
	{var proof =i ;
	break;}}
}else
{
	var proof =0;
	}}
 
	if (document.forms["add_cart1"].elements["turnaround1235_recon"].type=="select-one")
	{ var turnaround1235_recon = document.forms["add_cart1"].elements["turnaround1235_recon"].options[document.forms["add_cart1"].elements["turnaround1235_recon"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["turnaround1235_recon"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["turnaround1235_recon"].length; i++)
	{if (document.forms["add_cart1"].elements["turnaround1235_recon"][i].checked)
	{var turnaround1235_recon = document.forms["add_cart1"].elements["turnaround1235_recon"][i].value;
 
	var index_turnaround = i;
	break;}}
}else
{
	var turnaround1235_recon = document.forms["add_cart1"].elements["turnaround1235_recon"].value;
 
	var index_turnaround = 0;
	}}
 
	if ((quantity > 0 && quantity < 250) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*.023)*quantity)+16.5))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 0 && quantity < 250) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*.023)*quantity)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 500) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*.019)*quantity)+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 500) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*.019)*quantity)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 500 && quantity < 750) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*.01)*quantity)+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 500 && quantity < 750) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*.01)*quantity)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 750 && quantity < 1000) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*.0075)*quantity)+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 750 && quantity < 1000) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*.0075)*quantity)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 1500) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*.0058)*quantity)+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 1500) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*.0058)*quantity)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1500 && quantity < 2000) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*.0058)*quantity)+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1500 && quantity < 2000) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*.0058)*quantity)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 2000 && quantity < 2500) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*5.6)*quantity/1000)+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 2000 && quantity < 2500) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*5.6)*quantity/1000)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 2500 && quantity < 3000) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*5.6)*quantity/1000)+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 2500 && quantity < 3000) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*5.6)*quantity/1000)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 4000) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*5.6)*quantity/1000)+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 4000) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*5.6)*quantity/1000)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 4000) && (jheight*jwidth) < 6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((((6*5.2)*(quantity/1000))+16.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 4000) && (jheight*jwidth) >=6 )
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((((Math.ceil(jheight)*Math.ceil(jwidth))*5.2)*quantity/1000)+17.95))*itemInfo[1][3][document.forms["add_cart1"].elements["papertype_stickers"].selectedIndex]*itemInfo[1][5][turnaround1235_recon])+itemInfo[1][4][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}


if(iTot == 0)
{
tTot = iTot;
document.getElementById("sptotal").innerHTML = 'Free';
document.forms["add_cart1"].elements["total"].value = '$0.00';
document.forms["add_cart1"].elements["price"].value = '$0.00';
document.getElementById("spprice").innerHTML = 'Free';
}
else
{
tTot = Math.round(iTot * 100) / 100 + .00001;
var maxDisc = document.forms["add_cart1"].elements["price_max"].value;
var price_factor = document.forms["add_cart1"].elements["price_factor"].value;
var calculatedDisc;
var discountedTotal;
var iDiscount;
var youSave;
var displayDisc;

calculatedDisc = tTot*(1-price_factor);
if(calculatedDisc > maxDisc && maxDisc > 0 )
{
    discountedTotal=tTot-maxDisc;
    //iDiscount = maxDisc;
    iDiscount = (1-price_factor)*100;
    //displayDisc = "" + (Math.round(iDiscount* 100) / 100 + .001);   
    //displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
     displayDisc = "" + (Math.round(maxDisc* 100) / 100 + .001);   
    displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
    document.getElementById("idYouSave").innerHTML = "" + Math.round(iDiscount) + "%" ;
    document.getElementById("idMaxYouSave").innerHTML =  "$" + maxDisc ;
    document.getElementById("idYouSaveNew").innerHTML =  "- $" + displayDisc ;
}
else
{
   discountedTotal=tTot*price_factor;
   iDiscount = (1-price_factor)*100;
    displayDisc = "" + (Math.round(calculatedDisc* 100) / 100 + .001);
    displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
    document.getElementById("idYouSave").innerHTML ="" + Math.round(iDiscount) + "%" ;
    if (maxDisc != "off")
    {
        document.getElementById("idMaxYouSave").innerHTML =  "$" + maxDisc ;
    }
    document.getElementById("idYouSaveNew").innerHTML =  "- $" + displayDisc ;
}
var xDiscountedTotal = "" + discountedTotal;


	
xDiscountedTotal = xDiscountedTotal.substring(0,xDiscountedTotal.indexOf(".") + 3);
document.getElementById("idNowOnly").innerHTML = "$" + xDiscountedTotal;
	var totX = "" + tTot;
	totX = totX.substring(0,totX.indexOf(".") + 3);
	if(totX > 0 )
{
document.getElementById("sptotal").innerHTML = "$" + totX;}
else
{
document.getElementById("sptotal").innerHTML = "Free";}


	document.forms["add_cart1"].elements["total"].value = "$" + totX;

	pTot = (tTot/quantity);
	var totX = "" + pTot;
	totX = totX.substring(0,totX.indexOf(".") + 4);
pTot = (discountedTotal/quantity);
totX = "" + pTot;
totX = totX.substring(0,totX.indexOf(".") + 4);
	document.forms["add_cart1"].elements["price"].value = "$" + totX;
	if(totX > 0 )
{
document.getElementById("spprice").innerHTML =  "$" + totX;}
else
{
document.getElementById("spprice").innerHTML =  "Free";}

}
}

var itemInfo = new Array(1) ;
var fieldInfo = new Array(1) ;
var pfInfo = new Array(1) ;
var baseInfo = new Array(1) ;
itemInfo[1] = new Array(6);
fieldInfo[1] = new Array(6);
pfInfo[1] = new Array(6);
var sDescArr = new Array(6);
fieldInfo[1][0] = "quantity_25_50000_stickers";
itemInfo[1][0] = new Array(37);
pfInfo[1][0] = new Array(37);
itemInfo[1][0][0] = 25.00;
pfInfo[1][0][0] = 'NON';
itemInfo[1][0][1] = 50.00;
pfInfo[1][0][1] = 'NON';
itemInfo[1][0][2] = 100.00;
pfInfo[1][0][2] = 'NON';
itemInfo[1][0][3] = 150.00;
pfInfo[1][0][3] = 'NON';
itemInfo[1][0][4] = 200.00;
pfInfo[1][0][4] = 'NON';
itemInfo[1][0][5] = 250.00;
pfInfo[1][0][5] = 'NON';
itemInfo[1][0][6] = 500.00;
pfInfo[1][0][6] = 'NON';
itemInfo[1][0][7] = 750.00;
pfInfo[1][0][7] = 'NON';
itemInfo[1][0][8] = 1000.00;
pfInfo[1][0][8] = 'NON';
itemInfo[1][0][9] = 1500.00;
pfInfo[1][0][9] = 'NON';
itemInfo[1][0][10] = 2000.00;
pfInfo[1][0][10] = 'NON';
itemInfo[1][0][11] = 2500.00;
pfInfo[1][0][11] = 'NON';
itemInfo[1][0][12] = 3000.00;
pfInfo[1][0][12] = 'NON';
itemInfo[1][0][13] = 3500.00;
pfInfo[1][0][13] = 'NON';
itemInfo[1][0][14] = 4000.00;
pfInfo[1][0][14] = 'NON';
itemInfo[1][0][15] = 4500.00;
pfInfo[1][0][15] = 'NON';
itemInfo[1][0][16] = 5000.00;
pfInfo[1][0][16] = 'NON';
itemInfo[1][0][17] = 5500.00;
pfInfo[1][0][17] = 'NON';
itemInfo[1][0][18] = 6000.00;
pfInfo[1][0][18] = 'NON';
itemInfo[1][0][19] = 6500.00;
pfInfo[1][0][19] = 'NON';
itemInfo[1][0][20] = 7000.00;
pfInfo[1][0][20] = 'NON';
itemInfo[1][0][21] = 7500.00;
pfInfo[1][0][21] = 'NON';
itemInfo[1][0][22] = 8000.00;
pfInfo[1][0][22] = 'NON';
itemInfo[1][0][23] = 8500.00;
pfInfo[1][0][23] = 'NON';
itemInfo[1][0][24] = 9000.00;
pfInfo[1][0][24] = 'NON';
itemInfo[1][0][25] = 9500.00;
pfInfo[1][0][25] = 'NON';
itemInfo[1][0][26] = 10000.00;
pfInfo[1][0][26] = 'NON';
itemInfo[1][0][27] = 12500.00;
pfInfo[1][0][27] = 'NON';
itemInfo[1][0][28] = 15000.00;
pfInfo[1][0][28] = 'NON';
itemInfo[1][0][29] = 17500.00;
pfInfo[1][0][29] = 'NON';
itemInfo[1][0][30] = 20000.00;
pfInfo[1][0][30] = 'NON';
itemInfo[1][0][31] = 25000.00;
pfInfo[1][0][31] = 'NON';
itemInfo[1][0][32] = 30000.00;
pfInfo[1][0][32] = 'NON';
itemInfo[1][0][33] = 35000.00;
pfInfo[1][0][33] = 'NON';
itemInfo[1][0][34] = 40000.00;
pfInfo[1][0][34] = 'NON';
itemInfo[1][0][35] = 45000.00;
pfInfo[1][0][35] = 'NON';
itemInfo[1][0][36] = 50000.00;
pfInfo[1][0][36] = 'NON';
fieldInfo[1][1] = "jheight";
itemInfo[1][1] = new Array(61);
pfInfo[1][1] = new Array(61);
itemInfo[1][1][0] = 0;
pfInfo[1][1][0] = '0';
itemInfo[1][1][1] = 0;
pfInfo[1][1][1] = '0';
itemInfo[1][1][2] = 0;
pfInfo[1][1][2] = '0';
itemInfo[1][1][3] = 0;
pfInfo[1][1][3] = '0';
itemInfo[1][1][4] = 0;
pfInfo[1][1][4] = '0';
itemInfo[1][1][5] = 0;
pfInfo[1][1][5] = '0';
itemInfo[1][1][6] = 0;
pfInfo[1][1][6] = '0';
itemInfo[1][1][7] = 0;
pfInfo[1][1][7] = '0';
itemInfo[1][1][8] = 0;
pfInfo[1][1][8] = '0';
itemInfo[1][1][9] = 0;
pfInfo[1][1][9] = '0';
itemInfo[1][1][10] = 0;
pfInfo[1][1][10] = '0';
itemInfo[1][1][11] = 0;
pfInfo[1][1][11] = '0';
itemInfo[1][1][12] = 0;
pfInfo[1][1][12] = '0';
itemInfo[1][1][13] = 0;
pfInfo[1][1][13] = '0';
itemInfo[1][1][14] = 0;
pfInfo[1][1][14] = '0';
itemInfo[1][1][15] = 0;
pfInfo[1][1][15] = '0';
itemInfo[1][1][16] = 0;
pfInfo[1][1][16] = '0';
itemInfo[1][1][17] = 0;
pfInfo[1][1][17] = '0';
itemInfo[1][1][18] = 0;
pfInfo[1][1][18] = '0';
itemInfo[1][1][19] = 0;
pfInfo[1][1][19] = '0';
itemInfo[1][1][20] = 0;
pfInfo[1][1][20] = '0';
itemInfo[1][1][21] = 0;
pfInfo[1][1][21] = '0';
itemInfo[1][1][22] = 0;
pfInfo[1][1][22] = '0';
itemInfo[1][1][23] = 0;
pfInfo[1][1][23] = '0';
itemInfo[1][1][24] = 0;
pfInfo[1][1][24] = '0';
itemInfo[1][1][25] = 0;
pfInfo[1][1][25] = '0';
itemInfo[1][1][26] = 0;
pfInfo[1][1][26] = '0';
itemInfo[1][1][27] = 0;
pfInfo[1][1][27] = '0';
itemInfo[1][1][28] = 0;
pfInfo[1][1][28] = '0';
itemInfo[1][1][29] = 0;
pfInfo[1][1][29] = '0';
itemInfo[1][1][30] = 0;
pfInfo[1][1][30] = '0';
itemInfo[1][1][31] = 0;
pfInfo[1][1][31] = '0';
itemInfo[1][1][32] = 0;
pfInfo[1][1][32] = '0';
itemInfo[1][1][33] = 0;
pfInfo[1][1][33] = '0';
itemInfo[1][1][34] = 0;
pfInfo[1][1][34] = '0';
itemInfo[1][1][35] = 0;
pfInfo[1][1][35] = '0';
itemInfo[1][1][36] = 0;
pfInfo[1][1][36] = '0';
itemInfo[1][1][37] = 0;
pfInfo[1][1][37] = '0';
itemInfo[1][1][38] = 0;
pfInfo[1][1][38] = '0';
itemInfo[1][1][39] = 0;
pfInfo[1][1][39] = '0';
itemInfo[1][1][40] = 0;
pfInfo[1][1][40] = '0';
itemInfo[1][1][41] = 0;
pfInfo[1][1][41] = '0';
itemInfo[1][1][42] = 0;
pfInfo[1][1][42] = '0';
itemInfo[1][1][43] = 0;
pfInfo[1][1][43] = '0';
itemInfo[1][1][44] = 0;
pfInfo[1][1][44] = '0';
itemInfo[1][1][45] = 0;
pfInfo[1][1][45] = '0';
itemInfo[1][1][46] = 0;
pfInfo[1][1][46] = '0';
itemInfo[1][1][47] = 0;
pfInfo[1][1][47] = '0';
itemInfo[1][1][48] = 0;
pfInfo[1][1][48] = '0';
itemInfo[1][1][49] = 0;
pfInfo[1][1][49] = '0';
itemInfo[1][1][50] = 0;
pfInfo[1][1][50] = '0';
itemInfo[1][1][51] = 0;
pfInfo[1][1][51] = '0';
itemInfo[1][1][52] = 0;
pfInfo[1][1][52] = '0';
itemInfo[1][1][53] = 0;
pfInfo[1][1][53] = '0';
itemInfo[1][1][54] = 0;
pfInfo[1][1][54] = '0';
itemInfo[1][1][55] = 0;
pfInfo[1][1][55] = '0';
itemInfo[1][1][56] = 0;
pfInfo[1][1][56] = '0';
itemInfo[1][1][57] = 0;
pfInfo[1][1][57] = '0';
itemInfo[1][1][58] = 0;
pfInfo[1][1][58] = '0';
itemInfo[1][1][59] = 0;
pfInfo[1][1][59] = '0';
itemInfo[1][1][60] = 0;
pfInfo[1][1][60] = '0';
fieldInfo[1][2] = "jwidth";
itemInfo[1][2] = new Array(37);
pfInfo[1][2] = new Array(37);
itemInfo[1][2][0] = 0;
pfInfo[1][2][0] = '0';
itemInfo[1][2][1] = 0;
pfInfo[1][2][1] = '0';
itemInfo[1][2][2] = 0;
pfInfo[1][2][2] = '0';
itemInfo[1][2][3] = 0;
pfInfo[1][2][3] = '0';
itemInfo[1][2][4] = 0;
pfInfo[1][2][4] = '0';
itemInfo[1][2][5] = 0;
pfInfo[1][2][5] = '0';
itemInfo[1][2][6] = 0;
pfInfo[1][2][6] = '0';
itemInfo[1][2][7] = 0;
pfInfo[1][2][7] = '0';
itemInfo[1][2][8] = 0;
pfInfo[1][2][8] = '0';
itemInfo[1][2][9] = 0;
pfInfo[1][2][9] = '0';
itemInfo[1][2][10] = 0;
pfInfo[1][2][10] = '0';
itemInfo[1][2][11] = 0;
pfInfo[1][2][11] = '0';
itemInfo[1][2][12] = 0;
pfInfo[1][2][12] = '0';
itemInfo[1][2][13] = 0;
pfInfo[1][2][13] = '0';
itemInfo[1][2][14] = 0;
pfInfo[1][2][14] = '0';
itemInfo[1][2][15] = 0;
pfInfo[1][2][15] = '0';
itemInfo[1][2][16] = 0;
pfInfo[1][2][16] = '0';
itemInfo[1][2][17] = 0;
pfInfo[1][2][17] = '0';
itemInfo[1][2][18] = 0;
pfInfo[1][2][18] = '0';
itemInfo[1][2][19] = 0;
pfInfo[1][2][19] = '0';
itemInfo[1][2][20] = 0;
pfInfo[1][2][20] = '0';
itemInfo[1][2][21] = 0;
pfInfo[1][2][21] = '0';
itemInfo[1][2][22] = 0;
pfInfo[1][2][22] = '0';
itemInfo[1][2][23] = 0;
pfInfo[1][2][23] = '0';
itemInfo[1][2][24] = 0;
pfInfo[1][2][24] = '0';
itemInfo[1][2][25] = 0;
pfInfo[1][2][25] = '0';
itemInfo[1][2][26] = 0;
pfInfo[1][2][26] = '0';
itemInfo[1][2][27] = 0;
pfInfo[1][2][27] = '0';
itemInfo[1][2][28] = 0;
pfInfo[1][2][28] = '0';
itemInfo[1][2][29] = 0;
pfInfo[1][2][29] = '0';
itemInfo[1][2][30] = 0;
pfInfo[1][2][30] = '0';
itemInfo[1][2][31] = 0;
pfInfo[1][2][31] = '0';
itemInfo[1][2][32] = 0;
pfInfo[1][2][32] = '0';
itemInfo[1][2][33] = 0;
pfInfo[1][2][33] = '0';
itemInfo[1][2][34] = 0;
pfInfo[1][2][34] = '0';
itemInfo[1][2][35] = 0;
pfInfo[1][2][35] = '0';
itemInfo[1][2][36] = 0;
pfInfo[1][2][36] = '0';

fieldInfo[1][3] = "papertype_stickers";
itemInfo[1][3] = new Array(3);
pfInfo[1][3] = new Array(3);
itemInfo[1][3][0] = 1.00;
pfInfo[1][3][0] = 'NON';
itemInfo[1][3][1] = 1.15;
pfInfo[1][3][1] = 'NON';
itemInfo[1][3][2] = 1.15;
pfInfo[1][3][2] = 'NON';

fieldInfo[1][4] = "proof";
itemInfo[1][4] = new Array(3);
pfInfo[1][4] = new Array(3);
itemInfo[1][4][0] = 0.00;
pfInfo[1][4][0] = 'NON';
itemInfo[1][4][1] = 35.00;
pfInfo[1][4][1] = 'NON';
itemInfo[1][4][2] = 50.00;
pfInfo[1][4][2] = 'NON';

fieldInfo[1][5] = "turnaround1235_recon";
itemInfo[1][5] = new Array(4);
pfInfo[1][5] = new Array(4);
itemInfo[1][5][0] = 1.00;
pfInfo[1][5][0] = 'NON';
itemInfo[1][5][1] = 1.20;
pfInfo[1][5][1] = 'NON';
itemInfo[1][5][2] = 1.50;
pfInfo[1][5][2] = 'NON';
itemInfo[1][5][3] = 2.00;
pfInfo[1][5][3] = 'NON';

baseInfo[1] = 0;

