<!--Hide from old browsers

auton=new Image()
auton.src="auton2.gif"
autoff=new Image()
autoff.src="autoff2.gif"

arton=new Image()
arton.src="arton.gif"
artoff=new Image()
artoff.src="artoff.gif"

exhon=new Image()
exhon.src="exhon.gif"
exhoff=new Image()
exhoff.src="exhoff.gif"

conon=new Image()
conon.src="conon.gif"
conoff=new Image()
conoff.src="conoff.gif"

rscon=new Image()
rscon.src="rscon.gif"
rscoff=new Image()
rscoff.src="rscoff.gif"

lnkon=new Image()
lnkon.src="lnkon.gif"
lnkoff=new Image()
lnkoff.src="lnkoff.gif"

mscon=new Image()
mscon.src="mscon.gif"
mscoff=new Image()
mscoff.src="mscoff.gif"

blogon=new Image()
blogon.src="blogon.gif"
blogoff=new Image()
blogoff.src="blogoff.gif"


function popWin(pageName){
		newWindow = window.open(pageName,'popupWindow','toolbar=no,resize=yes,scrollbars=yes,width=800,height=700')
		}
		
function emailPage(){
		document.location = 'mailto:?subject=One-of-a-kind Wood Automata by Dug North&body=Here is a link to the website of automaton artist Dug North that I thought you would find interesting: ' + document.location;
		}
		

//Show function
        function showMenu(imageName){
                if (document.images){
                imageOn = eval(imageName+"on.src");
                document [imageName].src = imageOn;
                }
        }
        
//Hide function
        function hideMenu(imageName){
                if (document.images){
                imageOff = eval(imageName+"off.src");
                document [imageName].src = imageOff
                }
        }
      

if(top!=self)
{top.location = self.location;}

   
 //-->
        
        
        
