// JavaScript Document
var hay_hija = new Boolean(false);
var hija = new Object(); 
function MM_openBrWindow(theURL,winName,features) { //v2.0
  hija = window.open(theURL,winName,features);
  hay_hija = true;
}