
<!-- Mouseover Menu script for Version 3 & 4 browsers -->
<!-- Preload the images we will need for the menu -->
<!-- Begin
    


function move_in(img_name,img_src) {
document[img_name].src=img_src;
}

function move_out(img_name,img_src) {
document[img_name].src=img_src;
}

function win(fileName) {
     myFloater = window.open('','myWindow','scrollbars=yes,status=no,width=320,height=400')
     myFloater.location.href = fileName;
}

// End -->