// JavaScript Document
function specialtyData()
{
(window.document.specialtyform.submit.disabled=true);
}
function specialtyCheck()
{
if (document.specialtyform.vwquantity.selectedIndex <= 0) {
alert ("Please select the number of pieces that you need.");
specialtyform.vwquantity.focus();
return false}
}
