        <!-- Preload the active menu graphics //-->
        <!--
        browserName = navigator.appName;
        browserVer = parseInt(navigator.appVersion);

            if (browserName == "Netscape" && browserVer < 3) version = "rollno";
            else if (browserName == "Microsoft Internet Explorer" && browserVer < 3.01) version= "rollno";
            else version = "rollyes";

            if (version == "rollyes") {
                menu0on = new Image();
                menu0on.src = "images/on-icon-home.gif";
                menu1on = new Image();
                menu1on.src = "images/on-icon-aboutus.gif";
                menu2on = new Image();
                menu2on.src = "images/on-icon-services.gif";
                menu3on = new Image();
                menu3on.src = "images/on-icon-products.gif";
                menu4on = new Image();
                menu4on.src = "images/on-icon-links.gif";
                menu5on = new Image();
                menu5on.src = "images/on-icon-contactus.gif";

                menu0off = new Image();
                menu0off.src = "images/off-icon-home.gif";
                menu1off = new Image();
                menu1off.src = "images/off-icon-aboutus.gif";
                menu2off = new Image();
                menu2off.src = "images/off-icon-services.gif";
                menu3off = new Image();
                menu3off.src = "images/off-icon-products.gif";
                menu4off = new Image();
                menu4off.src = "images/off-icon-links.gif";
                menu5off = new Image();
                menu5off.src = "images/off-icon-contactus.gif";
            }
        //-->

        <!-- End of active menu pre-load //-->

        <!-- This little script will tell the buttons what to do... //-->
        <!--
            function img_act(imgName) {
                if (version == "rollyes") {
                    imgOn = eval(imgName + "on.src");
                    document.images [imgName].src = imgOn;

                }
            }

            function img_inact(imgName) {
                if (version =="rollyes") {
                    imgOff = eval(imgName + "off.src");
                    document.images [imgName].src = imgOff;
                }
            }
        //-->
        <!-- This is the end of the 'what to do' script //-->

        <!-- Open a window for the user to view maps etc. // -->
        <!--
        function Start(page) {
            OpenWin = window.open(page, "send", "height=600,width=660,toolbar=no,menubar=yes,location=no,scrollbars=yes,resizable=yes");
        }
        // -->
        <!-- End of the Start 'open window' script // -->
	<!-- // Hide
	var mailpart1 = "info";
	var mailpart2 = "griffithmilessully";
	var mailpart3 = "co.uk";
	//-->
