
// abre una ventana pop del alto y ancho indicado.
//function pop1(html, ancho, alto, nombre, izquierda, arriba) {
//window.open(html,nombre,'toolbar=no,menubar=no,status=no,scrollbars=no,width=' + ancho + ',height=' + alto + ',top=' + izquierda + ',left=' + arriba);};

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);};

function pop1(html, ancho, alto, nombre, izquierda, arriba)
{
	MM_openBrWindow(html,'','status=yes,width=' + ancho + ',height=' + alto)
}

