<!--
window.onerror=null;
var netscape = 0;
var goodIE = 0;
var clunkflag = 0;
var mac68k = navigator.userAgent.indexOf("68K");
var flag = 1; var lensflag=0; var basedelay=2000;
browserName = navigator.appName.substring(0,8);
browserVer = parseFloat(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3)
{ netscape = 1; }
if (browserName == "Microsof" && browserVer == 4)
{ goodIE = 1; basedelay=4000; }


bild_n = new Array(12);
    for (m=0; m<=11; m++) {
    bild_n[m] = new Image(); }

bild_o = new Array(12);
    for (m=0; m<=11; m++) {
    bild_o[m] = new Image(); }

bild_n[0].src = "../images/left_nav_02.png";
bild_n[1].src = "../images/left_nav_03.png";
bild_n[2].src = "../images/left_nav_04.png";
bild_n[3].src = "../images/left_nav_05.png";
bild_n[4].src = "../images/left_nav_06.png";
bild_n[5].src = "../images/left_nav_07.png";
bild_n[6].src = "../images/left_nav_08.png";
bild_n[7].src = "../images/left_nav_09.png";
bild_n[8].src = "../images/left_nav_11.png";
bild_n[9].src = "../images/left_nav_12.png";
bild_n[10].src = "../images/left_nav_13.png";


bild_o[0].src = "../images/left_nav_over_02.png";
bild_o[1].src = "../images/left_nav_over_03.png";
bild_o[2].src = "../images/left_nav_over_04.png";
bild_o[3].src = "../images/left_nav_over_05.png";
bild_o[4].src = "../images/left_nav_over_06.png";
bild_o[5].src = "../images/left_nav_over_07.png";
bild_o[6].src = "../images/left_nav_over_08.png";
bild_o[7].src = "../images/left_nav_over_09.png";
bild_o[8].src = "../images/left_nav_over_11.png";
bild_o[9].src = "../images/left_nav_over_12.png";
bild_o[10].src = "../images/left_nav_over_13.png";



function bildover() {
if (netscape || goodIE) {
document.bild.src = bild_o[0].src;
}}
function bildout() {
if (netscape || goodIE) {
document.bild.src = bild_n[0].src;
}}

function bildover1() {
if (netscape || goodIE) {
document.bild1.src = bild_o[1].src;
}}
function bildout1() {
if (netscape || goodIE) {
document.bild1.src = bild_n[1].src;
}}

function bildover2() {
if (netscape || goodIE) {
document.bild2.src = bild_o[2].src;
}}
function bildout2() {
if (netscape || goodIE) {
document.bild2.src = bild_n[2].src;
}}

function bildover3() {
if (netscape || goodIE) {
document.bild3.src = bild_o[3].src;
}}
function bildout3() {
if (netscape || goodIE) {
document.bild3.src = bild_n[3].src;
}}

function bildover4() {
if (netscape || goodIE) {
document.bild4.src = bild_o[4].src;
}}
function bildout4() {
if (netscape || goodIE) {
document.bild4.src = bild_n[4].src;
}}

function bildover5() {
if (netscape || goodIE) {
document.bild5.src = bild_o[5].src;
}}
function bildout5() {
if (netscape || goodIE) {
document.bild5.src = bild_n[5].src;
}}

function bildover6() {
if (netscape || goodIE) {
document.bild6.src = bild_o[6].src;
}}
function bildout6() {
if (netscape || goodIE) {
document.bild6.src = bild_n[6].src;
}}

function bildover7() {
if (netscape || goodIE) {
document.bild7.src = bild_o[7].src;
}}
function bildout7() {
if (netscape || goodIE) {
document.bild7.src = bild_n[7].src;
}}

function bildover8() {
if (netscape || goodIE) {
document.bild8.src = bild_o[8].src;
}}
function bildout8() {
if (netscape || goodIE) {
document.bild8.src = bild_n[8].src;
}}

function bildover9() {
if (netscape || goodIE) {
document.bild9.src = bild_o[9].src;
}}
function bildout9() {
if (netscape || goodIE) {
document.bild9.src = bild_n[9].src;
}}

function bildover10() {
if (netscape || goodIE) {
document.bild10.src = bild_o[10].src;
}}
function bildout10() {
if (netscape || goodIE) {
document.bild10.src = bild_n[10].src;
}}