function embeds(url,w,h){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+w+'" height="'+h+'">');
document.write('<param name="movie" value="'+url+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="menu" value="false">');
document.write('<embed src="'+url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'" wmode="transparent"></embed>');
document.write('</object>');
}

var bookmarkurl="http://www.carvalhoexport.com.br"
var bookmarktitle="CARVALHO EXPORT"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

// identificação do Navegador e Suporte ao XMLHttpRequest
function getHTTPObject() {
  var xmlhttp;
  /*@cc_on
  @if (@_jscript_version >= 5)
    try {
      xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
    } catch (e) {
      try {
        xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
      } catch (e) {
        xmlhttp = false;
      }
    }
  @else
  xmlhttp = false;
  @end @*/
  if (!xmlhttp && typeof XMLHttpRequest != 'undefined') {
    try {
      xmlhttp = new XMLHttpRequest();
    } catch (e) {
      xmlhttp = false;
    }
  }
  return xmlhttp;
}
var http = getHTTPObject();

// FIM identificação do Navegador e Suporte ao XMLHttpRequest


function navegar( valorr )
{
  http.open("GET", "navega_pagina.php?&pagina=" + valorr, true);
  http.onreadystatechange = handleHttpResponse_busca;
  http.send(null);
}


function handleHttpResponse_busca()
{
  if (http.readyState == 4) {
    results = http.responseText;
	document.getElementById("nave").innerHTML= http.responseText
	//document.getElementById("nave").innerHTML='<font size="1" face="Arial, Helvetica, sans-serif">Pesquisando dominios...</font>';
 
  }
}

	
	
	
	function janela( file, window, larg,  altura){
		msgWindow=open(file,window,'directories=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes,width=' + larg + ',height='  + altura);
		msgWindow.moveTo((screen.width-larg)/2,(screen.height-altura)/2-50);  
	}
	
	function processavotos()
      {
        var windowName = "vota";
        var windowFeatures = "width=300,height=350,top=200,left=200,resizable=no,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no";
        windowLogin = window.open("", windowName, windowFeatures);
        
        windowLogin.focus();
      }//-->

function mostraEsconde (qual) {
 if (document.getElementById(qual).style.display == "none") {
   document.getElementById(qual).style.display= "";
    //document.getElementById("status").innerHTML='<font size="2" face="Arial, Helvetica, sans-serif"><strong>(Fechar todas as abas)</strong></font>';
 }
 else {
   document.getElementById(qual).style.display = "none";
   //document.getElementById("status").innerHTML='<font size="2" face="Arial, Helvetica, sans-serif"><strong>(Abrir todas as abas)</strong></font>';
 }
}

function mostra (qual) {
// if (document.getElementById(qual).style.display == "none") {
   document.getElementById(qual).style.display= "";
    //document.getElementById("status").innerHTML='<font size="2" face="Arial, Helvetica, sans-serif"><strong>(Fechar todas as abas)</strong></font>';
// }
 //else {
  // document.getElementById(qual).style.display = "none";
   //document.getElementById("status").innerHTML='<font size="2" face="Arial, Helvetica, sans-serif"><strong>(Abrir todas as abas)</strong></font>';
// }
}

function Esconde (qual) {
 //if (document.getElementById(qual).style.display == "none") {
   document.getElementById(qual).style.display= "none";
    //document.getElementById("status").innerHTML='<font size="2" face="Arial, Helvetica, sans-serif"><strong>(Fechar todas as abas)</strong></font>';
// }
 //else {
  //document.getElementById(qual).style.display = "none";
   //document.getElementById("status").innerHTML='<font size="2" face="Arial, Helvetica, sans-serif"><strong>(Abrir todas as abas)</strong></font>';
 //}
}

function navegarr( valorr )
{
  http.open("GET", "navega_pagina_inter.php?&pagina=" + valorr, true);
  http.onreadystatechange = handleHttpResponse_busca;
  http.send(null);
}


function handleHttpResponse_busca()
{
  if (http.readyState == 4) {
    results = http.responseText;
	document.getElementById("nave").innerHTML= http.responseText
	//document.getElementById("nave").innerHTML='<font size="1" face="Arial, Helvetica, sans-serif">Pesquisando dominios...</font>';
 
  }
}