function openwindow(URL,winName,features) { 
  window.open(URL,winName,features);
}