<!--

if ( document.images ) {
 enlarge = new Image();
 enlarge.src = "img/but_enlarge_0.gif";
 enlargeon = new Image();
 enlargeon.src = "img/but_enlarge_1.gif";
 
 vw_install = new Image();
 vw_install.src = "img/but_view_install_0.gif";
 vw_installon = new Image();
 vw_installon.src = "img/but_view_install_1.gif";
 
 vw_360 = new Image();
 vw_360.src = "img/but_360_0.gif";
 vw_360on = new Image();
 vw_360on.src = "img/but_360_1.gif";
 
 vw_projimg = new Image();
 vw_projimg.src = "../img/vw_proj_img_0.gif";
 vw_projimgon = new Image();
 vw_projimgon.src = "../img/vw_proj_img_1.gif";
 
 sort_date = new Image();
 sort_date.src = "img/but_sort_date_0.gif";
 sort_dateon = new Image();
 sort_dateon.src = "img/but_sort_date_1.gif";
 
 sort_art = new Image();
 sort_art.src = "img/but_sort_artist_0.gif";
 sort_arton = new Image();
 sort_arton.src = "img/but_sort_artist_1.gif";
 
 sort_proj = new Image();
 sort_proj.src = "img/but_sort_proj_0.gif";
 sort_projon = new Image();
 sort_projon.src = "img/but_sort_proj_1.gif";
 
 projmain = new Image();
 projmain.src = "img/but_proj_main_0.gif";
 projmainon = new Image();
 projmainon.src = "img/but_proj_main_1.gif";
 
 gobut = new Image();
 gobut.src = "../img/but_go_0.gif";
 gobuton = new Image();
 gobuton.src = "../img/but_go_1.gif";
 
  
 onView = new Image();
 onView.src = "../img/but_onView_off.gif";
 onViewon = new Image();
 onViewon.src = "../img/but_onView_on.gif";
 
  onView1 = new Image();
 onView1.src = "../img/but_onView_off.gif";
 onViewon1 = new Image();
 onViewon1.src = "../img/but_onView_on.gif";

  upcoming = new Image();
 upcoming.src = "../img/but_upcoming_off.gif";
 upcomingon = new Image();
 upcomingon.src = "../img/but_upcoming_on.gif";

  upcoming1 = new Image();
 upcoming1.src = "../img/but_upcoming_off.gif";
 upcomingon1 = new Image();
 upcomingon1.src = "../img/but_upcoming_on.gif";


  projArch = new Image();
 projArch.src = "../img/but_projArch_off.gif";
 projArchon = new Image();
 projArchon.src = "../img/but_projArch_on.gif";

  projArch1 = new Image();
 projArch1.src = "../img/but_projArch_off.gif";
 projArchon1 = new Image();
 projArchon1.src = "../img/but_projArch_on.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
}
// -->
