function buscaStar(){
 var cidade = document.bStar.cidade.value;
 url = "queryStarex.php?queryName="+cidade;
 window.open(url,'newWin','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=350,height=400,top=125,left=185');
}

function frota(){
 url = "frota/index.shtml";
 window.open(url,'newWin','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=500,height=273,top=125,left=185');
}
function entrega(){
 url = "banner/poup.php";
 window.open(url,'newWin','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=480,height=492,top=125,left=185');
}
function papel(url){
	window.open(url,"buscacli","width=800,height=600,scrollbars=yes,resizable=yes,scrollbars=auto,status=yes,titlebar=no,top=0,left=0");
}