
<!--
function popupwindow(bonus, stuff)
{
if (! window.focus)return true;
var href;
if (typeof(bonus) == 'string')
   href=bonus;
else
   href=bonus.href;
window.open(href, stuff, 'width=582,height=348,left=20,top=2,toolbar=no,resizable=yes,status=no,menubar=no,scrollbars=yes');
return false;
}
//-->
