function DimensionsSpecial() {
document.getElementById("NonStandPlate").checked = true;
document.getElementById("plateDimensionOption").innerHTML = "Speical";
}

// this script just sets the non standard plate option to true and also sets the side-plate discription to Special
// opperated from the click event of any of the dimension boxes
