// -- /////////////////////////////////////////////////////
function over(nn,tp)
{
 var el=document.getElementById("td"+nn);
 var im=document.getElementById("ar"+nn);

 if(tp)
 {
           el.className="menu_bl_a";
           im.src="images/darr_a.gif";
}		   
 else
 {
           el.className="menu_bl";
           im.src="images/darr.gif";
}		   
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
// -- /////////////////////////////////////////////////////