function footnote(title,num)
{
var w = window.open(title+'_fn'+num+'.html', 'fnwin', 'width=200, height=300, left=300, top=300, screenX=300, screenY=300, scrollbars=yes, resizable=yes');
}
