<!-- 
 function mOvr(src,clrOver) {
 if (!src.contains(event.fromElement)) {
	 src.style.cursor = 'hand';
	 src.bgColor = clrOver;
	}
 }
 function mOut(src,clrIn) {
	if (!src.contains(event.toElement)) {
	 src.style.cursor = 'default';
	 src.bgColor = clrIn;
	}
 }
 function mClk(src) {
 if(event.srcElement.tagName=='TD')
	 src.children.tags('A')[0].click();
 }
// -->
function openFavoritos(){
sub1=window.open("http://www.buscainmobiliarias.com/favoritos.htm", "favoritos", "scrollbars=0, toolbars=0, resizable=no, width=500,height=300");
}
function openAviso(){
sub1=window.open("http://www.info-hoteles.com/condiciones.asp", "aviso", "scrollbars=1, toolbars=0, resizable=yes, width=500,height=300");
}
<!--
      function openWin(url, name) {
             popupWin = null;
             popupWin=window.open(url,name,'resizable=no,scrollbars=no,width=350,height=350 screenX=20,left=20,screenY=20,top=20');
             // focus window (solo para Navigator 3.0)
             if ( (navigator.appName != "Microsoft Internet Explorer") && (navigator.appVersion.substring(0,1) == "3") )
             popupWin.focus();
     }

// -->
