// INTERFACE IMAGE SWAP
if (document.images) {

	// HOME PAGE ROLLOVERS
	Hcompany = new Image
	HcompanyO = new Image
	Hmap = new Image
	HmapO = new Image
	Hfaq = new Image
	HfaqO = new Image
	Hclients = new Image
	HclientsO = new Image
	Htestimonials = new Image
	HtestimonialsO = new Image
	Hscrapbook = new Image
	HscrapbookO = new Image
	Hcontact = new Image
	HcontactO = new Image

	Hcompany.src = "gifs/interface/front/company.gif"
	HcompanyO.src = "gifs/interface/front/company-o.gif"
	Hmap.src = "gifs/interface/front/map.gif"
	HmapO.src = "gifs/interface/front/map-o.gif"
	Hfaq.src = "gifs/interface/front/faq.gif"
	HfaqO.src = "gifs/interface/front/faq-o.gif"
	Hclients.src = "gifs/interface/front/clients.gif"
	HclientsO.src = "gifs/interface/front/clients-o.gif"
	Htestimonials.src = "gifs/interface/front/testimonials.gif"
	HtestimonialsO.src = "gifs/interface/front/testimonials-o.gif"
	Hscrapbook.src = "gifs/interface/front/scrapbook.gif"
	HscrapbookO.src = "gifs/interface/front/scrapbook-o.gif"
	Hcontact.src = "gifs/interface/front/contact.gif"
	HcontactO.src = "gifs/interface/front/contact-o.gif"
	
	
	// INTERFACE ROLLOVERS
	home1 = new Image
	homeO = new Image
	company1 = new Image
	companyO = new Image
	map1 = new Image
	mapO = new Image
	faq1 = new Image
	faqO = new Image
	clients1 = new Image
	clientsO = new Image
	testimonials1 = new Image
	testimonialsO = new Image
	scrapbook1 = new Image
	scrapbookO = new Image
	contact1 = new Image
	contactO = new Image

	home1.src = "gifs/interface/home.gif"
	homeO.src = "gifs/interface/home-o.gif"
	company1.src = "gifs/interface/company.gif"
	companyO.src = "gifs/interface/company-o.gif"
	map1.src = "gifs/interface/map.gif"
	mapO.src = "gifs/interface/map-o.gif"
	faq1.src = "gifs/interface/faq.gif"
	faqO.src = "gifs/interface/faq-o.gif"
	clients1.src = "gifs/interface/clients.gif"
	clientsO.src = "gifs/interface/clients-o.gif"
	testimonials1.src = "gifs/interface/testimonials.gif"
	testimonialsO.src = "gifs/interface/testimonials-o.gif"
	scrapbook1.src = "gifs/interface/scrapbook.gif"
	scrapbookO.src = "gifs/interface/scrapbook-o.gif"
	contact1.src = "gifs/interface/contact.gif"
	contactO.src = "gifs/interface/contact-o.gif"
	
	} else {
	alert("You will need a new browser to view these pages.")
	}
	

// RELINK EXTERNAL CSS ON RESIZE
	if (document.layers) {
		origWidth = innerWidth;
		origHeight = innerHeight;
		} 

	if (document.layers) onResize = reloadPage;	
	
	function reloadPage() {
		if (innerWidth != origWidth || innerHeight != origHeight) {
			location.reload();
			} else {
			}
		}


//
// PAGE SPECIFIC SCRIPTS
//

