//DropDown
var dd2 = "Please select the color"; //you can change this to match the required type of data

//Colors for example
var firsts = new Array();
firsts[0] = "Color"; //please keep this blank as the first element
firsts[1] = "Pink";
firsts[2] = "Purple";
firsts[3] = "Green";
firsts[4] = "Blue";
firsts[5] = "White";


//HERE are the SKU
var skus = new Array();
skus[0] = "               "; //please keep this blank as the first element
skus[1] = "SH01";
skus[2] = "SH02";
skus[3] = "SH03";
skus[4] = "SH04";
skus[5] = "SH00";