// New function do not remove
// Function call included in calc() function
function setCatalogID() {
    var catalogID = "1038";
    var sizeVal = document.getElementById("size_brochures").value;
    if (sizeVal == "8.5x11") { catalogID = "1038"; }
    else if (sizeVal == "8.5x14") { catalogID = "1231" }
    else if (sizeVal == "11x17") { catalogID = "1049" }
    else if (sizeVal == "11x25.5") { catalogID = "1274" }
    document.getElementById("catalog_id").value = catalogID;
}
// New function do not remove



function calc() {
setCatalogID();
var iTot = 0;
var mTot = 0;
	document.forms["add_cart1"].elements["quantity"].value = document.forms["add_cart1"].elements["quantity_50_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["size_brochures"].type=="select-one")
	{ var size_brochures = document.forms["add_cart1"].elements["size_brochures"].options[document.forms["add_cart1"].elements["size_brochures"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["size_brochures"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["size_brochures"].length; i++)
	{if (document.forms["add_cart1"].elements["size_brochures"][i].checked)
	{var size_brochures =i ;
	break;}}
}else
{
	var size_brochures =0;
	}}

	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["scoring_brochures"].type=="select-one")
	{ var scoring_brochures = document.forms["add_cart1"].elements["scoring_brochures"].options[document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["scoring_brochures"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["scoring_brochures"].length; i++)
	{if (document.forms["add_cart1"].elements["scoring_brochures"][i].checked)
	{var scoring_brochures =i ;
	break;}}
}else
{
	var scoring_brochures =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 <=50) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.5*1.065333)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50 && quantity <=100) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.9)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 100 && quantity <=150) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.65)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 150 && quantity <=200) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.55)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 200 && quantity <=250) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.46)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 250 && quantity <=500) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.28)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 500 && quantity <=1000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.2)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 1000 && quantity <=2000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.15)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 2000 && quantity <=3000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.14)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 3000 && quantity <=4000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.135)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 4000 && quantity <=5000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.64*0.125)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 5000 && quantity <=6000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.578*0.113)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 6000 && quantity <=7000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.52*0.105)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 7000 && quantity <=8000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.485*0.097)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 8000 && quantity <=9000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.458*0.09)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 9000 && quantity <=10000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.443*0.083)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 10000 && quantity <=15000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.207*0.075)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 15000 && quantity <=20000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.08*0.073)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 20000 && quantity <=25000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.03*0.072)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 25000 && quantity <=30000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.071)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 30000 && quantity <=35000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.068)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 35000 && quantity <=40000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.066)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 40000 && quantity <=45000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.064)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 45000 && quantity <=50000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.062)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50000 && quantity <=60000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.059)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 60000 && quantity <=70000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.057)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 70000 && quantity <=80000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.055)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 80000 && quantity <=90000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.053)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 90000) && size_brochures == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.05)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 0 && quantity <=50) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.1*2.0)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50 && quantity <=100) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*1.3)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 100 && quantity <=150) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*1.0)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 150 && quantity <=200) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.9)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 200 && quantity <=250) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.78)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 250 && quantity <=500) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.45)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 500 && quantity <=1000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.24)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 1000 && quantity <=2000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.195)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 2000 && quantity <=3000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.19)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 3000 && quantity <=4000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.621*0.16)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 4000 && quantity <=5000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.507*0.15)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 5000 && quantity <=6000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.435*0.14)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 6000 && quantity <=7000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.357*0.135)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 7000 && quantity <=8000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.295*0.13)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 8000 && quantity <=9000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.243*0.125)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 9000 && quantity <=10000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.2*0.12)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 10000 && quantity <=15000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.041*0.115)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 15000 && quantity <=20000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.105)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 20000 && quantity <=25000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.099)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 25000 && quantity <=30000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.095)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 30000 && quantity <=35000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.091)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 35000 && quantity <=40000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.088)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 40000 && quantity <=45000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.086)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 45000 && quantity <=50000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.084)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50000 && quantity <=60000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.081)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 60000 && quantity <=70000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.078)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 70000 && quantity <=80000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.075)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 80000 && quantity <=90000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.072)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 90000) && size_brochures == "8.5x14")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.068)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 0 && quantity <=50) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.2*1.998667)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50 && quantity <=100) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*1.4)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 100 && quantity <=150) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*1.0)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 150 && quantity <=200) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.933000)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 200 && quantity <=250) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.927733)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 250 && quantity <=500) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.586533)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 500 && quantity <=1000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.306600)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 1000 && quantity <=2000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.24)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 2000 && quantity <=3000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.615*0.215)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 3000 && quantity <=4000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.534*0.18)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 4000 && quantity <=5000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.37*0.17)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 5000 && quantity <=6000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.23*0.165)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 6000 && quantity <=7000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.157*0.16)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 7000 && quantity <=8000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.116*0.155)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 8000 && quantity <=9000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.078*0.15)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 9000 && quantity <=10000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.05*0.142660)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 10000 && quantity <=15000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.041*0.124973)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 15000 && quantity <=20000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.12)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 20000 && quantity <=25000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.11)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 25000 && quantity <=30000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.105)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 30000 && quantity <=35000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.101)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 35000 && quantity <=40000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.099)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 40000 && quantity <=45000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.097)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 45000 && quantity <=50000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.095)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50000 && quantity <=60000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.092)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 60000 && quantity <=70000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.089)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 70000 && quantity <=80000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.087)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 80000 && quantity <=90000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.085)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 90000) && size_brochures == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.079999)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 0 && quantity <=50) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*6.398667)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50 && quantity <=100) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*3.266000)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 100 && quantity <=150) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*2.4)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 150 && quantity <=200) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*1.9)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 200 && quantity <=250) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*1.8)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 250 && quantity <=500) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*1.05)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 500 && quantity <=1000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.68*0.55)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 1000 && quantity <=2000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.516*0.37)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 2000 && quantity <=3000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.37*0.3)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 3000 && quantity <=4000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.248*0.28)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 4000 && quantity <=5000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.169*0.26)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 5000 && quantity <=6000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.11*0.25)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 6000 && quantity <=7000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.066*0.24)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 7000 && quantity <=8000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.033*0.23)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 8000 && quantity <=9000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.004*0.22)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 9000 && quantity <=10000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.205)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 10000 && quantity <=15000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.175)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 15000 && quantity <=20000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.155)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 20000 && quantity <=25000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.149)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 25000 && quantity <=30000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.145)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 30000 && quantity <=35000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.141)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 35000 && quantity <=40000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.138)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 40000 && quantity <=45000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.136)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 45000 && quantity <=50000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.134)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50000 && quantity <=60000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.131)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 60000 && quantity <=70000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.129)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 70000 && quantity <=80000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.127)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 80000 && quantity <=90000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.125)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 90000) && size_brochures == "11x25.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*0.117)*itemInfo[1][1][document.forms["add_cart1"].elements["Color_brochures_new"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_brochures_new"].selectedIndex]*itemInfo[1][5][document.forms["add_cart1"].elements["scoring_brochures"].selectedIndex]*itemInfo[1][0][document.forms["add_cart1"].elements["size_brochures"].selectedIndex])+((20*itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["hole_drilling"].selectedIndex]*((quantity/1000)*20)))+((10*itemInfo[1][4][perforation])+(itemInfo[1][4][perforation]*((quantity/1000)*20))))*itemInfo[1][8][turnaround1235_recon])+itemInfo[1][6][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
{
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(9);
fieldInfo[1] = new Array(9);
pfInfo[1] = new Array(9);
var sDescArr = new Array(9);
fieldInfo[1][0] = "size_brochures";
itemInfo[1][0] = new Array(4);
pfInfo[1][0] = new Array(4);
itemInfo[1][0][0] = 1.00;
pfInfo[1][0][0] = 'NON';
itemInfo[1][0][1] = 1.00;
pfInfo[1][0][1] = 'NON';
itemInfo[1][0][2] = 1.00;
pfInfo[1][0][2] = 'NON';
itemInfo[1][0][3] = 1.00;
pfInfo[1][0][3] = 'NON';
fieldInfo[1][1] = "Color_brochures_new";
itemInfo[1][1] = new Array(3);
pfInfo[1][1] = new Array(3);
itemInfo[1][1][0] = 1.00;
pfInfo[1][1][0] = 'NON';
itemInfo[1][1][1] = 1.20;
pfInfo[1][1][1] = 'NON';
itemInfo[1][1][2] = 1.25;
pfInfo[1][1][2] = 'NON';

fieldInfo[1][2] = "papertype_brochures_new";
itemInfo[1][2] = new Array(4);
pfInfo[1][2] = new Array(4);
itemInfo[1][2][0] = 1.00;
pfInfo[1][2][0] = 'NON';
itemInfo[1][2][1] = 0.95;
pfInfo[1][2][1] = 'NON';
itemInfo[1][2][2] = 1.20;
pfInfo[1][2][2] = 'NON';
itemInfo[1][2][3] = 1.25;
pfInfo[1][2][3] = 'NON';

fieldInfo[1][3] = "hole_drilling";
itemInfo[1][3] = new Array(4);
pfInfo[1][3] = new Array(4);
itemInfo[1][3][0] = 0.00;
pfInfo[1][3][0] = 'NON';
itemInfo[1][3][1] = 1.00;
pfInfo[1][3][1] = 'NON';
itemInfo[1][3][2] = 1.00;
pfInfo[1][3][2] = 'NON';
itemInfo[1][3][3] = 1.00;
pfInfo[1][3][3] = 'NON';

fieldInfo[1][4] = "perforation";
itemInfo[1][4] = new Array(2);
pfInfo[1][4] = new Array(2);
itemInfo[1][4][0] = 1.00;
pfInfo[1][4][0] = 'NON';
itemInfo[1][4][1] = 0.00;
pfInfo[1][4][1] = 'NON';

fieldInfo[1][5] = "scoring_brochures";
itemInfo[1][5] = new Array(6);
pfInfo[1][5] = new Array(6);
itemInfo[1][5][0] = 1.00;
pfInfo[1][5][0] = 'NON';
itemInfo[1][5][1] = 1.05;
pfInfo[1][5][1] = 'NON';
itemInfo[1][5][2] = 1.05;
pfInfo[1][5][2] = 'NON';
itemInfo[1][5][3] = 1.05;
pfInfo[1][5][3] = 'NON';
itemInfo[1][5][4] = 1.13;
pfInfo[1][5][4] = 'NON';
itemInfo[1][5][5] = 1.13;
pfInfo[1][5][5] = 'NON';

fieldInfo[1][6] = "proof";
itemInfo[1][6] = new Array(3);
pfInfo[1][6] = new Array(3);
itemInfo[1][6][0] = 0.00;
pfInfo[1][6][0] = 'NON';
itemInfo[1][6][1] = 35.00;
pfInfo[1][6][1] = 'NON';
itemInfo[1][6][2] = 50.00;
pfInfo[1][6][2] = 'NON';
fieldInfo[1][7] = "quantity_50_150000";
itemInfo[1][7] = new Array(34);
pfInfo[1][7] = new Array(34);
itemInfo[1][7][0] = 50.00;
pfInfo[1][7][0] = 'NON';
itemInfo[1][7][1] = 100.00;
pfInfo[1][7][1] = 'NON';
itemInfo[1][7][2] = 150.00;
pfInfo[1][7][2] = 'NON';
itemInfo[1][7][3] = 200.00;
pfInfo[1][7][3] = 'NON';
itemInfo[1][7][4] = 250.00;
pfInfo[1][7][4] = 'NON';
itemInfo[1][7][5] = 500.00;
pfInfo[1][7][5] = 'NON';
itemInfo[1][7][6] = 1000.00;
pfInfo[1][7][6] = 'NON';
itemInfo[1][7][7] = 2000.00;
pfInfo[1][7][7] = 'NON';
itemInfo[1][7][8] = 3000.00;
pfInfo[1][7][8] = 'NON';
itemInfo[1][7][9] = 4000.00;
pfInfo[1][7][9] = 'NON';
itemInfo[1][7][10] = 5000.00;
pfInfo[1][7][10] = 'NON';
itemInfo[1][7][11] = 6000.00;
pfInfo[1][7][11] = 'NON';
itemInfo[1][7][12] = 7000.00;
pfInfo[1][7][12] = 'NON';
itemInfo[1][7][13] = 8000.00;
pfInfo[1][7][13] = 'NON';
itemInfo[1][7][14] = 9000.00;
pfInfo[1][7][14] = 'NON';
itemInfo[1][7][15] = 10000.00;
pfInfo[1][7][15] = 'NON';
itemInfo[1][7][16] = 15000.00;
pfInfo[1][7][16] = 'NON';
itemInfo[1][7][17] = 20000.00;
pfInfo[1][7][17] = 'NON';
itemInfo[1][7][18] = 25000.00;
pfInfo[1][7][18] = 'NON';
itemInfo[1][7][19] = 30000.00;
pfInfo[1][7][19] = 'NON';
itemInfo[1][7][20] = 35000.00;
pfInfo[1][7][20] = 'NON';
itemInfo[1][7][21] = 40000.00;
pfInfo[1][7][21] = 'NON';
itemInfo[1][7][22] = 45000.00;
pfInfo[1][7][22] = 'NON';
itemInfo[1][7][23] = 50000.00;
pfInfo[1][7][23] = 'NON';
itemInfo[1][7][24] = 60000.00;
pfInfo[1][7][24] = 'NON';
itemInfo[1][7][25] = 70000.00;
pfInfo[1][7][25] = 'NON';
itemInfo[1][7][26] = 80000.00;
pfInfo[1][7][26] = 'NON';
itemInfo[1][7][27] = 90000.00;
pfInfo[1][7][27] = 'NON';
itemInfo[1][7][28] = 100000.00;
pfInfo[1][7][28] = 'NON';
itemInfo[1][7][29] = 110000.00;
pfInfo[1][7][29] = 'NON';
itemInfo[1][7][30] = 120000.00;
pfInfo[1][7][30] = 'NON';
itemInfo[1][7][31] = 130000.00;
pfInfo[1][7][31] = 'NON';
itemInfo[1][7][32] = 140000.00;
pfInfo[1][7][32] = 'NON';
itemInfo[1][7][33] = 150000.00;
pfInfo[1][7][33] = 'NON';

fieldInfo[1][8] = "turnaround1235_recon";
itemInfo[1][8] = new Array(4);
pfInfo[1][8] = new Array(4);
itemInfo[1][8][0] = 1.00;
pfInfo[1][8][0] = 'NON';
itemInfo[1][8][1] = 1.20;
pfInfo[1][8][1] = 'NON';
itemInfo[1][8][2] = 1.50;
pfInfo[1][8][2] = 'NON';
itemInfo[1][8][3] = 2.00;
pfInfo[1][8][3] = 'NON';

baseInfo[1] = 0;


