function ampliar_imagen1(theURL,winName,features)
 { 
  var nuevaWindow =window.open("","","width=600,height=600,top=100,left=150,scroll=auto")
   if (nuevaWindow != null)
   {
     nuevaMsg ="<html><head><title> - Vista Previa de la Imagen - </title>"
     nuevaMsg += "<link rel='stylesheet' href='css_/post.css' type='text/css'></head>"
     nuevaMsg += "<body>"
     nuevaMsg +="<center><font size='2'>Vista de la Imagen Seleccionada</font><br><br>"
     nuevaMsg +="<img src='"+theURL+"' border=0 alt='Vista Previa'><br><br>";
     nuevaMsg +="<form><input type='Button' name='cerrar' value='Cerrar' class='boton'" 
     nuevaMsg +="align='MIDDLE'onClick='window.close()'><br>"
     nuevaMsg +="</form></center>"
     nuevaMsg += "</body></html>"
     nuevaWindow.document.write(nuevaMsg)
     nuevaWindow.document.close()
   }
 }
function ampliar_imagen(theURL,winName,features)
 { 
  var nuevaWindow =window.open("pop.asp?url=images/big/"+theURL,"pop","top=100,left=150,scrollbars=1")
 }

function popUp(URL)
 {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'resizable=1,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,width=600,height=600,left = 100,top = 50');");
}

/*function popUp2(URL)
 {
	day = new Date();
	id = day.getTime();
	/ eval("page" + id + " = window.open(URL, '" + id + "', 'resizable=1,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,width=800,height=600,left = 0,top = 0');");
        /

 eval("page" + id + " = window.open(URL, '" + id + "', 'resizable=1,toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0, "height="+window.screen.availHeight+", width="+(window.screen.availWidth-10)+", left = 0, top = 0');");
/ "height="+window.screen.availHeight+", width="+(window.screen.availWidth-10)+", top=0, left=0,    

/

}

*/