// New function do not remove
// Function call included in calc() function
function setCatalogID() {
    var catalogID = "1138";
    var sizeVal = document.getElementById("size_booklets").value;
    if (sizeVal == "6x6") { catalogID = "1264"; }
    else if (sizeVal == "5.5x8.5") { catalogID = "1139" }
    else if (sizeVal == "8.5x11") { catalogID = "1138" }
    else if (sizeVal == "12x12") { catalogID = "1265" }
    document.getElementById("catalog_id").value = catalogID;
}
function calc() {
setCatalogID();
var iTot = 0;
var mTot = 0;
	document.forms["add_cart1"].elements["quantity"].value = document.forms["add_cart1"].elements["quantity_25_20000"].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_booklets"].type=="select-one")
	{ var size_booklets = document.forms["add_cart1"].elements["size_booklets"].options[document.forms["add_cart1"].elements["size_booklets"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["size_booklets"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["size_booklets"].length; i++)
	{if (document.forms["add_cart1"].elements["size_booklets"][i].checked)
	{var size_booklets =i ;
	break;}}
}else
{
	var size_booklets =0;
	}}
 
	if (document.forms["add_cart1"].elements["pages_catalog"].type=="select-one")
	{ var pages_catalog = document.forms["add_cart1"].elements["pages_catalog"].options[document.forms["add_cart1"].elements["pages_catalog"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["pages_catalog"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["pages_catalog"].length; i++)
	{if (document.forms["add_cart1"].elements["pages_catalog"][i].checked)
	{var pages_catalog =i ;
	break;}}
}else
{
	var pages_catalog =0;
	}}
 
	if (document.forms["add_cart1"].elements["colors_cover_catalog_addon"].type=="select-one")
	{ var colors_cover_catalog_addon = document.forms["add_cart1"].elements["colors_cover_catalog_addon"].options[document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["colors_cover_catalog_addon"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["colors_cover_catalog_addon"].length; i++)
	{if (document.forms["add_cart1"].elements["colors_cover_catalog_addon"][i].checked)
	{var colors_cover_catalog_addon =i ;
	break;}}
}else
{
	var colors_cover_catalog_addon =0;
	}}
 
	if (document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].type=="select-one")
	{ var papertype_inside_multipage_factor = document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].options[document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].length; i++)
	{if (document.forms["add_cart1"].elements["papertype_inside_multipage_factor"][i].checked)
	{var papertype_inside_multipage_factor =i ;
	break;}}
}else
{
	var papertype_inside_multipage_factor =0;
	}}
 
	if (document.forms["add_cart1"].elements["inside_page_color_factor"].type=="select-one")
	{ var inside_page_color_factor = document.forms["add_cart1"].elements["inside_page_color_factor"].options[document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["inside_page_color_factor"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["inside_page_color_factor"].length; i++)
	{if (document.forms["add_cart1"].elements["inside_page_color_factor"][i].checked)
	{var inside_page_color_factor =i ;
	break;}}
}else
{
	var inside_page_color_factor =0;
	}}
 
	if (document.forms["add_cart1"].elements["binding_multipage_addon"].type=="select-one")
	{ var binding_multipage_addon = document.forms["add_cart1"].elements["binding_multipage_addon"].options[document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["binding_multipage_addon"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["binding_multipage_addon"].length; i++)
	{if (document.forms["add_cart1"].elements["binding_multipage_addon"][i].checked)
	{var binding_multipage_addon =i ;
	break;}}
}else
{
	var binding_multipage_addon =0;
	}}
 
	if (document.forms["add_cart1"].elements["three_hole_punch"].type=="select-one")
	{ var three_hole_punch = document.forms["add_cart1"].elements["three_hole_punch"].options[document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["three_hole_punch"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["three_hole_punch"].length; i++)
	{if (document.forms["add_cart1"].elements["three_hole_punch"][i].checked)
	{var three_hole_punch =i ;
	break;}}
}else
{
	var three_hole_punch =0;
	}}
 
	if (document.forms["add_cart1"].elements["proof_hardcopy"].type=="select-one")
	{ var proof_hardcopy = document.forms["add_cart1"].elements["proof_hardcopy"].options[document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["proof_hardcopy"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["proof_hardcopy"].length; i++)
	{if (document.forms["add_cart1"].elements["proof_hardcopy"][i].checked)
	{var proof_hardcopy =i ;
	break;}}
}else
{
	var proof_hardcopy =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 >= 25 && quantity < 50) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.0938*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.4789*(quantity-25)+0.0402*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-25)+99.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.0938*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.4789*(quantity-50)+0.0402*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-50)+149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.0938*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.4789*(quantity-100)+0.0402*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-100)+189.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.0938*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.4789*(quantity-150)+0.0402*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-150)+229.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.0938*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.4789*(quantity-200)+0.0402*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-200)+269.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.09*(quantity-250)+0.0052*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-250)+287.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((38*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.097*(quantity-1000)+0.0073*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-1000)+349.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((52.625*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.096*(quantity-3000)+0.0264*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-3000)+539.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((105.4485*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.094*(quantity-5000)+0.0128*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-5000)+729.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((33.8894*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.6399*(quantity-25)+0.0469*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-25)+139.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((33.8894*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.6399*(quantity-50)+0.0469*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-50)+199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((33.8894*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.6399*(quantity-100)+0.0469*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-100)+249.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((33.8894*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.6399*(quantity-150)+0.0469*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-150)+299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.10*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((33.8894*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.6399*(quantity-200)+0.0469*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-200)+369.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((39.75*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.11*(quantity-250)+0.11*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-250)+404.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((44.375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.127*(quantity-1000)+0.127*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-1000)+487.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((60.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.135*(quantity-3000)+-0.125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-3000)+749.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((39.1765*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.144*(quantity-5000)+0.144*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-5000)+1049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((15*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.8274*(quantity-25)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-25)+179.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((20*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.8274*(quantity-50)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-50)+249.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.8274*(quantity-100)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-100)+319.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.8274*(quantity-150)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-150)+389.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.8274*(quantity-200)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-200)+469.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.12*(quantity-250)+0.02*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-250)+519.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((43*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.15*(quantity-1000)+0.0125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-1000)+617.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((70*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.153*(quantity-3000)+0.019*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-3000)+919.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((119*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.155*(quantity-5000)+0.0237*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-5000)+1223.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.1978*(quantity-25)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-25)+279.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.1978*(quantity-50)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-50)+389.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.1978*(quantity-100)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-100)+509.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.1978*(quantity-150)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-150)+629.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.1978*(quantity-200)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-200)+729.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((50*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.2*(quantity-250)+0.0071*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-250)+779.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55.3125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.235*(quantity-1000)+0.0088*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-1000)+929.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((73*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.233*(quantity-3000)+0.0089*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-3000)+1394.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((90.75*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.28*(quantity-5000)+0.0094*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-5000)+1859.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.1978*(quantity-25)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-25)+329.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.1978*(quantity-50)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-50)+459.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.1978*(quantity-100)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-100)+599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.1978*(quantity-150)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-150)+739.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.1978*(quantity-200)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-200)+859.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((50*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.22*(quantity-250)+0.0071*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-250)+914.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55.3125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.265*(quantity-1000)+0.0088*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-1000)+1089.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((73*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.2645*(quantity-3000)+0.0089*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-3000)+1619.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((90.75*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.28*(quantity-5000)+0.0094*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-5000)+2149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6696*(quantity-25)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-25)+379.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((32.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6696*(quantity-50)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-50)+529.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6696*(quantity-100)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-100)+689.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((52.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6696*(quantity-150)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-150)+849.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((62.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6696*(quantity-200)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-200)+989.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((61.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.24*(quantity-250)+0.015*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-250)+1029.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((70*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.29*(quantity-1000)+0.015*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-1000)+1219.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((97.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.295*(quantity-3000)+0.014*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-3000)+1809.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((127.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.3*(quantity-5000)+0.01325*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-5000)+2389.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((18.75*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6696*(quantity-25)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-25)+529.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((17.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6696*(quantity-50)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-50)+719.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((23.13*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6696*(quantity-100)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-100)+949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.38*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6696*(quantity-150)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-150)+1149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.10*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6696*(quantity-200)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-200)+1349.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((36.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.32*(quantity-250)+0.0075*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-250)+1399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.39*(quantity-1000)+0.0094*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-1000)+1639.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((61.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.385*(quantity-3000)+0.0097*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-3000)+2409.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.38*(quantity-5000)+0.0099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-5000)+3169.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((33.33*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.4577*(quantity-25)+0.0526*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-25)+999.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((37.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.4577*(quantity-50)+0.0526*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-50)+1249.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.4577*(quantity-100)+0.0526*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-100)+1599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((48.33*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.4577*(quantity-150)+0.0526*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-150)+1899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.4577*(quantity-200)+0.0526*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-200)+2199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.52*(quantity-250)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-250)+2259.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((62.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.6*(quantity-1000)+0.0108*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-1000)+2649.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((85*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.598*(quantity-3000)+0.0114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-3000)+3849.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((107.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.594*(quantity-5000)+0.0119*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-5000)+5049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+4.2998*(quantity-25)+0.0899*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-25)+1599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+4.2998*(quantity-50)+0.0899*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-50)+1899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((31.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+4.2998*(quantity-100)+0.0899*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-100)+2299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((37.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+4.2998*(quantity-150)+0.0899*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-150)+2699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.10*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((37.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+4.2998*(quantity-200)+0.0899*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-200)+2999.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+0.68*(quantity-250)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-250)+3059.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((47.81*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+0.77*(quantity-1000)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-1000)+3549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((67.81*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+0.768*(quantity-3000)+0.0105*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-3000)+5089.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((88.13*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+0.764*(quantity-5000)+0.011*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-5000)+6619.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((10*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.69*(quantity-25)+0.0616*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-25)+199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((10*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.69*(quantity-50)+0.0616*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-50)+249.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((20*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.69*(quantity-100)+0.0616*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-100)+299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((37*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.69*(quantity-150)+0.0616*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-150)+399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.69*(quantity-200)+0.0616*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-200)+499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((45*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.12*(quantity-250)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-250)+534.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((50*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.15*(quantity-1000)+0.0126*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-1000)+629.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((85*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.15*(quantity-3000)+0.0123*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-3000)+929.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((112*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.175*(quantity-5000)+0.014*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-5000)+1249.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((15*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.9365*(quantity-25)+0.0939*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-25)+229.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((15*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.9365*(quantity-50)+0.0939*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-50)+299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.9365*(quantity-100)+0.0939*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-100)+379.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.9365*(quantity-150)+0.0939*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-150)+499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((48*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.9365*(quantity-200)+0.0939*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-200)+629.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((51*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.12*(quantity-250)+0.0128*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-250)+734.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((59*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.2*(quantity-1000)+0.0153*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-1000)+859.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((92*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.27*(quantity-3000)+0.0154*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-3000)+1329.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((122*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.28*(quantity-5000)+0.0175*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-5000)+1909.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((22*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.3122*(quantity-25)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-25)+279.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((22*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.3122*(quantity-50)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-50)+399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.3122*(quantity-100)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-100)+579.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((52*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.3122*(quantity-150)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-150)+799.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((58*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.3122*(quantity-200)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-200)+899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((61*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.24*(quantity-250)+0.0117*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-250)+1029.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((69*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.27*(quantity-1000)+0.0148*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-1000)+1179.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((102*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.26*(quantity-3000)+0.0148*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-3000)+1699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((132.5625*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.33*(quantity-5000)+0.0144*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-5000)+2269.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((32.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.9226*(quantity-25)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-25)+399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((32.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.9226*(quantity-50)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-50)+549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.9226*(quantity-100)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-100)+799.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((62.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.9226*(quantity-150)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-150)+1149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((64.8758*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.9226*(quantity-200)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-200)+1399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((74.9375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.24*(quantity-250)+0.013*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-250)+1499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((84.6875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.43*(quantity-1000)+0.0156*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-1000)+1739.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((115.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.45*(quantity-3000)+0.0156*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-3000)+2579.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((147.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.46*(quantity-5000)+0.0198*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-5000)+3499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.9226*(quantity-25)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-25)+419.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.9226*(quantity-50)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-50)+599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((50.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.9226*(quantity-100)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-100)+849.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((72.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.9226*(quantity-150)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-150)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((74.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.9226*(quantity-200)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-200)+1499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((84.9375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.5*(quantity-250)+0.013*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-250)+1799.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((94.6875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.53*(quantity-1000)+0.0156*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-1000)+2099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((125.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.55*(quantity-3000)+0.0156*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-3000)+3149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((157.125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.56*(quantity-5000)+0.0198*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-5000)+4199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((22.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+2.724*(quantity-25)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-25)+499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((22.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+2.724*(quantity-50)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-50)+699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+2.724*(quantity-100)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-100)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((52.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+2.724*(quantity-150)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-150)+1599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((58.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+2.724*(quantity-200)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-200)+1949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((93.1875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.6*(quantity-250)+0.0087*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-250)+2149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((99.6875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.6*(quantity-1000)+0.019*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-1000)+2549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((137.7656*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.6*(quantity-3000)+0.017*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-3000)+3749.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((171.7188*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.65*(quantity-5000)+0.0201*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-5000)+4949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+2.724*(quantity-25)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-25)+649.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((45.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+2.724*(quantity-50)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-50)+899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((50.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+2.724*(quantity-100)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-100)+1599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((62.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+2.724*(quantity-150)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-150)+2199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((88.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+2.724*(quantity-200)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-200)+2599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((100.1875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.6*(quantity-250)+0.0087*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-250)+3049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((107.6875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.78*(quantity-1000)+0.019*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-1000)+3479.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((145.7656*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.76*(quantity-3000)+0.017*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-3000)+5049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((180.7188*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.84*(quantity-5000)+0.0201*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-5000)+6549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+6.2413*(quantity-25)+0.1279*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-25)+1549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+6.2413*(quantity-50)+0.1279*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-50)+1899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+6.2413*(quantity-100)+0.1279*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-100)+2799.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((52.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+6.2413*(quantity-150)+0.1279*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-150)+3699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((88.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+6.2413*(quantity-200)+0.1279*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-200)+4699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((108.4063*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.6*(quantity-250)+0.0092*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-250)+5649.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((115.2813*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+1.2*(quantity-1000)+0.0196*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-1000)+6249.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((154.4375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+1.2*(quantity-3000)+0.0175*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-3000)+8874.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((189.3438*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+1.37*(quantity-5000)+0.0265*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-5000)+11349.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+8.2871*(quantity-25)+0.1344*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-25)+1949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+8.2871*(quantity-50)+0.1344*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-50)+2349.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+8.2871*(quantity-100)+0.1344*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-100)+3349.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((59.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+8.2871*(quantity-150)+0.1344*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-150)+4899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((90.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+8.2871*(quantity-200)+0.1344*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-200)+6299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((114.9344*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+1.0*(quantity-250)+0.0092*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-250)+7649.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((121.8333*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+1.6*(quantity-1000)+0.0199*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-1000)+8399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((161.7115*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+1.58*(quantity-3000)+0.0179*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-3000)+11749.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((197.449*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+1.8*(quantity-5000)+0.0219*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-5000)+14899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1942*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.5308*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-25)+99.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.00*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1942*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.5308*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-50)+139.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1942*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.5308*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-100)+179.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1942*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.5308*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-150)+219.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.17*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1942*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.5308*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-200)+249.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.1075*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.08*(quantity-250)+0.0205*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-250)+269.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.095*(quantity-1000)+0.0058*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-1000)+329.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((67.15*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.0953*(quantity-3000)+0.0145*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-3000)+509.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((96.2325*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.0955*(quantity-5000)+0.0131*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-5000)+699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1921*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.72*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-25)+134.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1921*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.72*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-50)+189.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1921*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.72*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-100)+239.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1921*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.72*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-150)+279.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.17*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1921*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.72*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-200)+349.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.105*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.12*(quantity-250)+0.0205*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-250)+384.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.135*(quantity-1000)+0.0058*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-1000)+464.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((67.15*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.141*(quantity-3000)+0.0145*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-3000)+719.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((96.2325*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.147*(quantity-5000)+0.0131*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-5000)+999.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((15*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.9092*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-25)+169.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((20*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.9092*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-50)+239.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.9092*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-100)+299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.9092*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-150)+369.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.17*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.9092*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-200)+444.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.12*(quantity-250)+0.02*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-250)+489.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((45*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.15*(quantity-1000)+0.0125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-1000)+589.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((70*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.153*(quantity-3000)+0.02*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-3000)+879.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.04*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((119*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.156*(quantity-5000)+0.0237*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-5000)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.2876*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-25)+264.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.2876*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-50)+369.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.2876*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-100)+484.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.2876*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-150)+599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.17*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+1.2876*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-200)+694.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.1063*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.2*(quantity-250)+0.0205*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-250)+739.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.235*(quantity-1000)+0.0058*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-1000)+889.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((67.15*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.284*(quantity-3000)+0.0145*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-3000)+1329.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((96.2325*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.283*(quantity-5000)+0.0131*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-5000)+1799.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.2876*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-25)+314.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.2876*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-50)+434.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.2876*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-100)+569.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.2876*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-150)+699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.17*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+1.2876*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-200)+819.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.1063*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.24*(quantity-250)+0.0205*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-250)+869.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.04*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.26*(quantity-1000)+0.0058*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-1000)+1039.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.04*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((67.15*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.272*(quantity-3000)+0.0145*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-3000)+1549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.04*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((96.2325*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.285*(quantity-5000)+0.0131*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-5000)+2059.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6661*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-25)+359.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((32.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6661*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-50)+499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6661*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-100)+659.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((52.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6661*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-150)+809.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.16*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((62.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+1.6661*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-200)+939.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.06*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((63.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.24*(quantity-250)+0.015*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-250)+979.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((70*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.29*(quantity-1000)+0.015*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-1000)+1169.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((97.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.3*(quantity-3000)+0.014*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-3000)+1749.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((127.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.305*(quantity-5000)+0.01325*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-5000)+2299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((18.75*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6661*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-25)+499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((17.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6661*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-50)+689.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((23.13*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6661*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-100)+899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.38*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6661*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-150)+1099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.13*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.6661*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-200)+1289.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((36.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.32*(quantity-250)+0.0075*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-250)+1339.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.38*(quantity-1000)+0.0094*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-1000)+1559.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((61.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.384*(quantity-3000)+0.0097*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-3000)+2299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.387*(quantity-5000)+0.0099*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-5000)+3049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((33.33*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.1798*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-25)+949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((37.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.1798*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-50)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.1798*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-100)+1539.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((48.33*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.1798*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-150)+1799.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.17*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+3.1798*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-200)+2099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.04*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.52*(quantity-250)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-250)+2149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03+1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((62.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.59*(quantity-1000)+0.0108*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-1000)+2549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((85*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.595*(quantity-3000)+0.0113*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-3000)+3699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((107.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+0.6*(quantity-5000)+0.0119*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-5000)+4899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+3.9367*(quantity-25)+0.0476*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-25)+1549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+3.9367*(quantity-50)+0.0476*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-50)+1829.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((31.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+3.9367*(quantity-100)+0.0476*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-100)+2199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((37.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+3.9367*(quantity-150)+0.0476*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-150)+2599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.13*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((37.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+3.9367*(quantity-200)+0.0476*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-200)+2849.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+0.68*(quantity-250)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-250)+2949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((47.81*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+0.77*(quantity-1000)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-1000)+3399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((67.81*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+0.7695*(quantity-3000)+0.0105*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-3000)+4899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((88.13*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+0.769*(quantity-5000)+0.011*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-5000)+6499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((78.4359*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.8887*(quantity-25)+0.1085*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-25)+599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((78.4359*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.8887*(quantity-50)+0.1085*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-50)+619.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.13*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((78.4359*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.8887*(quantity-100)+0.1085*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-100)+639.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((78.4359*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.8887*(quantity-150)+0.1085*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-150)+659.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((78.4359*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.8887*(quantity-200)+0.1085*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-200)+679.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((92*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.15*(quantity-250)+0.0158*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-250)+699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((103.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.24*(quantity-1000)+0.0011*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-1000)+814.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((106.1732*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.4*(quantity-3000)+-0.014*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-3000)+1349.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 4 && pages_catalog <8) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((78.1669*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)+0.3*(quantity-5000)+-0.0081*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-8)*(quantity-5000)+1999.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((74.1731*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+1.3228*(quantity-25)+0.1026*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-25)+889.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((74.1731*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+1.3228*(quantity-50)+0.1026*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-50)+919.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.13*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((74.1731*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+1.3228*(quantity-100)+0.1026*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-100)+949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((74.1731*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+1.3228*(quantity-150)+0.1026*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-150)+979.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((74.1731*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+1.3228*(quantity-200)+0.1026*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-200)+1009.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((87*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.2*(quantity-250)+0.0165*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-250)+1039.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((99.375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.26*(quantity-1000)+0.0207*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-1000)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((140.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.5*(quantity-3000)+0.0204*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-3000)+1714.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 8 && pages_catalog <12) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((181.75*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)+0.32*(quantity-5000)+0.0342*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-12)*(quantity-5000)+2619.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((90*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.7333*(quantity-25)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-25)+1159.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((92.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.7333*(quantity-50)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-50)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.13*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((95*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.7333*(quantity-100)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-100)+1239.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((97.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.7333*(quantity-150)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-150)+1279.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((100*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+1.7333*(quantity-200)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-200)+1319.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((101.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.29*(quantity-250)+0.0003*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-250)+1364.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((113.75*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.33*(quantity-1000)+0.049*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-1000)+1574.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((192.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.55*(quantity-3000)+0.037*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-3000)+2299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 12 && pages_catalog <20) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((242.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)+0.46*(quantity-5000)+0.025*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-16)*(quantity-5000)+3129.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+2.76*(quantity-25)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-25)+1919.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+2.76*(quantity-50)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-50)+1979.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.13*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+2.76*(quantity-100)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-100)+2039.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+2.76*(quantity-150)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-150)+2099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+2.76*(quantity-200)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-200)+2159.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((94.4375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.5*(quantity-250)+0.0169*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-250)+2219.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((107.125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.62*(quantity-1000)+0.0209*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-1000)+2599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((148.9375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.64*(quantity-3000)+0.021*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-3000)+3839.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 20 && pages_catalog <24) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((190.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)+0.66*(quantity-5000)+0.0216*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-24)*(quantity-5000)+5049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+2.76*(quantity-25)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-25)+2309.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+2.76*(quantity-50)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-50)+2379.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.13*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+2.76*(quantity-100)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-100)+2449.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+2.76*(quantity-150)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-150)+2519.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+2.76*(quantity-200)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-200)+2589.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((94.4375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.6*(quantity-250)+0.0169*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-250)+2659.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((107.125*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.72*(quantity-1000)+0.0209*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-1000)+3099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((148.9375*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.74*(quantity-3000)+0.021*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-3000)+4529.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 24 && pages_catalog <28) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((190.875*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)+0.755*(quantity-5000)+0.0216*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-28)*(quantity-5000)+5959.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((147.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+3.6511*(quantity-25)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-25)+2699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((150*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+3.6511*(quantity-50)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-50)+2779.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.13*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((152.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+3.6511*(quantity-100)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-100)+2859.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((155*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+3.6511*(quantity-150)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-150)+2939.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((157.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+3.6511*(quantity-200)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-200)+3019.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((160*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.62*(quantity-250)+0.035*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-250)+3099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((177.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.82*(quantity-1000)+0.025*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-1000)+3599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((232.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.84*(quantity-3000)+0.03*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-3000)+5219.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 28 && pages_catalog <36) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((280*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)+0.85*(quantity-5000)+0.035*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-32)*(quantity-5000)+6859.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((143.13*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+3.6511*(quantity-25)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-25)+3879.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((146.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+3.6511*(quantity-50)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-50)+3979.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((149.38*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+3.6511*(quantity-100)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-100)+4079.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((152.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+3.6511*(quantity-150)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-150)+4179.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((155.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+3.6511*(quantity-200)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-200)+4279.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((158.75*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+0.85*(quantity-250)+0.028*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-250)+4379.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((176.88*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.01*(quantity-1000)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-1000)+5019.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((231.25*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.05*(quantity-3000)+0.02*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-3000)+7069.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 36 && pages_catalog <60) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((285*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)+1.11*(quantity-5000)+0.027*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-40)*(quantity-5000)+9119.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((158.33*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+8.8367*(quantity-25)+0.1791*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-25)+6979.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((162.5*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+8.8367*(quantity-50)+0.1791*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-50)+7229.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.08*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((166.67*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+8.8367*(quantity-100)+0.1791*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-100)+7479.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.06*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((170.83*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+8.8367*(quantity-150)+0.1791*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-150)+7729.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.04*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((175*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+8.8367*(quantity-200)+0.1791*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-200)+7979.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((179.17*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+1.35*(quantity-250)+0.016*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-250)+8229.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((194.17*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+1.7*(quantity-1000)+0.026*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-1000)+9269.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((249.17*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+1.75*(quantity-3000)+0.032*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-3000)+12619.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 60 && pages_catalog <76) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((305*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)+1.82*(quantity-5000)+0.0385*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-64)*(quantity-5000)+15949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((220.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+11.7017*(quantity-25)+0.2521*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-25)+9449.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((225.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+11.7017*(quantity-50)+0.2521*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-50)+9769.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.08*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((230.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+11.7017*(quantity-100)+0.2521*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-100)+10089.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.06*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((235.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+11.7017*(quantity-150)+0.2521*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-150)+10409.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.04*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((240.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+11.7017*(quantity-200)+0.2521*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-200)+10729.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((245.63*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+1.7*(quantity-250)+0.016*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-250)+11049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((246.88*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+2.1*(quantity-1000)+0.031*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-1000)+12379.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((308.13*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+2.23*(quantity-3000)+0.036*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-3000)+16599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (pages_catalog >= 76 && pages_catalog <96) && size_booklets == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((368.13*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)+2.35*(quantity-5000)+0.0405*((itemInfo[1][1][document.forms["add_cart1"].elements["pages_catalog"].selectedIndex]+4)-80)*(quantity-5000)+20839.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex]*itemInfo[1][4][document.forms["add_cart1"].elements["inside_page_color_factor"].selectedIndex])*1+quantity*(itemInfo[1][5][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((60*itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex])+(itemInfo[1][6][document.forms["add_cart1"].elements["three_hole_punch"].selectedIndex]*((quantity/1000)*20)))+(itemInfo[1][7][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][9][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_booklets"].selectedIndex]*1.0*1+0;
		mTot = mTot + iTot /quantity;
	}

if(iTot == 0)
{
tTot = iTot;
document.getElementById("sptotal").innerHTML = 'Free';
document.forms["add_cart1"].elements["total"].value = '$0.00';
document.forms["add_cart1"].elements["price"].value = '$0.00';
document.getElementById("spprice").innerHTML = 'Free';
}
else
{
if (document.forms["add_cart1"].elements["price_factor"].value == 1)
{
        tTot = Math.round(iTot * 100) / 100 + .00001;
	    var price_factor = 1;
        tTot = tTot*price_factor;var totX = "" + tTot;
	    totX = totX.substring(0,totX.indexOf(".") + 3);
	    if(totX > 0 )
        {
            document.getElementById("sptotal").innerHTML = "$" + totX;
        }
        else
        {
            document.getElementById("sptotal").innerHTML = "Free";}
	        document.forms["add_cart1"].elements["total"].value = "$" + totX;

	        pTot = (tTot/quantity);
	        var totX = "" + pTot;
	        totX = totX.substring(0,totX.indexOf(".") + 4);
	        document.forms["add_cart1"].elements["price"].value = "$" + totX;
	        if(totX > 0 )
            {
                document.getElementById("spprice").innerHTML =  "$" + totX;
            }
            else
            {
                document.getElementById("spprice").innerHTML =  "Free";
             }

}
else
{
tTot = Math.round(iTot * 100) / 100 + .00001;
	var maxDisc = 0;
var price_factor = document.forms["add_cart1"].elements["price_factor"].value;
var calculatedDisc;
var discountedTotal;
var iDiscount;
var youSave;
var displayDisc;

calculatedDisc = tTot*(1-price_factor);
if(calculatedDisc > maxDisc && maxDisc > 0 )
{
    discountedTotal=tTot-maxDisc;
    iDiscount = maxDisc;
    displayDisc = "" + (Math.round(iDiscount* 100) / 100 + .001);
    displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
    document.getElementById("idYouSave").innerHTML = "$" + displayDisc;}
else
{
    discountedTotal=tTot*price_factor;
    iDiscount = (1-price_factor)*100;
displayDisc = "" + (Math.round(calculatedDisc* 100) / 100 + .001);
displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
document.getElementById("idYouSave").innerHTML ="" + Math.round(iDiscount) + "%" ;
document.getElementById("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(10);
fieldInfo[1] = new Array(10);
pfInfo[1] = new Array(10);
var sDescArr = new Array(10);
fieldInfo[1][0] = "size_booklets";
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] = "pages_catalog";
itemInfo[1][1] = new Array(23);
pfInfo[1][1] = new Array(23);
itemInfo[1][1][0] = 4.00;
pfInfo[1][1][0] = 'NON';
itemInfo[1][1][1] = 8.00;
pfInfo[1][1][1] = 'NON';
itemInfo[1][1][2] = 12.00;
pfInfo[1][1][2] = 'NON';
itemInfo[1][1][3] = 16.00;
pfInfo[1][1][3] = 'NON';
itemInfo[1][1][4] = 20.00;
pfInfo[1][1][4] = 'NON';
itemInfo[1][1][5] = 24.00;
pfInfo[1][1][5] = 'NON';
itemInfo[1][1][6] = 28.00;
pfInfo[1][1][6] = 'NON';
itemInfo[1][1][7] = 32.00;
pfInfo[1][1][7] = 'NON';
itemInfo[1][1][8] = 36.00;
pfInfo[1][1][8] = 'NON';
itemInfo[1][1][9] = 40.00;
pfInfo[1][1][9] = 'NON';
itemInfo[1][1][10] = 44.00;
pfInfo[1][1][10] = 'NON';
itemInfo[1][1][11] = 48.00;
pfInfo[1][1][11] = 'NON';
itemInfo[1][1][12] = 52.00;
pfInfo[1][1][12] = 'NON';
itemInfo[1][1][13] = 56.00;
pfInfo[1][1][13] = 'NON';
itemInfo[1][1][14] = 60.00;
pfInfo[1][1][14] = 'NON';
itemInfo[1][1][15] = 64.00;
pfInfo[1][1][15] = 'NON';
itemInfo[1][1][16] = 68.00;
pfInfo[1][1][16] = 'NON';
itemInfo[1][1][17] = 72.00;
pfInfo[1][1][17] = 'NON';
itemInfo[1][1][18] = 76.00;
pfInfo[1][1][18] = 'NON';
itemInfo[1][1][19] = 80.00;
pfInfo[1][1][19] = 'NON';
itemInfo[1][1][20] = 84.00;
pfInfo[1][1][20] = 'NON';
itemInfo[1][1][21] = 88.00;
pfInfo[1][1][21] = 'NON';
itemInfo[1][1][22] = 92.00;
pfInfo[1][1][22] = 'NON';

fieldInfo[1][2] = "colors_cover_catalog_addon";
itemInfo[1][2] = new Array(3);
pfInfo[1][2] = new Array(3);
itemInfo[1][2][0] = 0.00;
pfInfo[1][2][0] = 'NON';
itemInfo[1][2][1] = 0.08;
pfInfo[1][2][1] = 'NON';
itemInfo[1][2][2] = 0.10;
pfInfo[1][2][2] = 'NON';

fieldInfo[1][3] = "papertype_inside_multipage_factor";
itemInfo[1][3] = new Array(3);
pfInfo[1][3] = new Array(3);
itemInfo[1][3][0] = 1.00;
pfInfo[1][3][0] = 'NON';
itemInfo[1][3][1] = 0.95;
pfInfo[1][3][1] = 'NON';
itemInfo[1][3][2] = 0.95;
pfInfo[1][3][2] = 'NON';
fieldInfo[1][4] = "inside_page_color_factor";
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.90;
pfInfo[1][4][1] = 'NON';
fieldInfo[1][5] = "binding_multipage_addon";
itemInfo[1][5] = new Array(2);
pfInfo[1][5] = new Array(2);
itemInfo[1][5][0] = 0.00;
pfInfo[1][5][0] = 'NON';
itemInfo[1][5][1] = 1.20;
pfInfo[1][5][1] = 'NON';
fieldInfo[1][6] = "three_hole_punch";
itemInfo[1][6] = new Array(4);
pfInfo[1][6] = new Array(4);
itemInfo[1][6][0] = 0.00;
pfInfo[1][6][0] = 'NON';
itemInfo[1][6][1] = 1.00;
pfInfo[1][6][1] = 'NON';
itemInfo[1][6][2] = 1.00;
pfInfo[1][6][2] = 'NON';
itemInfo[1][6][3] = 1.00;
pfInfo[1][6][3] = 'NON';
fieldInfo[1][7] = "proof_hardcopy";
itemInfo[1][7] = new Array(2);
pfInfo[1][7] = new Array(2);
itemInfo[1][7][0] = 0.00;
pfInfo[1][7][0] = 'NON';
itemInfo[1][7][1] = 50.00;
pfInfo[1][7][1] = 'NON';
fieldInfo[1][8] = "quantity_25_20000";
itemInfo[1][8] = new Array(31);
pfInfo[1][8] = new Array(31);
itemInfo[1][8][0] = 25.00;
pfInfo[1][8][0] = 'NON';
itemInfo[1][8][1] = 50.00;
pfInfo[1][8][1] = 'NON';
itemInfo[1][8][2] = 100.00;
pfInfo[1][8][2] = 'NON';
itemInfo[1][8][3] = 150.00;
pfInfo[1][8][3] = 'NON';
itemInfo[1][8][4] = 200.00;
pfInfo[1][8][4] = 'NON';
itemInfo[1][8][5] = 250.00;
pfInfo[1][8][5] = 'NON';
itemInfo[1][8][6] = 500.00;
pfInfo[1][8][6] = 'NON';
itemInfo[1][8][7] = 750.00;
pfInfo[1][8][7] = 'NON';
itemInfo[1][8][8] = 1000.00;
pfInfo[1][8][8] = 'NON';
itemInfo[1][8][9] = 1500.00;
pfInfo[1][8][9] = 'NON';
itemInfo[1][8][10] = 2000.00;
pfInfo[1][8][10] = 'NON';
itemInfo[1][8][11] = 2500.00;
pfInfo[1][8][11] = 'NON';
itemInfo[1][8][12] = 3000.00;
pfInfo[1][8][12] = 'NON';
itemInfo[1][8][13] = 3500.00;
pfInfo[1][8][13] = 'NON';
itemInfo[1][8][14] = 4000.00;
pfInfo[1][8][14] = 'NON';
itemInfo[1][8][15] = 4500.00;
pfInfo[1][8][15] = 'NON';
itemInfo[1][8][16] = 5000.00;
pfInfo[1][8][16] = 'NON';
itemInfo[1][8][17] = 5500.00;
pfInfo[1][8][17] = 'NON';
itemInfo[1][8][18] = 6000.00;
pfInfo[1][8][18] = 'NON';
itemInfo[1][8][19] = 6500.00;
pfInfo[1][8][19] = 'NON';
itemInfo[1][8][20] = 7000.00;
pfInfo[1][8][20] = 'NON';
itemInfo[1][8][21] = 7500.00;
pfInfo[1][8][21] = 'NON';
itemInfo[1][8][22] = 8000.00;
pfInfo[1][8][22] = 'NON';
itemInfo[1][8][23] = 8500.00;
pfInfo[1][8][23] = 'NON';
itemInfo[1][8][24] = 9000.00;
pfInfo[1][8][24] = 'NON';
itemInfo[1][8][25] = 9500.00;
pfInfo[1][8][25] = 'NON';
itemInfo[1][8][26] = 10000.00;
pfInfo[1][8][26] = 'NON';
itemInfo[1][8][27] = 12500.00;
pfInfo[1][8][27] = 'NON';
itemInfo[1][8][28] = 15000.00;
pfInfo[1][8][28] = 'NON';
itemInfo[1][8][29] = 17500.00;
pfInfo[1][8][29] = 'NON';
itemInfo[1][8][30] = 20000.00;
pfInfo[1][8][30] = 'NON';
fieldInfo[1][9] = "turnaround1235_recon";
itemInfo[1][9] = new Array(4);
pfInfo[1][9] = new Array(4);
itemInfo[1][9][0] = 1.00;
pfInfo[1][9][0] = 'NON';
itemInfo[1][9][1] = 1.05;
pfInfo[1][9][1] = 'NON';
itemInfo[1][9][2] = 1.21;
pfInfo[1][9][2] = 'NON';
itemInfo[1][9][3] = 1.37;
pfInfo[1][9][3] = 'NON';

baseInfo[1] = 0;

