function openwindow(url,wname,features) {
  window.open(url,wname,features);
}