function openwin(File) {
  window.open('http://www.qbay.ws/' + File + '.html', File, 'scrollbars=yes,resizable=yes,width=600,height=400');
}