/*	function VerFoto(secao, id, largura, altura){
		
		var filtros = 'height='+largura+', width='+altura;
		window.open('php/img.php?secao='+secao+'&idRegistro='+id, '', filtros);
	} */
	
		function VerFoto(secao, id, largura, altura){
		
		var filtros = 'height='+largura+', width='+altura;
		window.open('/2008/secao/img.php?secao='+secao+'&idRegistro='+id, '', filtros);
	}
		
	function Renavam(){
		window.location = "http://www1.detran.pr.gov.br/detran_novo/consultas/veiculos/lic_escolha1.asp?ren=" + document.form_lic.txt_renavam.value + "&ex=" + document.form_lic.cmb_exerc.value + "";
	}	


	// menu para trocar fundo
	function Mov(obj){
		obj.style.backgroundColor = '';
	}
	function Mou(obj){
		obj.style.backgroundColor = '';
	}
	function Move(obj){
		obj.style.backgroundColor = '#CBB339';
	}
	function Mout(obj, cor){
		obj.style.backgroundColor = '';
	}
