// JavaScript Document
function showForm(){
document.write("<form action=\"form_mail.php\" method=\"post\" id=\"contact\" onsubmit=\"MM_validateForm('name','','R','email','','RisEmail','phoneNum','','R','antispam','','RinRange');return document.MM_returnValue\">");
document.write("							<p><label><span class=\"red_txt\">*<\/span>Name:<\/label><input type=\"text\" name=\"name\" id=\"name\" class=\"input\" \/><\/p>");
document.write("							<p><label><span class=\"red_txt\">*<\/span>Email Address:<\/label><input type=\"text\" name=\"email\" id=\"email\" class=\"input\" \/><\/p>");
document.write("							<p><label><span class=\"red_txt\">*<\/span>Home Phone:<\/label><input type=\"text\" name=\"phoneNum\" id=\"phoneNum\" class=\"input\" \/><\/p>");
document.write("							<p style=\"clear:right;\"><label>Cell Phone:<\/label><input type=\"text\" name=\"cellphone\" id=\"cellphone\" class=\"input\" \/><\/p>");
document.write("							<p><label>Address:<\/label>");
document.write("							<textarea name=\"address\" id=\"address\" cols=\"35\" rows=\"3\" class=\"input\"><\/textarea><\/p>");
document.write("							<p><label>Comments:<\/label>");
document.write("							<textarea name=\"comments\" id=\"comments\" cols=\"35\" rows=\"6\" class=\"input\"><\/textarea><\/p>");
document.write("							<p>For security, please provide the answer to:  <b>7+7=<\/b>");
document.write("							  <input name=\"antispam\" type=\"text\" onfocus=\"this.style.backgroundColor='#ccc'\" onblur=\"this.style.backgroundColor='#fff'\" onmouseover=\"this.style.backgroundColor='#ccc'\" onmouseout=\"this.style.backgroundColor='#fff'\" size=\"12\" maxlength=\"2\" \/>");
document.write("							  <\/textarea>");
document.write("						  <\/p>");
document.write("							<p><label>&nbsp;<\/label><input type=\"submit\" name=\"Submit\" value=\"Send Message\" class=\"button\" \/><\/p>");
document.write("					  <\/form>");
}
