// JavaScript Document function MM_openBrWindow(theURL,winName,features) { //v2.0 alert("hi"); window.open(theURL,winName,features); } // this function highlights the box on the left of segment headers with the appropriate color function highlight(hiliteBox, state) { if (state=="on"){ document.getElementById(hiliteBox).style.backgroundColor = "#D44343"; }else{ document.getElementById(hiliteBox).style.backgroundColor = "#E4E5D7"; } return false; }