{
document.write("<form method='post' action='login.php'>");
document.write("<font face=verdana size=2 color=white>");
document.write("Usuario:");
document.write("<input type=text name=user size=20 style='font-size:0.3cm'> ");
document.write("Password:");
document.write("<input type=password name=pass size=20 style='font-size:0.3cm'> ");
document.write("<input type=image src=go.gif border=0 name=submit alt='Acceder como usuario' widt=20 height=20>");
document.write("</font>");
document.write("</form>");
}