// JavaScript Document
function barDataquick()
{
		(window.document.barquick.vwitem.value=window.document.barquick.productcode.value + window.document.barquick.mainlength.options[window.document.barquick.mainlength.selectedIndex].value);
	(window.document.barquick.cutlength.value =(window.document.barquick.mainlength.value) + "''");
	(window.document.barquick.mainlength.disabled=true);
	(window.document.barquick.productcode.disabled=true);
	(window.document.barquick.button.disabled=true);
}