<!--

//inclui o css certo
if (navigator.appName == "Netscape")
{
  document.write ("<link rel='stylesheet' type='text/css' href='/netscape.css'>");
}
else
{
  document.write ("<link rel='stylesheet' type='text/css' href='/explorer.css'>");
}

function novajanela(){
  window.open('/cpub/pt/incConectiva/marketing/info.php','','width=320,height=250,scrollbars=no,menubar=no,status=yes');
}

function NewWindow(titulo){
  window.open(''+titulo+'','','width=990,height=600,scrollbars=yes,menubar=no,status=yes');
}

function OpenNewWindow(titulo){
  window.open(''+titulo+'','','width=800,height=600,scrollbars=yes,menubar=no,status=yes');
}

function GoUrl(s)
{
  var d = s.options[s.selectedIndex].value;
  window.top.location.href = d;
  s.selectedIndex=0;
}
