function OpenWindow(url,nombre,settings) 
{ 

  window.open(url,nombre,settings); 

}