
function manufactures()
{if(document.manufacturers.manufacturers_id.value=='')
{return false;}
else{document.forms["manufacturers"].submit();return true;}}
