
  if (document.images)
   {
   	aboutnavon = new Image(80,18)
	aboutnavon.src = "./images/nav/about_over.gif"
	resumenavon = new Image(83,18)
	resumenavon.src = "./images/nav/resume_over.gif"
	reelnavon = new Image(58,18)
	reelnavon.src = "./images/nav/reel_over.gif"
	clientsnavon = new Image(81,18)
	clientsnavon.src = "./images/nav/clients_over.gif"
	cprojnavon = new Image(161,18)
	cprojnavon.src = "./images/nav/cproj_over.gif"
	contactnavon = new Image(89,18)
	contactnavon.src = "./images/nav/contact_over.gif"
	morenavon = new Image(72,18)
	morenavon.src = "./images/nav/more_over.gif"
	
	aboutnavoff = new Image(80,18)
	aboutnavoff.src = "./images/nav/about.gif"	
	resumenavoff = new Image(83,18)
	resumenavoff.src = "./images/nav/resume.gif"	
	reelnavoff = new Image(58,18)
	reelnavoff.src = "./images/nav/reel.gif"
	clientsnavoff = new Image(81,18)
	clientsnavoff.src = "./images/nav/clients.gif"
	cprojnavoff = new Image(161,18)
	cprojnavoff.src = "./images/nav/cproj.gif"
	contactnavoff = new Image(89,18)
	contactnavoff.src = "./images/nav/contact.gif"
	morenavoff = new Image(72,18)
	morenavoff.src = "./images/nav/more.gif"
	
   }


function turnon(imgName)
 {
   if (document.images)
     {
      imgOn=eval(imgName + "on.src");
      document[ imgName ].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[ imgName ].src= imgOff;
    }
 }


function foo ()
	{
	close()
	}

