function openwindow(URL,Name,Features)
{ 
  window.open(URL,Name,Features);
}

