<!--

	
    if (document.images) {

	abouton = new Image();          
	abouton.src = "images/nav/about_on.gif";  
	aboutoff = new Image();          
	aboutoff.src = "images/nav/about_off.gif"; 
	

	bertoiaon = new Image();          
	bertoiaon.src = "images/nav/bertoia_on.gif";  
	bertoiaoff = new Image();          
	bertoiaoff.src = "images/nav/bertoia_off.gif"; 
	
	wordson = new Image();          
	wordson.src = "images/nav/words_on.gif";  
	wordsoff = new Image();          
	wordsoff.src = "images/nav/words_off.gif"; 
	
	testimonialson = new Image();          
	testimonialson.src = "images/nav/testimonials_on.gif";  
	testimonialsoff = new Image();          
	testimonialsoff.src = "images/nav/testimonials_off.gif"; 
	



	sculptureon = new Image();          
	sculptureon.src = "images/nav/sculpture_on.gif";  
	sculptureoff = new Image();          
	sculptureoff.src = "images/nav/sculpture_off.gif";


	sculpture_availableon = new Image();          
	sculpture_availableon.src = "images/nav/available_on.gif";  
	sculpture_availableoff = new Image();          
	sculpture_availableoff.src = "images/nav/available_off.gif";

	sculpture_archiveon = new Image();          
	sculpture_archiveon.src = "images/nav/archive_on.gif";  
	sculpture_archiveoff = new Image();          
	sculpture_archiveoff.src = "images/nav/archive_off.gif";

	printson = new Image();          
	printson.src = "images/nav/prints_on.gif";  
	printsoff = new Image();          
	printsoff.src = "images/nav/prints_off.gif";
	
	prints_availableon = new Image();          
	prints_availableon.src = "images/nav/available_on.gif";  
	prints_availableoff = new Image();          
	prints_availableoff.src = "images/nav/available_off.gif";

	prints_archiveon = new Image();          
	prints_archiveon.src = "images/nav/archive_on.gif";  
	prints_archiveoff = new Image();          
	prints_archiveoff.src = "images/nav/archive_off.gif";


	otherlinkson = new Image();          
	otherlinkson.src = "images/nav/links_on.gif";  
	otherlinksoff = new Image();          
	otherlinksoff.src = "images/nav/links_off.gif";

	presson = new Image();          
	presson.src = "images/nav/press_on.gif";  
	pressoff = new Image();          
	pressoff.src = "images/nav/press_off.gif";


	contacton = new Image();          
	contacton.src = "images/nav/contact_on.gif";  
	contactoff = new Image();          
	contactoff.src = "images/nav/contact_off.gif";
	

   }
	function img_act(imgName) {

              if (document.images) {
               imgOn = eval(imgName+"on.src");
               document [imgName].src = imgOn;
               }
	}
	function img_inact(imgName) {
            if (document.images) {
               imgOff = eval(imgName + "off.src");
               document [imgName].src = imgOff;
                }
            }


    
var box = '';
var boxcontent='';

function showdetail(detailimage)
{

box = document.getElementById('image');
boxcontent = box.innerHTML;
 box.innerHTML = "<IMG SRC="+ detailimage + ">";
}

function showdetailout()
{
 box.innerHTML = boxcontent;
}

//-->
