<html>
<head>
<title>.:: Código Fonte ::.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<SCRIPT LANGUAGE="JavaScript">
function SetHelp(txt) {
document.getElementById('help').innerHTML = txt ;
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="50%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="53" colspan="2">
<div align="center"><font color="#0000CC">Clique eu um campo e observe sua descrição!</font></div>
</td>
</tr>
<tr>
<td height="38" colspan="2">
<table width="95%" border="0" align="center">
<tr>
<td height="20">
<div align="center"><span name="help" id="help" style='{font-size : 12px; font-family : Arial; color : #004999; font-weight : bold;}'> </span></div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="15" width="38%">
<div align="right">Nome: </div>
</td>
<td height="15" width="62%">
<input type="text" name="Nome" size="20" maxlength="20" onFocus='SetHelp("Informe seu nome completo.");' onBlur='SetHelp("");'>
</td>
</tr>
<tr>
<td height="23" width="38%">
<div align="right">Endereço: </div>
</td>
<td height="23" width="62%">
<input type="text" name="Endereco" size="20" maxlength="20" onFocus='SetHelp("Informe seu endereço completo.");' onBlur='SetHelp("");'>
</td>
</tr>
<tr>
<td height="3" width="38%">
<div align="right">Cidade: </div>
</td>
<td height="3" width="62%">
<input type="text" name="Cidade" size="20" maxlength="20" onFocus='SetHelp("Informe o nome da sua Cidade.");' onBlur='SetHelp("");'>
</td>
</tr>
<tr>
<td height="2" width="38%">
<div align="right">Telefone: </div>
</td>
<td height="2" width="62%">
<input type="text" name="Telefone" size="8" maxlength="8" onFocus='SetHelp("Informe seu telefone - (8 dígitos)");' onBlur='SetHelp("");'>
</td>
</tr>
<tr>
<td height="74" colspan="2">
<div align="center"><br>
<font size="1"><a href="http://www.codigofonte.com.br">www.codigofonte.com.br</a></font></div>
</td>
</tr>
</table>
</body>
</html>