function Glossary(term)
{window.open('content.php?subpage=glossary#' + term, 'GlossaryWindow', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,fullscreen=no,channelmode=no,width=490,height=300')}

function PagePrint(page)
{window.open('print.php?subpage='+page, 'PrintWindow', 'menubar=yes,toolbar=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,fullscreen=no,channelmode=no,width=750,height=500')}


function CloseWindow(evt) {
 if (evt.keyCode == 27) {
  window.close();
 }
}

function ShowPicture(sfilename, nwidth, nheight, description)
{
//powiekszenie tylko jesli help na serwerze
//if ((location.host == '127.0.0.1') || (location.host == 'fbs.ferro.com.pl')) {
  nwidth = nwidth + 20;
  nheight = nheight + 30;

  
  wnd = window.open('picture.php?sfilename='+sfilename+'&sdescription='+description, 'Picture',   'menubar=yes,toolbar=no,location=no, directories=no,status=no,scrollbars=no,   resizable=no,fullscreen=no,channelmode=no,width='+  nwidth+',height='+nheight);
//}
}


function myprint(){window.print();}
