//DropDown
var dd2 = "Please select the size"; //you can change this to match the required type of data

//Colors for example
var firsts = new Array();
firsts[0] = "Size"; //please keep this blank as the first element
firsts[1] = "Small";
firsts[2] = "Large";
firsts[3] = "XL";


//HERE are the SKU
var skus = new Array();
skus[0] = "               "; //please keep this blank as the first element
skus[1] = "16802S";
skus[2] = "16802L";
skus[3] = "16802XL";