function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
href=mylink;
window.open(href, windowname, 'width=520,height=680,scrollbars=yes');
return false;
}


