//-- hide script from old browsers
if (document.images) {
			 var home_on = new Image();
			 home_on.src = "http://head.absolutepaving.net/images/button/home_on.gif";
			 var home_off = new Image();
			 home_off.src = "http://head.absolutepaving.net/images/button/home_off.gif";
			 var gallery_on = new Image();
			 gallery_on.src = "http://head.absolutepaving.net/images/button/gallery_on.gif";
			 var gallery_off = new Image();
			 gallery_off.src = "http://head.absolutepaving.net/images/button/gallery_off.gif";
			 var employment_on = new Image();
			 employment_on.src = "http://head.absolutepaving.net/images/button/employment_on.gif";
			 var employment_off = new Image();
			 employment_off.src = "http://head.absolutepaving.net/images/button/employment_off.gif";
			 var news_on = new Image();
			 news_on.src = "http://head.absolutepaving.net/images/button/newsandspecials_on.gif";
			 var news_off = new Image();
			 news_off.src = "http://head.absolutepaving.net/images/button/newsandspecials_off.gif";
			 var links_on = new Image();
			 links_on.src = "http://head.absolutepaving.net/images/button/links_on.gif";
			 var links_off = new Image();
			 links_off.src = "http://head.absolutepaving.net/images/button/links_off.gif";
			 var faq_on = new Image();
			 faq_on.src = "http://head.absolutepaving.net/images/button/faq_on.gif";
			 var faq_off = new Image();
			 faq_off.src = "http://head.absolutepaving.net/images/button/faq_off.gif";
			 var contact_on = new Image();
			 contact_on.src = "http://head.absolutepaving.net/images/button/contact_on.gif";
			 var contact_off = new Image();
			 contact_off.src = "http://head.absolutepaving.net/images/button/contact_off.gif";
			 var requestform_on = new Image();
			 requestform_on.src = "http://head.absolutepaving.net/images/button/requestform_on.gif";
			 var requestform_off = new Image();
			 requestform_off.src = "http://head.absolutepaving.net/images/button/requestform_off.gif";
				}
			function act(imgName) {
					if (document.images) 
			document[imgName].src = eval(imgName + '_on.src');
			}
			function inact(imgName) {
					if (document.images)
			document[imgName].src = eval(imgName + '_off.src');
			}function inact(imgName) {
  			if (document.images)
			document[imgName].src = eval(imgName + '_off.src');
			}
// end hiding from old browsers -->

