// New function do not remove
// Function call included in calc() function
function setCatalogID() {
    var catalogID = "1019";
    var sizeVal = document.getElementById("size_posters").value;
    if (sizeVal == "11x17") { catalogID = "1064"; }
    else if (sizeVal == "12.25x17.25") { catalogID = "1019" }
    else if (sizeVal == "18x24") { catalogID = "1068" }
    else if (sizeVal == "24x36") { catalogID = "1069" }
    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["paper_posters"].type=="select-one")
	{ var paper_posters = document.forms["add_cart1"].elements["paper_posters"].options[document.forms["add_cart1"].elements["paper_posters"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["paper_posters"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["paper_posters"].length; i++)
	{if (document.forms["add_cart1"].elements["paper_posters"][i].checked)
	{var paper_posters =i ;
	break;}}
}else
{
	var paper_posters =0;
	}}
 
	if (document.forms["add_cart1"].elements["size_posters"].type=="select-one")
	{ var size_posters = document.forms["add_cart1"].elements["size_posters"].options[document.forms["add_cart1"].elements["size_posters"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["size_posters"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["size_posters"].length; i++)
	{if (document.forms["add_cart1"].elements["size_posters"][i].checked)
	{var size_posters =i ;
	break;}}
}else
{
	var size_posters =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 <=25) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.998)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25 && quantity <=50) && size_posters  == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.799)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <=100) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.7495)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <=150) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.666333)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <=200) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.64975)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <=250) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.6398)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.3999)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <=750) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.27995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 750 && quantity <=1000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.22995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <=2000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.169975)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <=3000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.143317)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <=4000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.127488)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <=5000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.11599)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <=6000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.111658)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <=7000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.107136)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <=8000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.103744)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <=9000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.099994)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <=10000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.097995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <=20000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.095)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <=30000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.093)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <=40000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.091)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000) && size_posters == "11x17")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.089)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 0 && quantity<=25) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*1.198)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25 && quantity <=50) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.899)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <=100) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.7995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <=150) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.699667)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <=200) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.67475)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <=250) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.6598)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.4099)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <=750) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.315)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 750 && quantity <=1000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.24995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <=2000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.174975)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <=3000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.146650)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <=4000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.129988)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <=5000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.11799)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <=6000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.113325)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <=7000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.108564)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <=8000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.104994)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <=9000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.102217)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <=10000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.099995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <=20000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.097)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <=30000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.095)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <=40000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.093)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000) && size_posters == "12.25x17.25")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.091)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 0 && quantity<=25) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*11.998)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25 && quantity <=50) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*6.599)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <=100) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*3.4995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <=150) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*2.466333)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <=200) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*1.89975)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <=250) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*1.5598)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.7999)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <=750) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.5499)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 750 && quantity <=1000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.43995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <=2000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.324975)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <=3000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.26665)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <=4000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.249988)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <=5000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.22999)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <=6000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.221658)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <=7000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.214279)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <=8000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.206244)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <=9000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.203328)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <=10000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.199995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <=20000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.197)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <=30000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.195)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <=40000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.193)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000) && size_posters == "18x24")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.191)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 0 && quantity<=25) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*19.998)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25 && quantity <=50) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*10.599)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <=100) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*5.4995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <=150) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*3.866333)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <=200) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*2.99975)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <=250) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*2.5998)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*1.3999)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <=750) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.9999)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 750 && quantity <=1000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*1.7*.79995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <=2000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.599975)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <=3000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.533317)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <=4000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.474988)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <=5000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.44999)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <=6000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.424992)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <=7000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.414279)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <=8000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.406244)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <=9000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.394439)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <=10000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.389995)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <=20000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.36)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <=30000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.34)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <=40000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.32)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000) && size_posters == "24x36")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + ((((quantity*2*.3)*itemInfo[1][0][document.forms["add_cart1"].elements["paper_posters"].selectedIndex]*itemInfo[1][1][document.forms["add_cart1"].elements["size_posters"].selectedIndex])*itemInfo[1][4][turnaround1235_recon])+itemInfo[1][2][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4285714;
		mTot = mTot + iTot /quantity;
	}
 
		
if(iTot == 0)
{
tTot = iTot;
document.getElementById("sptotal").innerHTML = 'Free';
document.forms["add_cart1"].elements["total"].value = '$0.00';
document.forms["add_cart1"].elements["price"].value = '$0.00';
document.getElementById("spprice").innerHTML = 'Free';
}
else
{
tTot = Math.round(iTot * 100) / 100 + .00001;
var maxDisc = document.forms["add_cart1"].elements["price_max"].value;
var price_factor = document.forms["add_cart1"].elements["price_factor"].value;
var calculatedDisc;
var discountedTotal;
var iDiscount;
var youSave;
var displayDisc;

calculatedDisc = tTot*(1-price_factor);
if(calculatedDisc > maxDisc && maxDisc > 0 )
{
    discountedTotal=tTot-maxDisc;
    //iDiscount = maxDisc;
    iDiscount = (1-price_factor)*100;
    //displayDisc = "" + (Math.round(iDiscount* 100) / 100 + .001);   
    //displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
     displayDisc = "" + (Math.round(maxDisc* 100) / 100 + .001);   
    displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
    document.getElementById("idYouSave").innerHTML = "" + Math.round(iDiscount) + "%" ;
    document.getElementById("idMaxYouSave").innerHTML =  "$" + maxDisc ;
    document.getElementById("idYouSaveNew").innerHTML =  "- $" + displayDisc ;
}
else
{
   discountedTotal=tTot*price_factor;
   iDiscount = (1-price_factor)*100;
    displayDisc = "" + (Math.round(calculatedDisc* 100) / 100 + .001);
    displayDisc = displayDisc.substring(0, displayDisc.indexOf(".") + 3);
    document.getElementById("idYouSave").innerHTML ="" + Math.round(iDiscount) + "%" ;
    if (maxDisc != "off")
    {
        document.getElementById("idMaxYouSave").innerHTML =  "$" + maxDisc ;
    }
    document.getElementById("idYouSaveNew").innerHTML =  "- $" + displayDisc ;
}
var xDiscountedTotal = "" + discountedTotal;


	
xDiscountedTotal = xDiscountedTotal.substring(0,xDiscountedTotal.indexOf(".") + 3);
document.getElementById("idNowOnly").innerHTML = "$" + xDiscountedTotal;
	var totX = "" + tTot;
	totX = totX.substring(0,totX.indexOf(".") + 3);
	if(totX > 0 )
{
document.getElementById("sptotal").innerHTML = "$" + totX;}
else
{
document.getElementById("sptotal").innerHTML = "Free";}


	document.forms["add_cart1"].elements["total"].value = "$" + totX;

	pTot = (tTot/quantity);
	var totX = "" + pTot;
	totX = totX.substring(0,totX.indexOf(".") + 4);
pTot = (discountedTotal/quantity);
totX = "" + pTot;
totX = totX.substring(0,totX.indexOf(".") + 4);
	document.forms["add_cart1"].elements["price"].value = "$" + totX;
	if(totX > 0 )
{
document.getElementById("spprice").innerHTML =  "$" + totX;}
else
{
document.getElementById("spprice").innerHTML =  "Free";}

}
}
var itemInfo = new Array(1) ;
var fieldInfo = new Array(1) ;
var pfInfo = new Array(1) ;
var baseInfo = new Array(1) ;
itemInfo[1] = new Array(5);
fieldInfo[1] = new Array(5);
pfInfo[1] = new Array(5);
var sDescArr = new Array(5);
fieldInfo[1][0] = "paper_posters";
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.13;
pfInfo[1][0][1] = 'NON';
itemInfo[1][0][2] = 1.20;
pfInfo[1][0][2] = 'NON';
itemInfo[1][0][3] = 1.30;
pfInfo[1][0][3] = 'NON';
fieldInfo[1][1] = "size_posters";
itemInfo[1][1] = new Array(4);
pfInfo[1][1] = new Array(4);
itemInfo[1][1][0] = 1.00;
pfInfo[1][1][0] = 'NON';
itemInfo[1][1][1] = 1.00;
pfInfo[1][1][1] = 'NON';
itemInfo[1][1][2] = 1.00;
pfInfo[1][1][2] = 'NON';
itemInfo[1][1][3] = 1.00;
pfInfo[1][1][3] = 'NON';
fieldInfo[1][2] = "proof";
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] = 35.00;
pfInfo[1][2][1] = 'NON';
itemInfo[1][2][2] = 50.00;
pfInfo[1][2][2] = 'NON';
fieldInfo[1][3] = "quantity_25_20000";
itemInfo[1][3] = new Array(31);
pfInfo[1][3] = new Array(31);
itemInfo[1][3][0] = 25.00;
pfInfo[1][3][0] = 'NON';
itemInfo[1][3][1] = 50.00;
pfInfo[1][3][1] = 'NON';
itemInfo[1][3][2] = 100.00;
pfInfo[1][3][2] = 'NON';
itemInfo[1][3][3] = 150.00;
pfInfo[1][3][3] = 'NON';
itemInfo[1][3][4] = 200.00;
pfInfo[1][3][4] = 'NON';
itemInfo[1][3][5] = 250.00;
pfInfo[1][3][5] = 'NON';
itemInfo[1][3][6] = 500.00;
pfInfo[1][3][6] = 'NON';
itemInfo[1][3][7] = 750.00;
pfInfo[1][3][7] = 'NON';
itemInfo[1][3][8] = 1000.00;
pfInfo[1][3][8] = 'NON';
itemInfo[1][3][9] = 1500.00;
pfInfo[1][3][9] = 'NON';
itemInfo[1][3][10] = 2000.00;
pfInfo[1][3][10] = 'NON';
itemInfo[1][3][11] = 2500.00;
pfInfo[1][3][11] = 'NON';
itemInfo[1][3][12] = 3000.00;
pfInfo[1][3][12] = 'NON';
itemInfo[1][3][13] = 3500.00;
pfInfo[1][3][13] = 'NON';
itemInfo[1][3][14] = 4000.00;
pfInfo[1][3][14] = 'NON';
itemInfo[1][3][15] = 4500.00;
pfInfo[1][3][15] = 'NON';
itemInfo[1][3][16] = 5000.00;
pfInfo[1][3][16] = 'NON';
itemInfo[1][3][17] = 5500.00;
pfInfo[1][3][17] = 'NON';
itemInfo[1][3][18] = 6000.00;
pfInfo[1][3][18] = 'NON';
itemInfo[1][3][19] = 6500.00;
pfInfo[1][3][19] = 'NON';
itemInfo[1][3][20] = 7000.00;
pfInfo[1][3][20] = 'NON';
itemInfo[1][3][21] = 7500.00;
pfInfo[1][3][21] = 'NON';
itemInfo[1][3][22] = 8000.00;
pfInfo[1][3][22] = 'NON';
itemInfo[1][3][23] = 8500.00;
pfInfo[1][3][23] = 'NON';
itemInfo[1][3][24] = 9000.00;
pfInfo[1][3][24] = 'NON';
itemInfo[1][3][25] = 9500.00;
pfInfo[1][3][25] = 'NON';
itemInfo[1][3][26] = 10000.00;
pfInfo[1][3][26] = 'NON';
itemInfo[1][3][27] = 12500.00;
pfInfo[1][3][27] = 'NON';
itemInfo[1][3][28] = 15000.00;
pfInfo[1][3][28] = 'NON';
itemInfo[1][3][29] = 17500.00;
pfInfo[1][3][29] = 'NON';
itemInfo[1][3][30] = 20000.00;
pfInfo[1][3][30] = 'NON';
fieldInfo[1][4] = "turnaround1235_recon";
itemInfo[1][4] = new Array(4);
pfInfo[1][4] = new Array(4);
itemInfo[1][4][0] = 1.00;
pfInfo[1][4][0] = 'NON';
itemInfo[1][4][1] = 1.20;
pfInfo[1][4][1] = 'NON';
itemInfo[1][4][2] = 1.50;
pfInfo[1][4][2] = 'NON';
itemInfo[1][4][3] = 2.00;
pfInfo[1][4][3] = 'NON';
baseInfo[1] = 0;
