var ColorEmbossingSelected = 0;      // embossing color index in pop up
var color_value = " ";               // embossing color text value

var ColorLogoSelected = 0;           // logo color inex in pop up
var logo_color_value = " ";          // logo color
var LogoSelected = " ";              // type of logo selected from pop up


var ColorCtypeSelected = 0;          // color index selected for the CardType logo text
var Ctype_color_value = " ";         // color value selected for the CardType logo text


var chip_colorSelected = 0;          // color index selected for Chip
var chip_code = " ";                 // color value selected for Chip


var photo_code = " ";                // photo

var AntennaSelected = " ";           // type of antenna selected from pop up
var ColorAntennaSelected = 0;        // antenna color index in pop up
var Antenna_color_value = " ";       // antenna color


var card_background_code = '0000';
var card_background_category = " ";
var card_type_code = " ";
var embossing_type_code = " ";



var Ctype_category_selected = "none"; // Ctype category selected on the card
var Card_category_size_selected = "none"; // size of the card background selected,

var VirtualPage = ' ';
var VirtualBackgList = ' ';
var VirtualCtypeList = ' ';
var VirtualStypeList = ' ';

var allow_Ctype_select = "Y"  // by default, the user can choose a CardType
var allow_Logo_Color_change = "Y"   // by default, the user can choose a logo Color


var embossing_DirDefault = "../cardtype/images/embossing/";
var embossing_Dir = " ";


