<!--
function openBase(URL)
{
aWindow=window.open(URL,"TheBase","width=740,height=370,scrollbars=yes");
}
//-->