<!-- // latest news
function news(url, width, height) {
var Win = window.open(url,"news",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=1,menubar=1,left=20, top=20, toolbar=0,status=0' ); Win.focus();
}
//  -->

<!--
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
function popUp(){return};
function popDown(){return};
function startIt(){return};
if (!ver4) event = null;
//-->


<!--
if (isMenu) {
    menuVersion = 3;
    menuWidth = 100;
    childOverlap = -3;
    childOffset = 0;
    perCentOver = 2;
    secondsVisible = 0;
    fntCol = "#ffffff";
    fntSiz = "8";
    fntBold = false;
    fntItal = false;
    fntFam = "tahoma,arial,ms sans serif";
    backCol = "#003366";
    overCol = "#326296";
    overFnt = "#ffffff";
    borWid = 1;
    borCol = "#55718F";
    borSty = "solid";
    itemPad = 3;
    imgSrc = "common/tri.gif";
    imgSiz = 10;
    separator = 1;
    separatorCol = "#55718F";
    isFrames = false;   
    navFrLoc = "left";   
    keepHilite = true; 
    NSfontOver = true;
    clickStart = false;
    clickKill = false;
}
//-->

<!--
if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='common/hierArrays.js'><\/SCRIPT>");
document.write("<SCRIPT LANGUAGE='JavaScript1.2' SRC='common/hierMenus.js'><\/SCRIPT>");
}
//-->

