<!--
if (document.images) {

        qn4u_home_on = new Image(); qn4u_home_on.src = "images/buttons/qn4u_home_on.gif";
        qn4u_home = new Image(); qn4u_home.src = "images/buttons/qn4u_home.gif";
        forschner_knives_on = new Image(); forschner_knives_on.src = "images/buttons/forschner_knives_on.gif";
        forschner_knives = new Image(); forschner_knives.src = "images/buttons/forschner_knives.gif";
        BBQ_sauce_on = new Image(); BBQ_sauce_on.src = "images/buttons/BBQ_sauce_on.gif";
        BBQ_sauce = new Image(); BBQ_sauce.src = "images/buttons/BBQ_sauce.gif";
        QN4U_catering_on = new Image(); QN4U_catering_on.src = "images/buttons/QN4U_catering_on.gif";
        QN4U_catering = new Image(); QN4U_catering.src = "images/buttons/QN4U_catering.gif";
        BBQ_events_on = new Image(); BBQ_events_on.src = "images/buttons/BBQ_events_on.gif";
        BBQ_events = new Image(); BBQ_events.src = "images/buttons/BBQ_events.gif";
        bbq_news_on = new Image(); bbq_news_on.src = "images/buttons/bbq_news_on.gif";
        bbq_news = new Image(); bbq_news.src = "images/buttons/bbq_news.gif";
        about_QN4U_on = new Image(); about_QN4U_on.src = "images/buttons/about_QN4U_on.gif";
        about_QN4U = new Image(); about_QN4U.src = "images/buttons/about_QN4U.gif";
        barbecue_photos_on = new Image(); barbecue_photos_on.src = "images/buttons/barbecue_photos_on.gif";
        barbecue_photos = new Image(); barbecue_photos.src = "images/buttons/barbecue_photos.gif";
        BBQ_links_on = new Image(); BBQ_links_on.src = "images/buttons/BBQ_links_on.gif";
        BBQ_links = new Image(); BBQ_links.src = "images/buttons/BBQ_links.gif";
        email_on = new Image(); email_on.src = "images/buttons/email_on.gif";
        email = new Image(); email.src = "images/buttons/email.gif";
	
        }

        function imgOn(imgName) {
                if (document.images) {
                        document[imgName].src = eval(imgName + "_on.src");
                }
        }

        function imgOff(imgName) {
                if (document.images) {
                        document[imgName].src = eval(imgName + ".src");
                }
        }
      //-->
