function openWND(url,name,other) { 
  window.open(url,name,other);
}

