<!-- 
function AbreMenu(pag) {
document.location = pag;
}

//***********************************************************************
function LocURL(url) {
if (url != "") 
{ document.location = (url); }
}
//***********************************************************************
function LocURLMA(url) {
if (url != "") 
{ document.location = ('Admin.asp?Pag='+url); }
}
//***********************************************************************
function IrParaEvento(idEvento) {
if (idEvento != "") 
{ document.location = ('Galeria.asp?idcat='+idEvento); }
}
//***********************************************************************
function AbreJanela(theURL,winName,features) 
{ 
window.open(theURL,winName,features);
}


//***********************************************************************
function AbreNovaJanelaFull(url,Nome) {
var width; var height;
height = (screen.height);
width  = (screen.width) - 8;
if (url != "") 
{
window.open(url,Nome,'status=yes,scrollbars=yes,resizable=yes,width='+width+',height='+height+',left=0,top=0','fullscreen = yes'); }
//window.open(url, 'jan_'+Nome, 'fullscreen=yes,scrollbars=auto');
//{ window.open(url,Nome,'status=yes,scrollbars=yes,resizable=yes,width='+width+',height='+height+',left=0,top=0','fullscreen = yes'); }
}
//***********************************************************************
function AbreJanelaPop(aPag,oNome,w,h) { //v2.0
var top; var left; var width; var height;
width  = w;
height = h;
top = (screen.height/2)-(height/1.6);
left = (screen.width/2)-(width/2);
AbreJanela(aPag,oNome,'status=yes,scrollbars=yes,width='+width+',height='+height+',left='+left+',top='+top);
}
//***********************************************************************
function ComfirmaRedireciona(aPag,aMsg) {
if(confirm(aMsg)){
    document.location = aPag;
} else {
	return; //document.write("Cancelado!");
}

}
//***********************************************************************
//***********************************************************************
function AbreVeiculoPop(oID) { //v2.0
var top; var left; var width; var height;
//width  = 556;
//height = 515;
width  = 740;
height = 600;
top = (screen.height/2)-(height/1.6);
left = (screen.width/2)-(width/2);
AbreJanela('Veiculo_PopUp.asp?idVeic='+oID,'Veic_'+oID,'status=yes,scrollbars=yes,resizable=yes,width='+width+',height='+height+',left='+left+',top='+top);
}
//***********************************************************************
function AbreNoticiaPopup(theID) { //v2.0
var top; var left; var width; var height;
width = 680;
height = 460;
top = (screen.height/2)-(height/1.6);
left = (screen.width/2)-(width/2);
AbreJanela('Noticia_Popup.asp?Noticia='+theID,'Noticia_'+theID,'status=yes,scrollbars=yes,width='+width+',height='+height+',left='+left+',top='+top);
}
//***********************************************************************
function FiltraMarca(form) {
var myindex = form.idMarca.selectedIndex;
idMarca = (form.idMarca.options[myindex].value);
document.frmbusca.submit();
//document.location = 'BuscaVeiculos.asp?idMarca='+idMarca
}

//***********************************************************************
function AbreFotoRec(oID) { //v2.0
var top; var left; var width; var height;
//width  = 556;
//height = 515;
width  = 690;
height = 540;
top = (screen.height/2)-(height/1.6);
left = (screen.width/2)-(width/2);
AbreJanela('Usuario_FotoRecPopUp.asp?ID='+oID,'Foto_'+oID,'status=yes,width='+width+',height='+height+',left='+left+',top='+top);
}
//***********************************************************************
	var tam = 10;
	function mudaFonte(tipo){
		if (tipo=="mais") {
			if(tam<30) tam+=2;
			//createCookie('fonte',tam,365);
		} else {
			if(tam>10) tam-=2;
			//createCookie('fonte',tam,365);
		}
		document.getElementById('txtnews').style.fontSize = tam+'px';
	}
	
//====================================================================
function MenuOver(obj)
{
obj.className='tdMenuOver';
}

function MenuOut(obj)
{
obj.className='';
}
//-------------------------------------------------------------------------------------
function AbreEnquete(url, width, height)
{
window.open(url,"_blank","resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=yes,width=" + width + ",height=" + height)
}
function Fun_Enviar(formID,tipo)
{
	var formularios = document.forms.length;
	for(i=0;i<formularios;i++)
		{
		if(document.forms[i].name==formID)
		{
		var formulario = i;
		break;
		}
	}
	var num_respostas = document.forms[formulario].opcao.length;
	var resposta = num_respostas;
	var respostas = "";
	for(i=0;i<num_respostas;i++)
		{
		if(document.forms[formulario].opcao[i].checked)
			{
			resposta = i;
			if(respostas)
			{
				respostas=respostas + "&";
			}
			else
			{
				respostas=respostas + "?";
			}
			respostas=respostas + "opcao=" + document.forms[formulario].opcao[i].value;
		}
	}
	if(resposta==num_respostas)
	{
	alert("Uma opção deve ser escolhida!");
	}
	else
	if (tipo == 1) 
	{
    var top; var left; var width; var height;
    width  = 500;
    height = 420;
    top    = (screen.height/2)-(height/1.6);
    left   = (screen.width/2)-(width/2);
	AbreEnquete("Enquete_Acoes.asp" + respostas,'Eqt_'+formID,'status=yes,scrollbars=yes,width='+width+',height='+height+',left='+left+',top='+top);
//	AbreEnquete("Enquete_Acoes.asp" + respostas,width,height);
	}
	else
	
    {
    window.location = "Enquete_Acoes.asp" + respostas;
	}
}
//-------------------------------------------------------------------------------------
function EnquetePopup(idE)
{
    var top; var left; var width; var height;
    width  = 500;
    height = 420;
    top    = (screen.height/2)-(height/1.6);
    left   = (screen.width/2)-(width/2);
	AbreJanela("Enquete.asp?ID="+idE,'Eqt_'+idE,'status=yes,scrollbars=yes,width='+width+',height='+height+',left='+left+',top='+top);
}
//-------------------------------------------------------------------------------------
function EnquetePopupParcial(idE)
{
    var top; var left; var width; var height;
    width  = 500;
    height = 420;
    top    = (screen.height/2)-(height/1.6);
    left   = (screen.width/2)-(width/2);
//	AbreEnquete("Enquete_PopUp.asp?ID=" + idE,width,height);
	AbreJanela("Enquete_Popup.asp?ID="+idE,'Eqt_'+idE,'status=yes,scrollbars=yes,width='+width+',height='+height+',left='+left+',top='+top);
}

//-------------------------------------------------------------------------------------
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-------------------------------------------------------------------------------------
// -->