function chat(){appVer=navigator.appVersion
if(appVer<="3.9"){largura='300';altura='200';}else{largura=screen.width-400;altura=screen.height-320;}if(chat_form.USER.value!=''){var nick=chat_form.USER.value;var config='status=yes,top=10,left=10,scrollbars=yes,resizable=yes,width='+largura+',height='+altura+'';var janela_chat=window.open("","_blank",config);var sala_chat=''
sala_chat+='<html><title>CYBERCHAT</title>';sala_chat+='<form name="entrar" method="post" action=\"http://200.160.204.52:4152/\">';sala_chat+='<input NAME=\"SAYS\" VALUE=\"<i>entra  na sala ...</i>\" TYPE=\"hidden\">';sala_chat+='<input type=\"hidden\" name=\"USER\" value='+nick+'>';sala_chat+='</form></body></html>';janela_chat.document.write(sala_chat);janela_chat.entrar.submit();}else{alert('Ops ! Você esqueceu de digitar seu nick !');chat_form.USER.focus();}}function correio()
{var left=(screen.width-480)/2
var top=(screen.height-315)/2
window.open("correio.asp","correio","width=480, height=315, top="+top+", left="+left+"");}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function gocar()
{ 
classificados_menu.submit();
}