<!--
function AllSelectionsMade()  {
    if (document.BuyNow.eop_File.options[document.BuyNow.eop_File.selectedIndex].value == "PleaseSelect")
    {   alert("Do we have your hand measurements on file?");
         return false;   }
}
//-->