
<!--

if (document.images) {

  image1on = new Image();
  image1on.src = "http://www.neuchatelchocolates.com/images/h_truffles2.gif";

  image2on = new Image();
  image2on.src = "http://www.neuchatelchocolates.com/images/h_chips2.gif";

  image3on = new Image();
  image3on.src = "http://www.neuchatelchocolates.com/images/h_animal2.gif";

  image4on = new Image();
  image4on.src = "http://www.neuchatelchocolates.com/images/truf_fourth2.gif";

  image5on = new Image();
  image5on.src = "http://www.neuchatelchocolates.com/images/truf_half2.gif";

  image6on = new Image();
  image6on.src = "http://www.neuchatelchocolates.com/images/truf_whole2.gif";


  // Chocolates Rollovers
  image7on = new Image();
  image7on.src = "http://www.neuchatelchocolates.com/images/choc_fourth2.gif";

  image8on = new Image();
  image8on.src = "http://www.neuchatelchocolates.com/images/choc_half2.gif";

  image9on = new Image();
  image9on.src = "http://www.neuchatelchocolates.com/images/choc_whole2.gif";


  // Fruit Rollovers
  image10on = new Image();
  image10on.src = "http://www.neuchatelchocolates.com/images/fruit_half2.gif";

  image11on = new Image();
  image11on.src = "http://www.neuchatelchocolates.com/images/fruit_whole2.gif";  

  // Nuts Rollovers
  image12on = new Image();
  image12on.src = "http://www.neuchatelchocolates.com/images/nuts_half2.gif";

  image13on = new Image();
  image13on.src = "http://www.neuchatelchocolates.com/images/nuts_whole2.gif";
 
  // Seasonal Rollovers
  image14on = new Image();
  image14on.src = "http://www.neuchatelchocolates.com/images/featproduct_pattys02.jpg";

  image15on = new Image();
  image15on.src = "http://www.neuchatelchocolates.com/images/featproduct_easter02.jpg";  
  
  image16on = new Image();
  image16on.src = "http://www.neuchatelchocolates.com/images/featproduct_secretary02.jpg";  
  
  image17on = new Image();
  image17on.src = "http://www.neuchatelchocolates.com/images/featproduct_mothers02.jpg";
  
  image20on = new Image();
  image20on.src = "http://www.neuchatelchocolates.com/images/featproduct_father02.jpg";

  image1off = new Image();
  image1off.src = "http://www.neuchatelchocolates.com/images/h_truffles1.gif";

  image2off = new Image();
  image2off.src = "http://www.neuchatelchocolates.com/images/h_chips1.gif";

  image3off = new Image();
  image3off.src = "http://www.neuchatelchocolates.com/images/h_animal1.gif";

  image4off = new Image();
  image4off.src = "http://www.neuchatelchocolates.com/images/truf_fourth1.gif";

  image5off = new Image();
  image5off.src = "http://www.neuchatelchocolates.com/images/truf_half1.gif";

  image6off = new Image();
  image6off.src = "http://www.neuchatelchocolates.com/images/truf_whole1.gif";
  
  image14off = new Image();
  image14off.src = "http://www.neuchatelchocolates.com/images/featproduct_pattys01.jpg";

  image15off = new Image();
  image15off.src = "http://www.neuchatelchocolates.com/images/featproduct_easter01.jpg";  

  image16off = new Image();
  image16off.src = "http://www.neuchatelchocolates.com/images/featproduct_secretary01.jpg";  
  
  image17off = new Image();
  image17off.src = "http://www.neuchatelchocolates.com/images/featproduct_mothers01.jpg";

  image20off = new Image();
  image20off.src = "http://www.neuchatelchocolates.com/images/featproduct_father01.jpg";
}

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}

function openWin(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function mailSubscribe(){
	var h, w, mailWin
	h = window.screen.availHeight 
	w = window.screen.availWidth 
	sFeatures = "height=" + 500 + ",width=" + 600 + ",resizable"
	mailWin = window.open("http://www.neuchatelchocolates.com/MailSubscribe.asp","",sFeatures)
	
}

// -->