function CalculateOrder(form)
{

if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 74.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 124.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 149.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 112.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 162.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 187.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 149.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 199.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 224.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 187.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 237.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 262.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 84.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 134.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 159.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 127.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 177.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 202.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 169.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 219.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 244.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 212.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 262.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 287.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 99.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 149.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 174.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 149.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 199.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 199.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 249.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 274.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 249.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 299.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 324.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 149.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 199.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 274.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 299.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 299.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 349.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 374.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 374.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 424.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 199.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 249.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 274.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 299.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 349.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 374.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 399.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 449.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 474.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 499.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 549.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "200")
 {
 form.amount.value = 574.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 274.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 324.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 312.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 362.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 387.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 349.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 399.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 424.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 387.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 437.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 462.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 284.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 334.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 359.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 327.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 377.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 402.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 369.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 419.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 444.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 412.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 462.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 487.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 299.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 374.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 399.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 399.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 474.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 499.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 524.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 399.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 474.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 499.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 499.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 549.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 574.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 574.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 624.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 649.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 399.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 449.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 474.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 499.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 549.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 574.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 599.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 649.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 674.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 699.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 749.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "200")
 {
 form.amount.value = 774.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 200 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 99.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 149.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 174.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 127.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 187.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 212.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 174.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 224.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 249.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 212.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 262.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 287.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 109.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 159.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 184.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 152.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 202.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 227.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 194.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 244.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 269.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 227.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 287.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 312.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 124.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 174.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 199.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 174.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 249.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 224.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 274.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 299.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 274.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 324.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 349.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 174.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 249.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 249.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 299.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 324.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 324.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 374.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 399.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 399.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 474.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 224.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 274.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 299.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 324.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 374.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 399.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 424.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 474.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 499.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 524.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 574.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "300")
 {
 form.amount.value = 599.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 299.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 374.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 327.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 387.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 412.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 374.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 424.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 412.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 452.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 487.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 309.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 359.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 384.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 352.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 402.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 427.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 394.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 444.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 469.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 427.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 487.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 512.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 324.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 374.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 399.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 374.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 449.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 424.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 474.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 499.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 474.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 524.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 549.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 374.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 449.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 449.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 499.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 524.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 524.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 574.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 599.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 599.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 649.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 674.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 424.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 474.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 499.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 524.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 574.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 599.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 624.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 674.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 699.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 724.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 774.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "300")
 {
 form.amount.value = 799.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 300 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 124.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 174.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 199.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 152.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 212.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 227.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 199.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 249.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 274.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 227.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 287.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 312.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 134.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 184.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 209.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 177.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 227.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 252.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 219.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 269.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 294.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 252.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 312.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 327.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 149.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 199.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 199.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 249.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 274.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 249.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 299.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 324.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 299.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 349.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 374.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 199.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 249.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 274.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 274.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 324.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 349.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 399.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 424.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 424.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 474.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 499.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 249.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 299.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 324.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 349.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 399.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 424.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 449.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 499.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 524.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 549.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 599.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "400")
 {
 form.amount.value = 624.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 324.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 374.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 399.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 352.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 412.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 427.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 399.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 474.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 437.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 477.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 512.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 334.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 384.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 409.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 377.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 427.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 452.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 419.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 469.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 494.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 452.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 512.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 537.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 399.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 399.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 449.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 474.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 499.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 524.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 499.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 549.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 574.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 399.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 449.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 474.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 474.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 524.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 549.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 549.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 599.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 624.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 624.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 674.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 699.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 449.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 499.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 524.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 549.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 599.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 624.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 649.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 699.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 724.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 749.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 799.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "400")
 {
 form.amount.value = 824.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 400 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 149.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 199.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 177.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 237.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 252.45;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 224.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 274.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 299.90;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 252.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 312.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 337.40;
 form.item_name.value = "Small Mosaic - 16 x 20 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 159.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 209.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 234.95;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 202.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 252.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 277.45;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 244.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 294.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 319.90;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 277.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 337.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 352.40;
 form.item_name.value = "Medium Mosaic - 20 x 24 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 174.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 249.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 274.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 299.95;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 274.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 324.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 349.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 324.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 374.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 399.90;
 form.item_name.value = "Large Mosaic - 24 x 36 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 224.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 274.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 299.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 299.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 374.95;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 374.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 424.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 449.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 499.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 524.90;
 form.item_name.value = "Extra Large Mosaic - 30 x 40 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 274.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 324.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 349.95;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 374.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 424.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 449.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 474.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 524.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 549.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 574.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 624.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "N"  && form.os4.value == "500")
 {
 form.amount.value = 649.90;
 form.item_name.value = "BIG Mosaic - 40 x 60 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 349.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 399.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 377.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 437.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 452.45;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 424.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 474.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 499.90;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Small" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 462.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Small" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 502.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Small" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 537.40;
 form.item_name.value = "Small Mosaic: Print, Digital Output - 16 x 20 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 359.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 409.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 434.95;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 402.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 452.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 477.45;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 444.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 494.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 519.90;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 477.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 537.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Medium" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 562.40;
 form.item_name.value = "Medium Mosaic: Print, Digital Output - 20 x 24 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 374.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 449.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 474.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 499.95;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 474.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 524.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 549.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 524.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 574.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 599.90;
 form.item_name.value = "Large Mosaic: Print, Digital Output - 24 x 36 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 424.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 474.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 499.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 499.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 549.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 574.95;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 574.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 624.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 649.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 649.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 699.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "Extra Large" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 724.90;
 form.item_name.value = "Extra Large Mosaic: Print, Digital Output - 30 x 40 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }

if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 474.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 524.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "0"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 549.95;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 574.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 1 Reprint, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 624.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "1"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 649.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 1 Reprint, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 674.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 2 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 724.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "2"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 749.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 2 Reprints, RUSH Service, UPS Overnight";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "FREE" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 774.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 3 Reprints, FREE UPS Ground Shipping";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "2day" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 824.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Two Day Air";
 }
 
if (form.os0.value == "BIG" && form.os1.value == "Overnight" && form.os2.value == "3"  && form.os3.value == "Y"  && form.os4.value == "500")
 {
 form.amount.value = 849.90;
 form.item_name.value = "BIG Mosaic: Print, Digital Output - 40 x 60 inches, up to 500 photos, 3 Reprints, RUSH Service, UPS Overnight";
 }
    
}
