//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";


//HERE are the SKU
var skus = new Array();
skus[0] = "               "; //please keep this blank as the first element
skus[1] = "CFS02";
skus[2] = "CFL02";