/**
 * @author phhector
 */
function Go( theUrl )
  {
  window.location.href=theUrl;
  }
  
  /* fin de archivo */	
