<!--

function role_over(thing)
{
  thing.style.backgroundColor = '#AEB3FA';
}

function role_out(thing)
{
  thing.style.backgroundColor = '#3B167B';
}
function role_over2(thing)
{
  thing.style.backgroundColor = '#8B94FD';
}

function role_out2(thing)
{
  thing.style.backgroundColor = '#C4B3EA';
}

function role_over3(thing)
{
  thing.style.backgroundColor = '#ffffcc';
  thing.style.border='0.01cm dotted black'  
}

function role_out3(thing)
{
  thing.style.backgroundColor = '';
  thing.style.border='0.01cm dotted white'
}

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);
}

//   'thing.style.fontSize = '11px';
//-->