//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] = "Medium";
firsts[3] = "Large";


//HERE are the SKU
var skus = new Array();
skus[0] = "               "; //please keep this blank as the first element
skus[1] = "16822S";
skus[2] = "16822M";
skus[3] = "16822L";