// JavaScript Document - clear stretcher calculator

function clearCloth()
{

document.forms.strpricer.cmaterial.value=0;
document.forms.strpricer.primecoats.value=0;
document.forms.strpricer.primetype.value=1;

document.forms.strpricer.clothThumb.src ="images/cloth/none.jpg";
//document.forms.strpricer.clothLink.href="#";

document.forms.strpricer.cprice.value = "$0.00";
document.forms.strpricer.pprice.value = "$0.00";
document.forms.strpricer.ctotprice.value = "$0.00";
}


function clearStr()
{

document.forms.strpricer.bwidth.value=0;
document.forms.strpricer.blength.value=0;


document.forms.strpricer.override.checked=0;


document.forms.strpricer.strstyle.value=0;
document.forms.strpricer.collapse.checked=0;

document.forms.strpricer.strfolds.value=0;

document.forms.strpricer.strprice.value = "$0.00";

document.forms.strpricer.strnotes.value = "";
}



