<!--
function popup(tg, wn)
{
if (! window.focus)return true;
var href;
if (typeof(tg) == 'string')
   href=tg;
else
   href=tg.href;
window.open(href, wn, 'width=500,height=400,scrollbars=yes');
return false;
}
//-->