/**************************************************************************
* Image Thumbnail viewer- Dynamic Drive (www.dynamicdrive.com)
* Last updated Sept 26th, 03'. This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***************************************************************************/


function OpenWindow(_path,_width,_height)
{
  var mida;
  mida = "menubar=no,scrollbars=no,status=no,width=" + _width 
                + ",height=" + _height;
  window.open(_path,"Targeta",mida);
  


}

function ventanaSecundaria (URL){
   window.open(URL,"ventana1","width=120,height=300,scrollbars=NO")
}
