// JavaScript Document

/* muda imagem com click */
function js_changeimg( src, id ) {
  	document.getElementById( 'fotopri_' + id ).src = src;
	
	document.getElementById("texto").innerHTML=txt;
}


/* habilitar radio button*/
function desabilitar(){
document.getElementById("enviar").disabled = false; //habilitar
}
function habilitar(){
document.getElementById("enviar").disabled = true; // desabilitar
}


/* popup classificados */
function classif(link){
	
	var esq = (window.screen.height - 468)/2;
	var top = (window.screen.width - 354)/2;
	
	msg=open(""+link+".php","DisplayWindow","toolbar=no,top="+esq+",left="+top+",directories=no,scrollbars=no,status=no,resizable=no,menubar=no,width=468,height=354");	
}

function ocultar(){
	document.getElementById('popup').style.display='none';
}

function legenda(txt) {
    document.write('txt');
}

function abrepop(link,w,h){
	
	var esq = (window.screen.height - h)/2;
	var top = (window.screen.width - w)/2;
	
	msg=open(""+link+".php","DisplayWindow","toolbar=no,top="+esq+",left="+top+",directories=no,scrollbars=yes,status=no,resizable=no,menubar=no,width="+w+",height="+w+"");	
}

function indica(link,w,h){
	
	var esq = (window.screen.height - h)/2;
	var top = (window.screen.width - w)/2;
	
	msg=open(""+link+"","DisplayWindow","toolbar=no,top="+esq+",left="+top+",directories=no,scrollbars=no,status=no,resizable=no,menubar=no,width="+w+",height="+h+"");	
}