<!--



if (document.images)
{
pic1on= new Image(120,38);
pic1on.src="images/gallery-on.gif";
pic2on= new Image(120,38);
pic2on.src="images/prices-on.gif";
pic3on= new Image (120,42);
pic3on.src="images/reservations-on.gif";
pic4on= new Image (120,39);
pic4on.src="images/inq-on.gif";
pic5on= new Image (120,39);
pic5on.src="images/chocolate-cd-on.gif";
pic6on= new Image (120,39);
pic6on.src="images/fortune-cookies-on.gif";
pic7on= new Image (120,39);
pic7on.src="images/testimonials-on.gif";
pic8on= new Image (120,39);
pic8on.src="images/chocolate-novelties-on.gif";
pic9on= new Image (120,39);
pic9on.src="images/themed-chocolates-on.gif";
pic10on= new Image (120,39);
pic10on.src="images/elegant-favors-on.gif";
pic11on= new Image (120,43);
pic11on.src="images/vermont-rentals-on.gif";






pic1off= new Image(120,38);
pic1off.src="images/gallery.gif";
pic2off= new Image(120,38);
pic2off.src="images/prices.gif";
pic3off= new Image (120,42);
pic3off.src="images/reservations.gif";
pic4off= new Image (120,39);
pic4off.src="images/inq.gif";
pic5off= new Image (120,39);
pic5off.src="images/chocolate-cd.gif";
pic6off= new Image (120,39);
pic6off.src="images/fortune-cookies.gif";
pic7off= new Image (120,39);
pic7off.src="images/testimonials.gif";
pic8off= new Image (120,39);
pic8off.src="images/chocolate-novelties.gif";
pic9off= new Image (120,39);
pic9off.src="images/themed-chocolates.gif";
pic10off= new Image (120,39);
pic10off.src="images/elegant-favors.gif";
pic11off= new Image (120,43);
pic11off.src="images/vermont-rentals.gif";



}


function lightup(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;
  }
}

// -->