<!-- hide script 
if (document.images) {
    button1up       = new Image
    button1up.src   = "buttons/home_button.gif" 
    button1down     = new Image 
    button1down.src = "buttons/home_down.gif" 
    button2up       = new Image
    button2up.src   = "buttons/news_button.gif" 
    button2down     = new Image 
    button2down.src = "buttons/news_down.gif" 
    button3up       = new Image
    button3up.src   = "buttons/ethel_button.gif" 
    button3down     = new Image 
    button3down.src = "buttons/ethel_down.gif" 
    button4up       = new Image
    button4up.src   = "buttons/minnie_button.gif" 
    button4down     = new Image 
    button4down.src = "buttons/minnie_down.gif" 
    button5up       = new Image
    button5up.src   = "buttons/tink_button.gif" 
    button5down     = new Image 
    button5down.src = "buttons/tink_down.gif"
    button6up       = new Image
    button6up.src   = "buttons/links_button.gif" 
    button6down     = new Image 
    button6down.src = "buttons/links_down.gif"
    button7up       = new Image
    button7up.src   = "buttons/gallery.gif" 
    button7down     = new Image 
    button7down.src = "buttons/gallery_down.gif" 
    button8up       = new Image
    button8up.src   = "buttons/cousins_button.gif" 
    button8down     = new Image 
    button8down.src = "buttons/cousins_down.gif"     
}
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=284,height=450,scrollbars=no');
return false;
}
function popup2(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=500,height=500,scrollbars=yes');
return false;
}
-->