function popup(name,width,height,url) {
   args='width='+width+',height='+height+',resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no';
   mywin=window.open(url,name,args);
   mywin.focus();
   mywin.resizeTo(width,height);
   return false;
}
function newsflash_popup(url) {
   return popup('newsflash',603,500,url);
}
function aper_popup(url) {
   return popup('aper',737,600,url);
}
