
<!--
function refresh()
{
    window.location.reload( false );
}
//-->

<!--
function popup(mylink, adminwin)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
	  href=mylink;
else
	  href=mylink.href;
window.open(href, adminwin, 'width=800,height=600,resizable=yes,toolbar=no,scrollbars=yes,status=no' );
return false;
}
//-->

<!--
function popupform(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'height=450,width=800,resizable=yes,scrollbars=yes');
myform.target=windowname;
return true;
}
//-->

<!--
function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}
//-->

<!--
window.focus();
//-->
<!--
function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}
//-->



