function popup01(URL, alto, ancho, x, y, scrol, resiza) {


day = new Date();
id = day.getTime();
eval(window.open(URL, "_blank", "scrollbars=" + scrol + ",resizable=" + resiza + ",height=" + alto + ",width=" + ancho + ",top=" + x + ",left=" + y + ",screenX=x,screenY=y"));
}
