function calc() {
var iTot = 0;
var mTot = 0;
	document.forms["add_cart1"].elements["quantity"].value = document.forms["add_cart1"].elements["quantity_50_10000"].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["colors_inside_outside"].type=="select-one")
	{ var colors_inside_outside = document.forms["add_cart1"].elements["colors_inside_outside"].options[document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["colors_inside_outside"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["colors_inside_outside"].length; i++)
	{if (document.forms["add_cart1"].elements["colors_inside_outside"][i].checked)
	{var colors_inside_outside =i ;
	break;}}
}else
{
	var colors_inside_outside =0;
	}}

	if (document.forms["add_cart1"].elements["papertype_greeting_cards"].type=="select-one")
	{ var papertype_greeting_cards = document.forms["add_cart1"].elements["papertype_greeting_cards"].options[document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["papertype_greeting_cards"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["papertype_greeting_cards"].length; i++)
	{if (document.forms["add_cart1"].elements["papertype_greeting_cards"][i].checked)
	{var papertype_greeting_cards =i ;
	break;}}
}else
{
	var papertype_greeting_cards =0;
	}}

	if (document.forms["add_cart1"].elements["size_greetingcards"].type=="select-one")
	{ var size_greetingcards = document.forms["add_cart1"].elements["size_greetingcards"].options[document.forms["add_cart1"].elements["size_greetingcards"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["size_greetingcards"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["size_greetingcards"].length; i++)
	{if (document.forms["add_cart1"].elements["size_greetingcards"][i].checked)
	{var size_greetingcards =i ;
	break;}}
}else
{
	var size_greetingcards =0;
	}}

	if (document.forms["add_cart1"].elements["unprinted_envelopes"].type=="select-one")
	{ var unprinted_envelopes = document.forms["add_cart1"].elements["unprinted_envelopes"].options[document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["unprinted_envelopes"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["unprinted_envelopes"].length; i++)
	{if (document.forms["add_cart1"].elements["unprinted_envelopes"][i].checked)
	{var unprinted_envelopes =i ;
	break;}}
}else
{
	var unprinted_envelopes =0;
	}}

	if (document.forms["add_cart1"].elements["folding"].type=="select-one")
	{ var folding = document.forms["add_cart1"].elements["folding"].options[document.forms["add_cart1"].elements["folding"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["folding"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["folding"].length; i++)
	{if (document.forms["add_cart1"].elements["folding"][i].checked)
	{var folding =i ;
	break;}}
}else
{
	var folding =0;
	}}

	if (document.forms["add_cart1"].elements["proof"].type=="select-one")
	{ var proof = document.forms["add_cart1"].elements["proof"].options[document.forms["add_cart1"].elements["proof"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["proof"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["proof"].length; i++)
	{if (document.forms["add_cart1"].elements["proof"][i].checked)
	{var proof =i ;
	break;}}
}else
{
	var proof =0;
	}}

	if (document.forms["add_cart1"].elements["turnaround1235_recon"].type=="select-one")
	{ var turnaround1235_recon = document.forms["add_cart1"].elements["turnaround1235_recon"].options[document.forms["add_cart1"].elements["turnaround1235_recon"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["turnaround1235_recon"].length>0)
{

	for (var i=0; i < document.forms["add_cart1"].elements["turnaround1235_recon"].length; i++)
	{if (document.forms["add_cart1"].elements["turnaround1235_recon"][i].checked)
	{var turnaround1235_recon = document.forms["add_cart1"].elements["turnaround1235_recon"][i].value;

	var index_turnaround = i;
	break;}}
}else
{
	var turnaround1235_recon = document.forms["add_cart1"].elements["turnaround1235_recon"].value;

	var index_turnaround = 0;
	}}

	if ((quantity > 0 && quantity <=50) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.5555*0.899)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50 && quantity <=100) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.0740*0.5495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 100 && quantity <=150) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.0740*0.433)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 150 && quantity <=200) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.0740*0.34975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 200 && quantity <=250) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.0740*0.2998)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 250 && quantity <=500) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.0740*0.1699)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 500 && quantity <=1000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.0740*0.08995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 1000 && quantity <=2000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.064975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 2000 && quantity <=3000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.054983)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 3000 && quantity <=4000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.049988)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 4000 && quantity <=5000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.045990)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 5000 && quantity <=6000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.044158)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 6000 && quantity <=7000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.042136)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 7000 && quantity <=8000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.040619)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 8000 && quantity <=9000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.039439)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 9000) && size_greetingcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.8518*0.038495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*42)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 0 && quantity <=50) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.555495*0.999)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50 && quantity <=100) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.5995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 100 && quantity <=150) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.466333)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 150 && quantity <=200) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.37475)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 200 && quantity <=250) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.3198)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 250 && quantity <=500) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.1799)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 500 && quantity <=1000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.10995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 1000 && quantity <=2000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.079975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 2000 && quantity <=3000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.068317)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 3000 && quantity <=4000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.062488)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 4000 && quantity <=5000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.05799)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 5000 && quantity <=6000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.055825)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 6000 && quantity <=7000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.054279)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 7000 && quantity <=8000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.053119)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 8000 && quantity <=9000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.052217)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 9000) && size_greetingcards == "6x8.5")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.851780*0.050995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*63)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 0 && quantity <=50) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.481424*1.599)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 50 && quantity <=100) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.8995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 100 && quantity <=150) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.666333)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 150 && quantity <=200) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.54975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 200 && quantity <=250) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.4798)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 250 && quantity <=500) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.222136*0.2699)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 500 && quantity <=1000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*2.073993*0.16495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 1000 && quantity <=2000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.114975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 2000 && quantity <=3000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.099983)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 3000 && quantity <=4000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.092488)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 4000 && quantity <=5000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.08599)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 5000 && quantity <=6000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.083325)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 6000 && quantity <=7000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.080707)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 7000 && quantity <=8000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.079369)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 8000 && quantity <=9000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.076661)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		mTot = mTot + iTot /quantity;
	}


	if ((quantity > 9000) && size_greetingcards == "7x10")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.925851*0.075995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_inside_outside"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["papertype_greeting_cards"].selectedIndex])+((10*itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex])+(itemInfo[1][3][document.forms["add_cart1"].elements["unprinted_envelopes"].selectedIndex]*((quantity/1000)*66)))+((10*itemInfo[1][4][folding])+(itemInfo[1][4][folding]*((quantity/1000)*40))))*itemInfo[1][7][turnaround1235_recon])+(itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]*2));
		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(8);
fieldInfo[1] = new Array(8);
pfInfo[1] = new Array(8);
var sDescArr = new Array(8);
fieldInfo[1][0] = "colors_inside_outside";
itemInfo[1][0] = new Array(2);
pfInfo[1][0] = new Array(2);
itemInfo[1][0][0] = 1.00;
pfInfo[1][0][0] = 'NON';
itemInfo[1][0][1] = 1.21;
pfInfo[1][0][1] = 'NON';
fieldInfo[1][1] = "papertype_greeting_cards";
itemInfo[1][1] = new Array(2);
pfInfo[1][1] = new Array(2);
itemInfo[1][1][0] = 1.00;
pfInfo[1][1][0] = 'NON';
itemInfo[1][1][1] = 1.25;
pfInfo[1][1][1] = 'NON';

fieldInfo[1][2] = "size_greetingcards";
itemInfo[1][2] = new Array(3);
pfInfo[1][2] = new Array(3);
itemInfo[1][2][0] = 1.00;
pfInfo[1][2][0] = 'NON';
itemInfo[1][2][1] = 1.00;
pfInfo[1][2][1] = 'NON';
itemInfo[1][2][2] = 1.00;
pfInfo[1][2][2] = 'NON';

fieldInfo[1][3] = "unprinted_envelopes";
itemInfo[1][3] = new Array(3);
pfInfo[1][3] = new Array(3);
itemInfo[1][3][0] = 0.00;
pfInfo[1][3][0] = 'NON';
itemInfo[1][3][1] = 1.00;
pfInfo[1][3][1] = 'NON';
itemInfo[1][3][2] = 2.15;
pfInfo[1][3][2] = 'NON';

fieldInfo[1][4] = "folding";
itemInfo[1][4] = new Array(2);
pfInfo[1][4] = new Array(2);
itemInfo[1][4][0] = 1.00;
pfInfo[1][4][0] = 'NON';
itemInfo[1][4][1] = 0.00;
pfInfo[1][4][1] = 'NON';

fieldInfo[1][5] = "proof";
itemInfo[1][5] = new Array(3);
pfInfo[1][5] = new Array(3);
itemInfo[1][5][0] = 0.00;
pfInfo[1][5][0] = 'NON';
itemInfo[1][5][1] = 35.00;
pfInfo[1][5][1] = 'NON';
itemInfo[1][5][2] = 50.00;
pfInfo[1][5][2] = 'NON';
fieldInfo[1][6] = "quantity_50_10000";
itemInfo[1][6] = new Array(16);
pfInfo[1][6] = new Array(16);
itemInfo[1][6][0] = 50.00;
pfInfo[1][6][0] = 'NON';
itemInfo[1][6][1] = 100.00;
pfInfo[1][6][1] = 'NON';
itemInfo[1][6][2] = 150.00;
pfInfo[1][6][2] = 'NON';
itemInfo[1][6][3] = 200.00;
pfInfo[1][6][3] = 'NON';
itemInfo[1][6][4] = 250.00;
pfInfo[1][6][4] = 'NON';
itemInfo[1][6][5] = 500.00;
pfInfo[1][6][5] = 'NON';
itemInfo[1][6][6] = 1000.00;
pfInfo[1][6][6] = 'NON';
itemInfo[1][6][7] = 2000.00;
pfInfo[1][6][7] = 'NON';
itemInfo[1][6][8] = 3000.00;
pfInfo[1][6][8] = 'NON';
itemInfo[1][6][9] = 4000.00;
pfInfo[1][6][9] = 'NON';
itemInfo[1][6][10] = 5000.00;
pfInfo[1][6][10] = 'NON';
itemInfo[1][6][11] = 6000.00;
pfInfo[1][6][11] = 'NON';
itemInfo[1][6][12] = 7000.00;
pfInfo[1][6][12] = 'NON';
itemInfo[1][6][13] = 8000.00;
pfInfo[1][6][13] = 'NON';
itemInfo[1][6][14] = 9000.00;
pfInfo[1][6][14] = 'NON';
itemInfo[1][6][15] = 10000.00;
pfInfo[1][6][15] = 'NON';

fieldInfo[1][7] = "turnaround1235_recon";
itemInfo[1][7] = new Array(4);
pfInfo[1][7] = new Array(4);
itemInfo[1][7][0] = 1.00;
pfInfo[1][7][0] = 'NON';
itemInfo[1][7][1] = 1.15;
pfInfo[1][7][1] = 'NON';
itemInfo[1][7][2] = 1.25;
pfInfo[1][7][2] = 'NON';
itemInfo[1][7][3] = 1.35;
pfInfo[1][7][3] = 'NON';

baseInfo[1] = 0;

