<!--

function role_over(thing)
{
  thing.style.backgroundColor = '#9699BA';
}

function role_out(thing)
{
  thing.style.backgroundColor = '#606591';
}
function role_over2(thing)
{
  thing.style.backgroundColor = '#CAEDFF';
}

function role_out2(thing)
{
  thing.style.backgroundColor = '#84D3FF';
}
function role_over3(thing)
{
  thing.style.backgroundColor = '#cccccc';
}

function role_out3(thing)
{
  thing.style.backgroundColor = '';
}

function popup(mylink, presspdf)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, presspdf, 'width=550,height=400,resizable=yes,scrollbars=yes');
return false;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//-->