
	    <!--
				//copyright &copy; 2000 - 2003, Dax Assist
				//visit http://www.daxassist.com for this and more scripts along with full tutorials.
		    //on and off images for rollover
				if(document.images) {
		      pics = new Array();	
		      pics[1] = new Image();
		      pics[1].src = "buttons/about_off.gif";
					pics[2] = new Image();
		      pics[2].src = "buttons/about_on.gif";
		     	pics[3] = new Image();
		      pics[3].src = "buttons/services_off.gif";
					pics[4] = new Image();
		      pics[4].src = "buttons/services_on.gif";
					pics[5] = new Image();
		      pics[5].src = "buttons/quote_off.gif";
					pics[6] = new Image();
		      pics[6].src = "buttons/quote_on.gif";
					pics[7] = new Image();
		      pics[7].src = "buttons/contact_off.gif";
					pics[8] = new Image();
		      pics[8].src = "buttons/contact_on.gif";
					pics[9] = new Image();
		      pics[9].src = "buttons/home_off.gif";
					pics[10] = new Image();
		      pics[10].src = "buttons/home_on.gif";
				}
			  function changer(from,to) {
			    if(document.images) {
			      document.images[from].src = pics[to].src;
		      }
		    }
			// -->
			<!-- //Dotted lines round link fix for Explorer
		    function ExplorerFix()
		    {
		    for (a in document.links) document.links[a].onfocus = 
		    document.links[a].blur;
		    }
		    if (document.all)
		    {
		    document.onmousedown = ExplorerFix;
		    }
	    // -->
