<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=630,height=860,scrollbars=yes');
return false;
}

function newwin(url,target){
window.open(url,target,"toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=860,height=600");
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

