// JavaScript Document

//Define the Flag variables here...
var cSurfaceValid_flg = 1;

//Define the Js Messages here...
var cProdEmpty_Alt			= "Please give Quantity for atleast one Product.";
var cProdExist_Alt 			= "Some selected photo(s) are already added. You may increace the quantity.";

var cProdQtyInvalid_Alt		=	"Please enter a valid quantity.";

var cCngSurface_head		= "Change Paper Surface";
var cCngSurfaceM_txt 		= "Some Matte Product are already in the cart.<br><br>Either Glossy or Matte product are allowed in an Order.<br><br> Do you want to delete the Existing Matte Products?";
var cCngSurfaceG_txt 		= "Some Glossy Product are already in the cart.<br><br>Either Glossy or Matte product are allowed in an Order.<br><br> Do you want to delete the Existing Glossy Products?";
