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

