  function OpenWindow(url,name) {
 popupWin = window.open(url,name,'width=480,height=295')
}

/*
END Ventana Pop-up
*/

  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();
    }
  }

beginRollover = false;
var isNav4, isIE4, isIE3, isNav3;
var range = "";
var styleRef = "";
if (navigator.appVersion.charAt(0) >= "4") {
        if (navigator.appName == "Netscape") {
                isNav4 = true;
                layerRef = "document.layers";
                styleRef = "";
                insideWindowWidth = window.innerWidth;
                isIE3 = isNav3 = isIE4 = false;
        } else {
                isIE4 = true;
                layerRef = "document.all";
                styleRef = ".style";
                range = "all.";
                isIE3 = isNav4 = isNav3 = false;
        }
} else if (navigator.appVersion.charAt(0) < "4") {
        if (navigator.appName == "Netscape") {
                isNav3 = true;
                isIE3 = isNav4 = isIE4 = false;
        } else {
                isIE3 = true;
                isNav3 = isIE4 = isNav4 = false;
        }
}
self.name = "parentWin";

function abre() {
	var tipo = 'width=490,height=305,status=no,toolbar=no,scrollbars=no,menubar=no,screenX=100,screenY=20';
	open('http://www.latinol.com/comentarios/rosario.asp','',tipo)
}

function CloseScreen(){
window.close ("type=CloseWindows");
}

