

          function calc()
          {
         
       
       var iTot = 0;
var mTot = 0;
	document.forms["add_cart1"].elements["quantity"].value = document.forms["add_cart1"].elements["quantity_250_500_150000"].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["Color_brochures_new"].type=="select-one")
	{ var Color_brochures_new = document.forms["add_cart1"].elements["Color_brochures_new"].options[document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["Color_brochures_new"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["Color_brochures_new"].length; i++)
	{if (document.forms["add_cart1"].elements["Color_brochures_new"][i].checked)
	{var Color_brochures_new =i ;
	break;}}
}else
{
	var Color_brochures_new =0;
	}}

	if (document.forms["add_cart1"].elements["papertype_brochures_new"].type=="select-one")
	{ var papertype_brochures_new = document.forms["add_cart1"].elements["papertype_brochures_new"].options[document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["papertype_brochures_new"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["papertype_brochures_new"].length; i++)
	{if (document.forms["add_cart1"].elements["papertype_brochures_new"][i].checked)
	{var papertype_brochures_new =i ;
	break;}}
}else
{
	var papertype_brochures_new =0;
	}}

	if (document.forms["add_cart1"].elements["hole_drilling"].type=="select-one")
	{ var hole_drilling = document.forms["add_cart1"].elements["hole_drilling"].options[document.forms["add_cart1"].elements["hole_drilling"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["hole_drilling"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["hole_drilling"].length; i++)
	{if (document.forms["add_cart1"].elements["hole_drilling"][i].checked)
	{var hole_drilling =i ;
	break;}}
}else
{
	var hole_drilling =0;
	}}

	if (document.forms["add_cart1"].elements["perforation"].type=="select-one")
	{ var perforation = document.forms["add_cart1"].elements["perforation"].options[document.forms["add_cart1"].elements["perforation"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["perforation"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["perforation"].length; i++)
	{if (document.forms["add_cart1"].elements["perforation"][i].checked)
	{var perforation =i ;
	break;}}
}else
{
	var perforation =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))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((50+(quantity*((itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)*1.5))+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 250 && quantity <=500))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((75+(quantity*((itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)*1.25))+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 500 && quantity <=1000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 1000 && quantity <=2000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 2000 && quantity <=5000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 5000 && quantity <=10000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 10000 && quantity <=15000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 15000 && quantity <=50000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50000 && quantity <=60000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*1.02*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 60000 && quantity <=90000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*1.03*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 90000 && quantity <=140000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*.94*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 140000))
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((100+quantity*(itemInfo[1][1][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]/2)+(150*itemInfo[1][0][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex])+(20+(quantity/1000)*20))+((20*itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(20+(quantity/1000*20))+(itemInfo[1][2][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((20*itemInfo[1][3][perforation])+(itemInfo[1][3][perforation]*((quantity/1000)*20))))*.85*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		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
{
if (document.forms["add_cart1"].elements["price_factor"].value == 1)
{
tTot = Math.round(iTot * 100) / 100 + .00001;
	var price_factor = 1;
tTot = tTot*price_factor;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);
	document.forms["add_cart1"].elements["price"].value = "$" + totX;
	if(totX > 0 )
{
document.getElementById("spprice").innerHTML =  "$" + totX;}
else
{
document.getElementById("spprice").innerHTML =  "Free";}

}
else
{
tTot = Math.round(iTot * 100) / 100 + .00001;

var maxDisc = 0;
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;
    displayDisc = "" + (Math.round(iDiscount* 100) / 100 + .001);
    displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
    document.getElementById("idYouSave").innerHTML = "$" + displayDisc;
    document.getElementById("idYouSavedesign").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) + "%" ;
document.getElementById("idYouSavedesign").innerHTML ="" + Math.round(iDiscount) + "%" ;
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(8);
fieldInfo[1] = new Array(8);
pfInfo[1] = new Array(8);
var sDescArr = new Array(8);
fieldInfo[1][0] = "Color_brochures_new";
itemInfo[1][0] = new Array(3);
pfInfo[1][0] = new Array(3);
itemInfo[1][0][0] = 1.00;
pfInfo[1][0][0] = 'NON';
itemInfo[1][0][1] = 1.05;
pfInfo[1][0][1] = 'NON';
itemInfo[1][0][2] = 1.10;
pfInfo[1][0][2] = 'NON';
fieldInfo[1][1] = "papertype_brochures_new";
itemInfo[1][1] = new Array(4);
pfInfo[1][1] = new Array(4);
itemInfo[1][1][0] = 1.00;
pfInfo[1][1][0] = 'NON';
itemInfo[1][1][1] = 0.95;
pfInfo[1][1][1] = 'NON';
itemInfo[1][1][2] = 1.20;
pfInfo[1][1][2] = 'NON';
itemInfo[1][1][3] = 1.25;
pfInfo[1][1][3] = 'NON';
fieldInfo[1][2] = "hole_drilling";
itemInfo[1][2] = new Array(4);
pfInfo[1][2] = new Array(4);
itemInfo[1][2][0] = 0.00;
pfInfo[1][2][0] = 'NON';
itemInfo[1][2][1] = 1.00;
pfInfo[1][2][1] = 'NON';
itemInfo[1][2][2] = 1.00;
pfInfo[1][2][2] = 'NON';
itemInfo[1][2][3] = 1.00;
pfInfo[1][2][3] = 'NON';
fieldInfo[1][3] = "perforation";
itemInfo[1][3] = new Array(2);
pfInfo[1][3] = new Array(2);
itemInfo[1][3][0] = 1.00;
pfInfo[1][3][0] = 'NON';
itemInfo[1][3][1] = 0.00;
pfInfo[1][3][1] = 'NON';
fieldInfo[1][4] = "scoring_brochures";
itemInfo[1][4] = new Array(6);
pfInfo[1][4] = new Array(6);
itemInfo[1][4][0] = 1.00;
pfInfo[1][4][0] = 'NON';
itemInfo[1][4][1] = 1.02;
pfInfo[1][4][1] = 'NON';
itemInfo[1][4][2] = 1.02;
pfInfo[1][4][2] = 'NON';
itemInfo[1][4][3] = 1.02;
pfInfo[1][4][3] = 'NON';
itemInfo[1][4][4] = 1.05;
pfInfo[1][4][4] = 'NON';
itemInfo[1][4][5] = 1.05;
pfInfo[1][4][5] = 'NON';
fieldInfo[1][5] = "proof";
itemInfo[1][5] = new Array(3);
pfInfo[1][5] = new Array(3);
itemInfo[1][5][0] = 0.00;
pfInfo[1][5][0] = 'NON';
itemInfo[1][5][1] = 35.00;
pfInfo[1][5][1] = 'NON';
itemInfo[1][5][2] = 50.00;
pfInfo[1][5][2] = 'NON';
fieldInfo[1][6] = "quantity_250_500_150000";
itemInfo[1][6] = new Array(30);
pfInfo[1][6] = new Array(30);
itemInfo[1][6][0] = 250.00;
pfInfo[1][6][0] = 'NON';
itemInfo[1][6][1] = 500.00;
pfInfo[1][6][1] = 'NON';
itemInfo[1][6][2] = 1000.00;
pfInfo[1][6][2] = 'NON';
itemInfo[1][6][3] = 2000.00;
pfInfo[1][6][3] = 'NON';
itemInfo[1][6][4] = 3000.00;
pfInfo[1][6][4] = 'NON';
itemInfo[1][6][5] = 4000.00;
pfInfo[1][6][5] = 'NON';
itemInfo[1][6][6] = 5000.00;
pfInfo[1][6][6] = 'NON';
itemInfo[1][6][7] = 6000.00;
pfInfo[1][6][7] = 'NON';
itemInfo[1][6][8] = 7000.00;
pfInfo[1][6][8] = 'NON';
itemInfo[1][6][9] = 8000.00;
pfInfo[1][6][9] = 'NON';
itemInfo[1][6][10] = 9000.00;
pfInfo[1][6][10] = 'NON';
itemInfo[1][6][11] = 10000.00;
pfInfo[1][6][11] = 'NON';
itemInfo[1][6][12] = 15000.00;
pfInfo[1][6][12] = 'NON';
itemInfo[1][6][13] = 20000.00;
pfInfo[1][6][13] = 'NON';
itemInfo[1][6][14] = 25000.00;
pfInfo[1][6][14] = 'NON';
itemInfo[1][6][15] = 30000.00;
pfInfo[1][6][15] = 'NON';
itemInfo[1][6][16] = 35000.00;
pfInfo[1][6][16] = 'NON';
itemInfo[1][6][17] = 40000.00;
pfInfo[1][6][17] = 'NON';
itemInfo[1][6][18] = 45000.00;
pfInfo[1][6][18] = 'NON';
itemInfo[1][6][19] = 50000.00;
pfInfo[1][6][19] = 'NON';
itemInfo[1][6][20] = 60000.00;
pfInfo[1][6][20] = 'NON';
itemInfo[1][6][21] = 70000.00;
pfInfo[1][6][21] = 'NON';
itemInfo[1][6][22] = 80000.00;
pfInfo[1][6][22] = 'NON';
itemInfo[1][6][23] = 90000.00;
pfInfo[1][6][23] = 'NON';
itemInfo[1][6][24] = 100000.00;
pfInfo[1][6][24] = 'NON';
itemInfo[1][6][25] = 110000.00;
pfInfo[1][6][25] = 'NON';
itemInfo[1][6][26] = 120000.00;
pfInfo[1][6][26] = 'NON';
itemInfo[1][6][27] = 130000.00;
pfInfo[1][6][27] = 'NON';
itemInfo[1][6][28] = 140000.00;
pfInfo[1][6][28] = 'NON';
itemInfo[1][6][29] = 150000.00;
pfInfo[1][6][29] = 'NON';
fieldInfo[1][7] = "turnaround1235_recon";
itemInfo[1][7] = new Array(4);
pfInfo[1][7] = new Array(4);
itemInfo[1][7][0] = 1.00;
pfInfo[1][7][0] = 'NON';
itemInfo[1][7][1] = 1.20;
pfInfo[1][7][1] = 'NON';
itemInfo[1][7][2] = 1.50;
pfInfo[1][7][2] = 'NON';
itemInfo[1][7][3] = 2.00;
pfInfo[1][7][3] = 'NON';
baseInfo[1] = 0;