<!--

if ( document.images ) {
 artpage = new Image();
 artpage.src = "img/but_artpage_0.gif";
 artpageon = new Image();
 artpageon.src = "img/but_artpage_1.gif";
 
 vw_selected = new Image();
 vw_selected.src = "img/but_view_selected_0.gif";
 vw_selectedon = new Image();
 vw_selectedon.src = "img/but_view_selected_1.gif";
 
 visit = new Image();
 visit.src = "img/but_studio_visit_0.gif";
 visiton = new Image();
 visiton.src = "img/but_studio_visit_1.gif";
 
 portrait = new Image();
 portrait.src = "img/but_artist_potrait_0.gif";
 portraiton = new Image();
 portraiton.src = "img/but_artist_potrait_1.gif";
 
 artbio = new Image();
 artbio.src = "img/but_artist_bio_0.gif";
 artbioon = new Image();
 artbioon.src = "img/but_artist_bio_1.gif";
 
 about = new Image();
 about.src = "img/but_about_artists_0.gif";
 abouton = new Image();
 abouton.src = "img/but_about_artists_1.gif";
 
 }

function go2()
{
window.location=document.myform2.example2.options[document.myform2.example2.selectedIndex].value
}

function go3()
{
window.location=document.myform3.example3.options[document.myform3.example3.selectedIndex].value
}

// -->

