//PARA MOSTRAR CLIENTES QUE SOLO TIENEN MAIL
function contacto(id){
ventana=window.open( "http://mayoral.com.uy/es/Inmobiliarias/redir.php?"+id ,"contacto","menubar=0,scrollbar=0,top=0,left=50,width=265,height=260");
}
function mail(ref){
window.open("http://mayoral.com.uy/es/ofertas/mail.php?id="+ref,ref,"menubar=0,width=280,height=280,top=15");
}

function usuario(){
window.open("http://mayoral.com.uy/_php/registro/registro.php","user","menubar=0,width=280,height=280,top=15");
}
