// JavaScript Document
function sheetDataquick()
{
	(window.document.sheetquick.vwitem.value=(window.document.sheetquick.productcode.value + window.document.sheetquick.mainwidthlength.options[window.document.sheetquick.mainwidthlength.selectedIndex].value));
	if((window.document.sheetquick.mainwidthlength.options[window.document.sheetquick.mainwidthlength.selectedIndex].value) == 1212)
	{(window.document.sheetquick.shearedsize.value="12'' x 12''");}
	if((window.document.sheetquick.mainwidthlength.options[window.document.sheetquick.mainwidthlength.selectedIndex].value) == 1224)
	{(window.document.sheetquick.shearedsize.value="12'' x 24''");}
		if((window.document.sheetquick.mainwidthlength.options[window.document.sheetquick.mainwidthlength.selectedIndex].value) == 1236)
	{(window.document.sheetquick.shearedsize.value="12'' x 36''");}
		if((window.document.sheetquick.mainwidthlength.options[window.document.sheetquick.mainwidthlength.selectedIndex].value) == 2424)
	{(window.document.sheetquick.shearedsize.value="24'' x 24''");}
		if((window.document.sheetquick.mainwidthlength.options[window.document.sheetquick.mainwidthlength.selectedIndex].value) == 2436)
	{(window.document.sheetquick.shearedsize.value="24'' x 36''");}
		if((window.document.sheetquick.mainwidthlength.options[window.document.sheetquick.mainwidthlength.selectedIndex].value) == 3636)
	{(window.document.sheetquick.shearedsize.value="36'' x 36''");}
			if((window.document.sheetquick.mainwidthlength.options[window.document.sheetquick.mainwidthlength.selectedIndex].value) == 3648)
	{(window.document.sheetquick.shearedsize.value="36'' x 48''");}
	(window.document.sheetquick.mainwidthlength.disabled=true);
	(window.document.sheetquick.productcode.disabled=true);
	(window.document.sheetquick.button.disabled=true);
}