<!--
function popup(mylink, new_win)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, new_win,'left=25,top=5,width=400,height=200,resizable=yes,scrollbars=yes');
return false;
}

function popup2(mylink, new_win)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, new_win,'left=25,top=5,width=793,height=527,resizable=yes,scrollbars=yes');
return false;
}
//-->
