<!-- 
var gamma=new Array("#FFCC00","#FFCB00","#FFC701","#FFC201","#FFBD01","#FFB802","#FFB102","#FFAB03","#FFA403")
function active(n) 
{document.all("main"+n).border=1} 
function deactive(n) 
{document.all("main"+n).border=0} 
function act(n) 
{document.getElementById("menu"+n).bgColor=gamma[n-1];} 
function deact(n) 
{document.getElementById("menu"+n).bgColor="";} 
function ac(n) 
{document.getElementById("m"+n).bgColor="#FEFFEF";cursor="hand";} 
function deac(n) 
{document.getElementById("m"+n).bgColor=""} 

isNetscape=navigator.appName.indexOf('Netscape')>=0;
isExplorer=navigator.appName.indexOf('Explorer')>=0;
function new_window(addr) {

ww=640; wh=480;

sw  = screen.width;           sh  = screen.height;
wbx = Math.round((sw-ww)/2);  wby = Math.round((sh-wh)/2)-75;
if(isExplorer) positionCode='left='+wbx+',top='+wby+',';
if(isNetscape) positionCode='screenX='+wbx+',screenY='+wby+',';

window.open(addr, 'new_wind', 'menubar=0,location=0,status=0,toolbar=0,scrollbars=1,resizable=1,'+positionCode+'height='+wh+',width='+ww+'');
}
-->

