// New function do not remove
// Function call included in calc() function
function setCatalogID() {
    var catalogID = "1143";
    var sizeVal = document.getElementById("size_calendars").value;
    if (sizeVal == "6x6") { catalogID = "1230"; }
    else if (sizeVal == "5.5x8.5") { catalogID = "1339" }
    else if (sizeVal == "8.5x11") { catalogID = "1143" }
    else if (sizeVal == "12x12") { catalogID = "1237" }
    document.getElementById("catalog_id").value = catalogID;
}
// New function do not remove
function calc(){
setCatalogID();
var iTot = 0;
var mTot = 0;
	document.forms["add_cart1"].elements["quantity"].value = document.forms["add_cart1"].elements["quantity_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_calendars"].type=="select-one")
	{ var size_calendars = document.forms["add_cart1"].elements["size_calendars"].options[document.forms["add_cart1"].elements["size_calendars"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["size_calendars"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["size_calendars"].length; i++)
	{if (document.forms["add_cart1"].elements["size_calendars"][i].checked)
	{var size_calendars =i ;
	break;}}
}else
{
	var size_calendars =0;
	}}
 
	if (document.forms["add_cart1"].elements["calendar_month"].type=="select-one")
	{ var calendar_month = document.forms["add_cart1"].elements["calendar_month"].options[document.forms["add_cart1"].elements["calendar_month"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["calendar_month"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["calendar_month"].length; i++)
	{if (document.forms["add_cart1"].elements["calendar_month"][i].checked)
	{var calendar_month =i ;
	break;}}
}else
{
	var calendar_month =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["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["hole_drilling_316"].type=="select-one")
	{ var hole_drilling_316 = document.forms["add_cart1"].elements["hole_drilling_316"].options[document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["hole_drilling_316"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["hole_drilling_316"].length; i++)
	{if (document.forms["add_cart1"].elements["hole_drilling_316"][i].checked)
	{var hole_drilling_316 =i ;
	break;}}
}else
{
	var hole_drilling_316 =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) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((15*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.8274*(quantity-25)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-25)+179.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((20*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.8274*(quantity-50)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-50)+249.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.8274*(quantity-100)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-100)+319.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.8274*(quantity-150)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-150)+389.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.8274*(quantity-200)+0.0463*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-200)+469.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.12*(quantity-250)+0.02*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-250)+519.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((43*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.15*(quantity-1000)+0.0125*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-1000)+617.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((70*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.153*(quantity-3000)+0.019*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-3000)+919.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((119*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.155*(quantity-5000)+0.0237*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-5000)+1223.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.1978*(quantity-25)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-25)+329.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.1978*(quantity-50)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-50)+459.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.1978*(quantity-100)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-100)+599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.1978*(quantity-150)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-150)+739.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.6282*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.1978*(quantity-200)+0.059*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-200)+859.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((50*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.22*(quantity-250)+0.0071*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-250)+914.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.28*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55.3125*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.265*(quantity-1000)+0.0088*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-1000)+1089.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.24*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((73*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.2645*(quantity-3000)+0.0089*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-3000)+1619.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.20*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((90.75*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.28*(quantity-5000)+0.0094*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-5000)+2149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((18.75*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6696*(quantity-25)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-25)+529.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((17.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6696*(quantity-50)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-50)+719.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((23.13*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6696*(quantity-100)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-100)+949.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.38*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6696*(quantity-150)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-150)+1149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6696*(quantity-200)+0.0559*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-200)+1349.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((36.25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.32*(quantity-250)+0.0075*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-250)+1399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.39*(quantity-1000)+0.0094*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-1000)+1639.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.24*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((61.25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.385*(quantity-3000)+0.0097*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-3000)+2409.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.19*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "5.5x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.63*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.38*(quantity-5000)+0.0099*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-5000)+3169.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((22*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.3122*(quantity-25)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-25)+279.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((22*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.3122*(quantity-50)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-50)+399.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.3122*(quantity-100)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-100)+579.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((52*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.3122*(quantity-150)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-150)+799.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((58*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.3122*(quantity-200)+0.0763*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-200)+899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((61*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.24*(quantity-250)+0.0117*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-250)+1029.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.23*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((69*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.27*(quantity-1000)+0.0148*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-1000)+1179.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.20*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((102*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.26*(quantity-3000)+0.0148*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-3000)+1699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.17*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((132.5625*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.33*(quantity-5000)+0.0144*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-5000)+2269.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.08*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.9226*(quantity-25)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-25)+419.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.9226*(quantity-50)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-50)+599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((50.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.9226*(quantity-100)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-100)+849.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((72.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.9226*(quantity-150)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-150)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((74.4147*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.9226*(quantity-200)+0.1002*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-200)+1499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((84.9375*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.5*(quantity-250)+0.013*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-250)+1799.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.20*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((94.6875*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.53*(quantity-1000)+0.0156*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-1000)+2099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.175*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((125.875*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.55*(quantity-3000)+0.0156*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-3000)+3149.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.08*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((157.125*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.56*(quantity-5000)+0.0198*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-5000)+4199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+2.724*(quantity-25)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-25)+649.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((45.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+2.724*(quantity-50)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-50)+899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((50.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+2.724*(quantity-100)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-100)+1599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((62.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+2.724*(quantity-150)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-150)+2199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((88.4483*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+2.724*(quantity-200)+0.1099*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-200)+2599.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((100.1875*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.6*(quantity-250)+0.0087*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-250)+3049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.12*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((107.6875*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.78*(quantity-1000)+0.019*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-1000)+3479.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((145.7656*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.76*(quantity-3000)+0.017*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-3000)+5049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "8.5x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((180.7188*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.84*(quantity-5000)+0.0201*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-5000)+6549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.00*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((15*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.9092*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-25)+169.00)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30007*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((20*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.9092*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-50)+239.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.9092*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-100)+299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((30*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.9092*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-150)+369.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.9092*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-200)+444.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.12*(quantity-250)+0.02*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-250)+489.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((45*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.15*(quantity-1000)+0.0125*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-1000)+589.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.20*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((70*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.153*(quantity-3000)+0.02*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-3000)+879.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.20*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((119*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.156*(quantity-5000)+0.0237*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-5000)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.17*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.2876*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-25)+314.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.2876*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-50)+434.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.2876*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-100)+569.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.2876*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-150)+699.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((34.1931*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+1.2876*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-200)+819.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((40.1063*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.24*(quantity-250)+0.0205*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-250)+869.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.28*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((55.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.26*(quantity-1000)+0.0058*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-1000)+1039.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((67.15*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.272*(quantity-3000)+0.0145*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-3000)+1549.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.20*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((96.2325*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.285*(quantity-5000)+0.0131*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-5000)+2059.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((18.75*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6661*(quantity-25)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-25)+499.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((17.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6661*(quantity-50)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-50)+689.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.35*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((23.13*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6661*(quantity-100)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-100)+899.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((29.38*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6661*(quantity-150)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-150)+1099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.30*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((35*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.6661*(quantity-200)+0.0473*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-200)+1289.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.28*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((36.25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.32*(quantity-250)+0.0075*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-250)+1339.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((42.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.38*(quantity-1000)+0.0094*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-1000)+1559.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.22*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((61.25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.384*(quantity-3000)+0.0097*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-3000)+2299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.18*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "6x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.63*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.387*(quantity-5000)+0.0099*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-5000)+3049.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((90*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.7333*(quantity-25)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-25)+1159.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((92.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.7333*(quantity-50)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-50)+1199.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((95*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.7333*(quantity-100)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-100)+1239.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((97.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.7333*(quantity-150)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-150)+1279.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((100*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+1.7333*(quantity-200)+0.001*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-200)+1319.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((101.25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.29*(quantity-250)+0.0003*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-250)+1364.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.25*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((113.75*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.33*(quantity-1000)+0.049*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-1000)+1574.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.20*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((192.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.55*(quantity-3000)+0.037*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-3000)+2299.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 12 && calendar_month <24) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((242.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)+0.46*(quantity-5000)+0.025*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-16)*(quantity-5000)+3129.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+2.76*(quantity-25)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-25)+2309.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+2.76*(quantity-50)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-50)+2379.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+2.76*(quantity-100)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-100)+2449.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+2.76*(quantity-150)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-150)+2519.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((80.514*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+2.76*(quantity-200)+0.1114*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-200)+2589.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((94.4375*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.6*(quantity-250)+0.0169*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-250)+2659.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.15*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((107.125*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.72*(quantity-1000)+0.0209*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-1000)+3099.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.1*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((148.9375*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.74*(quantity-3000)+0.021*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-3000)+4529.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 24 && calendar_month <36) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((190.875*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)+0.755*(quantity-5000)+0.0216*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-28)*(quantity-5000)+5959.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.02*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 25 && quantity < 50) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((143.13*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+3.6511*(quantity-25)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-25)+3879.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.11*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 50 && quantity < 100) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((146.25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+3.6511*(quantity-50)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-50)+3979.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.09*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 100 && quantity < 150) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((149.38*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+3.6511*(quantity-100)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-100)+4079.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 150 && quantity < 200) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((152.5*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+3.6511*(quantity-150)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-150)+4179.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 200 && quantity < 250) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((155.63*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+3.6511*(quantity-200)+0.1621*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-200)+4279.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.07*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 250 && quantity < 1000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((158.75*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+0.85*(quantity-250)+0.028*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-250)+4379.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.06*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.05*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 1000 && quantity < 3000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((176.88*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.01*(quantity-1000)+0.01*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-1000)+5019.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.05*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.03*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 3000 && quantity < 5000) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((231.25*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.05*(quantity-3000)+0.02*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-3000)+7069.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.01*1+0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity >= 5000 && quantity < 22500) && (calendar_month >= 36 && calendar_month <60) && size_calendars == "12x12")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((285*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)+1.11*(quantity-5000)+0.027*((itemInfo[1][1][document.forms["add_cart1"].elements["calendar_month"].selectedIndex]+4)-40)*(quantity-5000)+9119.95)*1*(itemInfo[1][3][document.forms["add_cart1"].elements["papertype_inside_multipage_factor"].selectedIndex])*1+quantity*(itemInfo[1][4][document.forms["add_cart1"].elements["binding_multipage_addon"].selectedIndex]+itemInfo[1][2][document.forms["add_cart1"].elements["colors_cover_catalog_addon"].selectedIndex])+((itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*30)+(itemInfo[1][5][document.forms["add_cart1"].elements["hole_drilling_316"].selectedIndex]*0.035*quantity))+(itemInfo[1][6][document.forms["add_cart1"].elements["proof_hardcopy"].selectedIndex]))*itemInfo[1][8][turnaround1235_recon]*itemInfo[1][0][document.forms["add_cart1"].elements["size_calendars"].selectedIndex]*1.00*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
{
tTot = Math.round(iTot * 100) / 100 + .00001;
//var maxDisc = document.forms["add_cart1"].elements["price_max"].value;
var maxDisc =500;
var price_factor = document.forms["add_cart1"].elements["price_factor"].value;
var calculatedDisc;
var discountedTotal;
var iDiscount;
var youSave;
var displayDisc;

calculatedDisc = tTot*(1-price_factor);
if(calculatedDisc > maxDisc && maxDisc > 0 )
{
    discountedTotal=tTot-maxDisc;
    //iDiscount = maxDisc;
    iDiscount = (1-price_factor)*100;
    //displayDisc = "" + (Math.round(iDiscount* 100) / 100 + .001);   
    //displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
     displayDisc = "" + (Math.round(maxDisc* 100) / 100 + .001);   
    displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
    document.getElementById("idYouSave").innerHTML = "" + Math.round(iDiscount) + "%" ;
    document.getElementById("idMaxYouSave").innerHTML =  "$" + maxDisc ;
    document.getElementById("idYouSaveNew").innerHTML =  "- $" + displayDisc ;
}
else
{
   discountedTotal=tTot*price_factor;
   iDiscount = (1-price_factor)*100;
    displayDisc = "" + (Math.round(calculatedDisc* 100) / 100 + .001);
    displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
    document.getElementById("idYouSave").innerHTML ="" + Math.round(iDiscount) + "%" ;
    if (maxDisc != "off")
    {
        document.getElementById("idMaxYouSave").innerHTML =  "$" + maxDisc ;
    }
    document.getElementById("idYouSaveNew").innerHTML =  "- $" + displayDisc ;
}
var xDiscountedTotal = "" + discountedTotal;


	
xDiscountedTotal = xDiscountedTotal.substring(0,xDiscountedTotal.indexOf(".") + 3);
document.getElementById("idNowOnly").innerHTML = "$" + xDiscountedTotal;
	var totX = "" + tTot;
	totX = totX.substring(0,totX.indexOf(".") + 3);
	if(totX > 0 )
{
document.getElementById("sptotal").innerHTML = "$" + totX;}
else
{
document.getElementById("sptotal").innerHTML = "Free";}


	document.forms["add_cart1"].elements["total"].value = "$" + totX;

	pTot = (tTot/quantity);
	var totX = "" + pTot;
	totX = totX.substring(0,totX.indexOf(".") + 4);
pTot = (discountedTotal/quantity);
totX = "" + pTot;
totX = totX.substring(0,totX.indexOf(".") + 4);
	document.forms["add_cart1"].elements["price"].value = "$" + totX;
	if(totX > 0 )
{
document.getElementById("spprice").innerHTML =  "$" + totX;}
else
{
document.getElementById("spprice").innerHTML =  "Free";}

}
}

var itemInfo = new Array(1) ;
var fieldInfo = new Array(1) ;
var pfInfo = new Array(1) ;
var baseInfo = new Array(1) ;
itemInfo[1] = new Array(9);
fieldInfo[1] = new Array(9);
pfInfo[1] = new Array(9);
var sDescArr = new Array(9);
fieldInfo[1][0] = "size_calendars";
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] = "calendar_month";
itemInfo[1][1] = new Array(3);
pfInfo[1][1] = new Array(3);
itemInfo[1][1][0] = 24.00;
pfInfo[1][1][0] = 'NON';
itemInfo[1][1][1] = 36.00;
pfInfo[1][1][1] = 'NON';
itemInfo[1][1][2] = 12.00;
pfInfo[1][1][2] = '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] = "binding_multipage_addon";
itemInfo[1][4] = new Array(2);
pfInfo[1][4] = new Array(2);
itemInfo[1][4][0] = 0.00;
pfInfo[1][4][0] = 'NON';
itemInfo[1][4][1] = 1.20;
pfInfo[1][4][1] = 'NON';

fieldInfo[1][5] = "hole_drilling_316";
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.00;
pfInfo[1][5][1] = 'NON';

fieldInfo[1][6] = "proof_hardcopy";
itemInfo[1][6] = new Array(2);
pfInfo[1][6] = new Array(2);
itemInfo[1][6][0] = 0.00;
pfInfo[1][6][0] = 'NON';
itemInfo[1][6][1] = 50.00;
pfInfo[1][6][1] = 'NON';
fieldInfo[1][7] = "quantity_25_20000";
itemInfo[1][7] = new Array(31);
pfInfo[1][7] = new Array(31);
itemInfo[1][7][0] = 25.00;
pfInfo[1][7][0] = 'NON';
itemInfo[1][7][1] = 50.00;
pfInfo[1][7][1] = 'NON';
itemInfo[1][7][2] = 100.00;
pfInfo[1][7][2] = 'NON';
itemInfo[1][7][3] = 150.00;
pfInfo[1][7][3] = 'NON';
itemInfo[1][7][4] = 200.00;
pfInfo[1][7][4] = 'NON';
itemInfo[1][7][5] = 250.00;
pfInfo[1][7][5] = 'NON';
itemInfo[1][7][6] = 500.00;
pfInfo[1][7][6] = 'NON';
itemInfo[1][7][7] = 750.00;
pfInfo[1][7][7] = 'NON';
itemInfo[1][7][8] = 1000.00;
pfInfo[1][7][8] = 'NON';
itemInfo[1][7][9] = 1500.00;
pfInfo[1][7][9] = 'NON';
itemInfo[1][7][10] = 2000.00;
pfInfo[1][7][10] = 'NON';
itemInfo[1][7][11] = 2500.00;
pfInfo[1][7][11] = 'NON';
itemInfo[1][7][12] = 3000.00;
pfInfo[1][7][12] = 'NON';
itemInfo[1][7][13] = 3500.00;
pfInfo[1][7][13] = 'NON';
itemInfo[1][7][14] = 4000.00;
pfInfo[1][7][14] = 'NON';
itemInfo[1][7][15] = 4500.00;
pfInfo[1][7][15] = 'NON';
itemInfo[1][7][16] = 5000.00;
pfInfo[1][7][16] = 'NON';
itemInfo[1][7][17] = 5500.00;
pfInfo[1][7][17] = 'NON';
itemInfo[1][7][18] = 6000.00;
pfInfo[1][7][18] = 'NON';
itemInfo[1][7][19] = 6500.00;
pfInfo[1][7][19] = 'NON';
itemInfo[1][7][20] = 7000.00;
pfInfo[1][7][20] = 'NON';
itemInfo[1][7][21] = 7500.00;
pfInfo[1][7][21] = 'NON';
itemInfo[1][7][22] = 8000.00;
pfInfo[1][7][22] = 'NON';
itemInfo[1][7][23] = 8500.00;
pfInfo[1][7][23] = 'NON';
itemInfo[1][7][24] = 9000.00;
pfInfo[1][7][24] = 'NON';
itemInfo[1][7][25] = 9500.00;
pfInfo[1][7][25] = 'NON';
itemInfo[1][7][26] = 10000.00;
pfInfo[1][7][26] = 'NON';
itemInfo[1][7][27] = 12500.00;
pfInfo[1][7][27] = 'NON';
itemInfo[1][7][28] = 15000.00;
pfInfo[1][7][28] = 'NON';
itemInfo[1][7][29] = 17500.00;
pfInfo[1][7][29] = 'NON';
itemInfo[1][7][30] = 20000.00;
pfInfo[1][7][30] = 'NON';
fieldInfo[1][8] = "turnaround1235_recon";
itemInfo[1][8] = new Array(4);
pfInfo[1][8] = new Array(4);
itemInfo[1][8][0] = 1.00;
pfInfo[1][8][0] = 'NON';
itemInfo[1][8][1] = 1.05;
pfInfo[1][8][1] = 'NON';
itemInfo[1][8][2] = 1.21;
pfInfo[1][8][2] = 'NON';
itemInfo[1][8][3] = 1.37;
pfInfo[1][8][3] = 'NON';

baseInfo[1] = 0;

