  function ou(d) {d.style.backgroundColor='#000030';}
  function ov(d) {d.style.backgroundColor='#004593';	d.style.cursor= 'hand'; }
  function cl(d) {d.children.tags('a')[0].click(); }
<!--
function openWin(url) 
{aWindow = window.open(url,"thewindow",'toolbar=0,location=0,directories=0,status=0,menubar=0, width=400, height=440, scrollbars, resizable');	aWindow.focus();}
-->