// JavaScript Document
function newstandardsheetformData()
{
for (var i=0; i < 9; i++)
   {
   if (document.standardsheetform.group[i].checked)
      {
      var rad_val = document.standardsheetform.group[i].value;
	  }
   }
(window.document.standardsheetform.vwitem.value=window.document.standardsheetform.sheetitemtype.value + rad_val);
for (rg = 0, rgEnd = 9; rg < rgEnd; rg++) 
{
            document.standardsheetform.group[rg].disabled = true;
			}
(window.document.standardsheetform.sheetitemtype.disabled=true);
(window.document.standardsheetform.submit.disabled=true);
{
if(rad_val==1212)
{(window.document.standardsheetform.shearedsize.value="12.000'' x 12.000''");}
if(rad_val==1224)
{(window.document.standardsheetform.shearedsize.value="12.000'' x 24.000''");}
if(rad_val==1236)
{(window.document.standardsheetform.shearedsize.value="12.000'' x 36.000''");}
if(rad_val==1248)
{(window.document.standardsheetform.shearedsize.value="12.000'' x 48.000''");}
if(rad_val==2424)
{(window.document.standardsheetform.shearedsize.value="24.000'' x 24.000''");}
if(rad_val==2436)
{(window.document.standardsheetform.shearedsize.value="24.000'' x 36.000''");}
if(rad_val==2448)
{(window.document.standardsheetform.shearedsize.value="24.000'' x 48.000''");}
if(rad_val==3636)
{(window.document.standardsheetform.shearedsize.value="36.000'' x 36.000''");}
if(rad_val==3648)
{(window.document.standardsheetform.shearedsize.value="36.000'' x 48.000''");}
}
}
function newstandardsheetformCheck()
{
if (document.standardsheetform.vwquantity.selectedIndex <= 0) {
alert ("Please select the number of pieces that you need.");
standardsheetform.vwquantity.focus();
return false}
}


