function calc() {
var iTot = 0;
var mTot = 0;
// For Instatnt Quote Turn around option hide

var papertype_businesscards = document.forms["add_cart1"].elements["papertype_postcards"].options[document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex].value; 
var uvcoating1side= document.forms["add_cart1"].elements["uvcoating1side"].options[document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex].value; 
//for (var i=0; i < document.forms["add_cart1"].elements["uvcoating1side"].length; i++)
//	{
//	    if (document.forms["add_cart1"].elements["uvcoating1side"][i].checked)
//	        {
//        	    
//        	    if (document.forms["add_cart1"].elements["uvcoating1side"][i].value == "Yes")
//        	        {
//        	         uvcoating1side =document.forms["add_cart1"].elements["uvcoating1side"][i].value;
//        	        }
//        	     else
//        	        {
//        	         uvcoating1side='';
//        	        }
//        	 }
//    }
            

if(papertype_businesscards == "14 pt. Gloss Cover C1S")
{
            for (var i=0; i < document.forms["add_cart1"].elements["turnaround1235_recon"].length; i++)
            	
	            {	
            	
	                var turnaround1235_recon = document.forms["add_cart1"].elements["turnaround1235_recon"][i].value;
            	    
            	
	                    if (turnaround1235_recon != "5 Day")
	                    {	
            	        
	                        document.forms["add_cart1"].elements["turnaround1235_recon"][0].checked= true;	            
  	                        document.forms["add_cart1"].elements["turnaround1235_recon"][i].disabled= true;
   	                    }   		    
                  }
         
 }
 
 else if (uvcoating1side == "Yes")
        	    {
            	
            	    for (var k=0; k < document.forms["add_cart1"].elements["turnaround1235_recon"].length; k++)
    	
	                {	
	                    var turnaround1235_recon_uv = document.forms["add_cart1"].elements["turnaround1235_recon"][k].value;
                	
                	
	                        if (turnaround1235_recon_uv != "5 Day")
	                        {	
	                            document.forms["add_cart1"].elements["turnaround1235_recon"][0].checked= true;	            
  	                            document.forms["add_cart1"].elements["turnaround1235_recon"][k].disabled= true;
   	                        }   		    
                      }  
	             
        	   }

else

{

    for (var i=0; i < document.forms["add_cart1"].elements["turnaround1235_recon"].length; i++)
	
	{	
	    var turnaround1235_recon = document.forms["add_cart1"].elements["turnaround1235_recon"][i].value;
	     document.forms["add_cart1"].elements["turnaround1235_recon"][i].disabled= false;
   	     		    
    }

}

	document.forms["add_cart1"].elements["quantity"].value = document.forms["add_cart1"].elements["quantity_500_150000"].value;
 
 
	if (document.forms["add_cart1"].elements["quantity"].type=="select-one")
	{ var quantity = document.forms["add_cart1"].elements["quantity"].options[document.forms["add_cart1"].elements["quantity"].selectedIndex].value; }
	else
	{ var quantity = document.forms["add_cart1"].elements["quantity"].value; }
 
	if (document.forms["add_cart1"].elements["colors_postcards"].type=="select-one")
	{ var colors_postcards = document.forms["add_cart1"].elements["colors_postcards"].options[document.forms["add_cart1"].elements["colors_postcards"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["colors_postcards"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["colors_postcards"].length; i++)
	{if (document.forms["add_cart1"].elements["colors_postcards"][i].checked)
	{var colors_postcards =i ;
	break;}}
}else
{
	var colors_postcards =0;
	}}
 
	if (document.forms["add_cart1"].elements["size_postcards"].type=="select-one")
	{ var size_postcards = document.forms["add_cart1"].elements["size_postcards"].options[document.forms["add_cart1"].elements["size_postcards"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["size_postcards"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["size_postcards"].length; i++)
	{if (document.forms["add_cart1"].elements["size_postcards"][i].checked)
	{var size_postcards =i ;
	break;}}
}else
{
	var size_postcards =0;
	}}
 
	if (document.forms["add_cart1"].elements["papertype_postcards"].type=="select-one")
	{ var papertype_postcards = document.forms["add_cart1"].elements["papertype_postcards"].options[document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["papertype_postcards"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["papertype_postcards"].length; i++)
	{if (document.forms["add_cart1"].elements["papertype_postcards"][i].checked)
	{var papertype_postcards =i ;
	break;}}
}else
{
	var papertype_postcards =0;
	}}
 
	if (document.forms["add_cart1"].elements["uvcoating1side"].type=="select-one")
	{ var uvcoating1side = document.forms["add_cart1"].elements["uvcoating1side"].options[document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["uvcoating1side"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["uvcoating1side"].length; i++)
	{if (document.forms["add_cart1"].elements["uvcoating1side"][i].checked)
	{var uvcoating1side =i ;
	break;}}
}else
{
	var uvcoating1side =0;
	}}
 
	if (document.forms["add_cart1"].elements["perforation"].type=="select-one")
	{ var perforation = document.forms["add_cart1"].elements["perforation"].options[document.forms["add_cart1"].elements["perforation"].selectedIndex].value; }
	else
	{if (document.forms["add_cart1"].elements["perforation"].length>0)
{
 
	for (var i=0; i < document.forms["add_cart1"].elements["perforation"].length; i++)
	{if (document.forms["add_cart1"].elements["perforation"][i].checked)
	{var perforation =i ;
	break;}}
}else
{
	var perforation =0;
	}}
 
	if (document.forms["add_cart1"].elements["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 <= 50) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.399)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.7484;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.233)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.06;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.18975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.1;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1598)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.1;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <= 500) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0899)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.05495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.039975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.033317)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.029988)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.02699)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0266)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0263)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0260)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0257)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.025495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.02433)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.021398)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.1026;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.020535)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.8939;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0195)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.7655;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.019)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.727;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0185)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.65;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.018)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.595;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.017255)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.562;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "4x6" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.016958)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.375;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.599)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.3495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.299667)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.27475)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2598)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1399)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.08;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.07995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.08;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.052475)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.08;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.043167)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.037488)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0349)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0347)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0345)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0343)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0341)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.03395)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.08;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.033863)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.8512;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.030975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.7174;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.029398)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.6050;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.029)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.4989;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.028)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.4445;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.027)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.4950;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.026)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.4375;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.025499)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.4145;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "5x7" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0245)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.2305;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.944254)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.787404)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.577482)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.472521)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.409545)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2363)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1777)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1143)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1013)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0952)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0872)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0905)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.72;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0895)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.598;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0875)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.51;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0855)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.44;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0838)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.4;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0674)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.3;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0542)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.3000;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.051)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.2480;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0488)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1960;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0473)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1440;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0458)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1232;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0443)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1232;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0404)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1232;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "5x8" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0395)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.0712;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.199)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.6495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.586333)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.48975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.3998)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2199)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.14495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.102475)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.089983)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.081238)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.07799)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.075)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.91;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.073)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.775;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.071)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.68;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.069)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.605;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.064995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.6;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.06333)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.37;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.062498)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.25;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.059998)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.21;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0595)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.15;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.059)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0585)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.07;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.058)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.04;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.057999)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.02;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "6x9" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0575)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.627293)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.302323)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.97681)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.814054)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.677306)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.3582)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2796)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2042)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1712)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.747;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1533)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.615;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1378)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.55;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1314)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.45;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1269)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.4;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1234)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.35;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1201)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.3;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1169)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.25;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0994)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.18;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0762)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.16;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0655)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1330;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0609)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1124;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0591)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.1021;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0573)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.0920;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0546)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.0504;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0528)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.0608;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "6x11" && uvcoating1side == "Yes" && papertype_postcards == "13pt. Recycled Matte")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0519)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.5*1.04;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.399)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.7484;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.233)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.06;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.18975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.1;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1598)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.1;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <= 500) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0899)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.05495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.039975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.033317)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.029988)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.02699)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0266)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0263)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0260)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0257)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.025495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.02433)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.14;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.021398)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.1026;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.020535)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.8939;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0195)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.7655;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.019)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.727;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0185)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.65;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.018)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.595;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.017255)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.562;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "4x6")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.016958)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.375;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.599)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.3495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.299667)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.27475)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2598)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1399)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.08;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.07995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.08;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.052475)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.08;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.043167)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.037488)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0349)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0347)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0345)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0343)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0341)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.12;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.03395)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.08;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.033863)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.8512;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.030975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.7174;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.029398)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.6050;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.029)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4989;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.028)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4445;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.027)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4950;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.026)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4375;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.025499)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4145;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "5x7")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0245)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.2305;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.944254)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.787404)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.577482)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.472521)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.409545)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2363)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1777)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1143)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1013)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0952)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0872)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0905)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.72;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0895)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.598;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0875)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.51;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0855)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.44;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0838)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0674)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.3;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0542)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.3000;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.051)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.2480;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0488)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1960;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0473)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1440;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0458)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1232;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0443)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1232;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0404)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1232;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "5x8")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0395)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.0712;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.199)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.6495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.586333)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.48975)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.3998)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2199)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.14495)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.102475)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.089983)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.081238)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.07799)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.075)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.91;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.073)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.775;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.071)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.68;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.069)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.605;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.064995)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.6;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.06333)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.37;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.062498)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.25;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.059998)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.21;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0595)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.15;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.059)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0585)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.07;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.058)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.04;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.057999)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.02;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "6x9")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0575)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex]);
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity <= 50) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.627293)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50 && quantity <= 100) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*1.302323)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 100 && quantity <= 150) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.97681)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 150 && quantity <= 200) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.814054)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 200 && quantity <= 250) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.677306)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 250 && quantity <=500) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.3582)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 500 && quantity <= 1000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2796)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 1000 && quantity <= 2000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.2042)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*2.0;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 2000 && quantity <= 3000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1712)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.747;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 3000 && quantity <= 4000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1533)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.615;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 4000 && quantity <= 5000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1378)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.55;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 5000 && quantity <= 6000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1314)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.45;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 6000 && quantity <= 7000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1269)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.4;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 7000 && quantity <= 8000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1234)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.35;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 8000 && quantity <= 9000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1201)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.3;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 9000 && quantity <= 10000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.1169)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.25;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 10000 && quantity <= 15000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0994)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.18;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 15000 && quantity <= 20000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0762)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.16;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 20000 && quantity <= 25000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0655)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1330;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 25000 && quantity <= 30000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0609)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1124;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 30000 && quantity <= 35000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0591)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.1021;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 35000 && quantity <= 40000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0573)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.0920;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 40000 && quantity <= 45000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0546)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.0504;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 45000 && quantity <= 50000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0528)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.0608;
		mTot = mTot + iTot /quantity;
	}
 
 
	if ((quantity > 50000) && size_postcards == "6x11")
	{
		turnaround1235_recon = index_turnaround;
iTot = iTot + (((((quantity*.0519)*itemInfo[1][0][document.forms["add_cart1"].elements["colors_postcards"].selectedIndex]*itemInfo[1][2][document.forms["add_cart1"].elements["papertype_postcards"].selectedIndex]*itemInfo[1][3][document.forms["add_cart1"].elements["uvcoating1side"].selectedIndex])+(itemInfo[1][4][perforation]*((quantity/1000)*15)))*itemInfo[1][7][turnaround1235_recon])+itemInfo[1][5][document.forms["add_cart1"].elements["proof"].selectedIndex])*1.04;
		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(8);
fieldInfo[1] = new Array(8);
pfInfo[1] = new Array(8);
var sDescArr = new Array(8);
fieldInfo[1][0] = "colors_postcards";
itemInfo[1][0] = new Array(3);
pfInfo[1][0] = new Array(3);
itemInfo[1][0][0] = 1.00;
pfInfo[1][0][0] = 'NON';
itemInfo[1][0][1] = 1.05;
pfInfo[1][0][1] = 'NON';
itemInfo[1][0][2] = 1.15;
pfInfo[1][0][2] = 'NON';
fieldInfo[1][1] = "size_postcards";
itemInfo[1][1] = new Array(5);
pfInfo[1][1] = new Array(5);
itemInfo[1][1][0] = 0;
pfInfo[1][1][0] = '0';
itemInfo[1][1][1] = 0;
pfInfo[1][1][1] = '0';
itemInfo[1][1][2] = 0;
pfInfo[1][1][2] = '0';
itemInfo[1][1][3] = 0;
pfInfo[1][1][3] = '0';
itemInfo[1][1][4] = 0;
pfInfo[1][1][4] = '0';
fieldInfo[1][2] = "papertype_postcards";
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.25;
pfInfo[1][2][2] = 'NON';
fieldInfo[1][3] = "uvcoating1side";
itemInfo[1][3] = new Array(2);
pfInfo[1][3] = new Array(2);
itemInfo[1][3][0] = 1.00;
pfInfo[1][3][0] = 'NON';
itemInfo[1][3][1] = 1.20;
pfInfo[1][3][1] = 'NON';
fieldInfo[1][4] = "perforation";
itemInfo[1][4] = new Array(2);
pfInfo[1][4] = new Array(2);
itemInfo[1][4][0] = 1.00;
pfInfo[1][4][0] = 'NON';
itemInfo[1][4][1] = 0.00;
pfInfo[1][4][1] = 'NON';
fieldInfo[1][5] = "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_500_150000";
itemInfo[1][6] = new Array(34);
pfInfo[1][6] = new Array(34);
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';
itemInfo[1][6][16] = 15000.00;
pfInfo[1][6][16] = 'NON';
itemInfo[1][6][17] = 20000.00;
pfInfo[1][6][17] = 'NON';
itemInfo[1][6][18] = 25000.00;
pfInfo[1][6][18] = 'NON';
itemInfo[1][6][19] = 30000.00;
pfInfo[1][6][19] = 'NON';
itemInfo[1][6][20] = 35000.00;
pfInfo[1][6][20] = 'NON';
itemInfo[1][6][21] = 40000.00;
pfInfo[1][6][21] = 'NON';
itemInfo[1][6][22] = 45000.00;
pfInfo[1][6][22] = 'NON';
itemInfo[1][6][23] = 50000.00;
pfInfo[1][6][23] = 'NON';
itemInfo[1][6][24] = 60000.00;
pfInfo[1][6][24] = 'NON';
itemInfo[1][6][25] = 70000.00;
pfInfo[1][6][25] = 'NON';
itemInfo[1][6][26] = 80000.00;
pfInfo[1][6][26] = 'NON';
itemInfo[1][6][27] = 90000.00;
pfInfo[1][6][27] = 'NON';
itemInfo[1][6][28] = 100000.00;
pfInfo[1][6][28] = 'NON';
itemInfo[1][6][29] = 110000.00;
pfInfo[1][6][29] = 'NON';
itemInfo[1][6][30] = 120000.00;
pfInfo[1][6][30] = 'NON';
itemInfo[1][6][31] = 130000.00;
pfInfo[1][6][31] = 'NON';
itemInfo[1][6][32] = 140000.00;
pfInfo[1][6][32] = 'NON';
itemInfo[1][6][33] = 150000.00;
pfInfo[1][6][33] = 'NON';
fieldInfo[1][7] = "turnaround1235_recon";
itemInfo[1][7] = new Array(5);
pfInfo[1][7] = new Array(5);
itemInfo[1][7][0] = 1.00;
pfInfo[1][7][0] = 'NON';
itemInfo[1][7][1] = 1.20;
pfInfo[1][7][1] = 'NON';
itemInfo[1][7][2] = 1.50;
pfInfo[1][7][2] = 'NON';
itemInfo[1][7][3] = 2.00;
pfInfo[1][7][3] = 'NON';
itemInfo[1][7][4] = 2.60;
pfInfo[1][7][4] = 'NON';
baseInfo[1] = 0;
