document.write("
Croston\n");
document.write("General Enquiry
\n");
document.write("Let us help you, fill in the below form and leave the rest to us!\n");
document.write("\n");
document.write("We are here to help you find everything you need to know. If you need to know more about our products, or you would like to speak to one of your local design consultants, we will contact you within 24 hours. \n");
document.write(" \n");
document.write("
\n");
document.write("\n");
document.write("function TAMax( ta, countspan, maxlength ) {\n");
document.write(" if (ta.value.length > maxlength){\n");
document.write(" ta.value = ta.value.substring( 0, maxlength );\n");
document.write(" ta.blur();\n");
document.write(" ta.focus();\n");
document.write(" return false;\n");
document.write(" }\n");
document.write(" else {\n");
document.write(" countspan.innerHTML = maxlength - ta.value.length;\n");
document.write(" }\n");
document.write("}\n");
document.write("\n");
document.write("
\n");