<!--
var stylesheet ="";
var brVersion = navigator.appVersion.charAt(0);

if(navigator.platform == "Win32"){
if((navigator.appName == "Microsoft Internet Explorer") && (brVersion >=4)){
stylesheet = "winie";
} else if(navigator.appName == "Netscape") {
stylesheet = "winnn";
}
} else if(navigator.platform == "MacPPC"){
if(navigator.appName == "Netscape"){
stylesheet = "mac";
} else if(navigator.appName == "Microsoft Internet Explorer") {
stylesheet = "mac";
}
}

if(stylesheet != ""){
document.write('<meta http-equiv="Content-Style-Type" content="text/css">\n');
document.write('<link rel="stylesheet" type="text/css" href="./css/'+stylesheet+'.css">');
}
//-->

<!---
    function GoURL(slt){
        if (slt.selectedIndex >= 0){
            location=slt.options[slt.selectedIndex].value;
        }
    }
//--->

<!--
if (navigator.appVersion > "3") {
top00 = new Image(); top00.src = "./img/top_link_11.gif";
top01 = new Image(); top01.src = "./img/top_link_12.gif";
top02 = new Image(); top02.src = "./img/top_link_21.gif";
top03 = new Image(); top03.src = "./img/top_link_22.gif";
top04 = new Image(); top04.src = "./img/top_link_31.gif";
top05 = new Image(); top05.src = "./img/top_link_32.gif";
int00 = new Image(); int00.src = "./img/int_link_11.gif";
int01 = new Image(); int01.src = "./img/int_link_12.gif";
int02 = new Image(); int02.src = "./img/int_link_21.gif";
int03 = new Image(); int03.src = "./img/int_link_22.gif";
int04 = new Image(); int04.src = "./img/int_link_31.gif";
int05 = new Image(); int05.src = "./img/int_link_32.gif";
int06 = new Image(); int06.src = "./img/int_link_41.gif";
int07 = new Image(); int07.src = "./img/int_link_42.gif";
}
function imgChange(imgName,imgNum) {
if (navigator.appVersion > "3") {
document.images[imgName].src = eval(imgNum + ".src");
}}
//-->