/* * Change row color */ function SelectLink(obj, over, down) { if (over) { bgcol="#CCFFCC"; } if (!over) { bgcol="#F2F7FA"; } if (down) { bgcol="#CCFFCC"; } obj.style.backgroundColor = bgcol; } /* * Admin navigation menu color changer */ function Select_TD(obj, selected, count) { if (selected) { for (i = 1; i <= 8; i++) { target = 'td' + i; if (document.getElementById(target)) { eval(target).style.backgroundColor = "#F2F7FA"; } } obj.style.backgroundColor = "#D6EBF8"; } } /* * Change specific row color */ function select_tr(obj, bgcol) { obj.style.backgroundColor = bgcol; } /* * Change image */ function change_img(obj, src) { document.obj.src = src; } /****************************** * Macromedia library ******************************/ function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } // Reloads the window if Nav4 resized function MM_reloadPage(init) { if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i