function openW (URL,TARGET,OPT) {
  window.onerror=null;
  window.open(URL,TARGET,OPT);
}
