function formulario()
{
document.write ('        <fieldset>')
document.write ('          <legend>Compre aqui</legend>')
document.write ('          <p class="red">Se estiver interessado em comprar um de nossos produtos entre em contato pelo número <strong>041 3018-3201</strong>. Ou nos encaminhe um e-mail através do formulário abaixo. </p>')
document.write ('          <form onsubmit="return enviardados();" action="http://www.netpoint.com.br/utils/forms/email.asp" method="post">')
document.write ('            <input type=hidden name=para value="dsc@materialogica.com.br" />')
document.write ('            <input type=hidden name=assunto value="Compra pela Loja" />')
document.write ('            <input type=hidden name=p_prox value="http://www.materialogica.com.br/loja/home.html" />')
document.write ('            <input type=hidden name=p_erro value="http://www.materialogica.com.br/loja/index.html" />')
document.write ('            <label for="name">Nome</label><input type="text" id="name" name="01_Nome" class="formTxt" /><hr />')
document.write ('            <label for="email">Email</label><input type="text" id="email" name="02_Email" class="formTxt" /><hr />')
document.write ('            <label for="item">Telefone</label><input type="text" id="tel" name="03_Telefone" class="formTxt" /><hr />')
document.write ('            <label for="item">Produto</label><input type="text" id="produto" name="04_Produto" class="formTxt" /><hr />')
document.write ('            <label for="msg">Mensagem</label><textarea id="msg" name="04_Mensagem" class="formTxt"></textarea><hr />')
document.write ('            <input type="submit" value="Enviar" class="formBtn" />')
document.write ('            <input type="reset" value="Limpar" class="formBtn" />')
document.write ('          </form>')
document.write ('        </fieldset>')
}
