 if (document.images){



	var about_uson = new Image();

	about_uson.src = "images/about_us_on.gif";

	var about_usoff = new Image();

	about_usoff.src = "images/about_us.gif";

	

	var collectionson = new Image();

	collectionson.src = "images/collections_on.gif";

	var collectionsoff = new Image();

	collectionsoff.src = "images/collections.gif";

	

	var stockistson = new Image();

	stockistson.src = "images/stockists_on.gif";

	var stockistsoff = new Image();

	stockistsoff.src = "images/stockists.gif";

	

	var presson = new Image();

	presson.src = "images/press_on.gif";

	var pressoff = new Image();

	pressoff.src = "images/press.gif";
	

	var mediaon = new Image();

	mediaon.src = "images/media_on.gif";

	var mediaoff = new Image();

	mediaoff.src = "images/media_off.gif";
	

	var linkon = new Image();

	linkon.src = "images/links_on.gif";

	var linkoff = new Image();

	linkoff.src = "images/links.gif";

	

	var contact_uson = new Image();

	contact_uson.src = "images/contact_us_on.gif";

	var contact_usoff = new Image();

	contact_usoff.src = "images/contact_us.gif";

	

	var archiveon = new Image();

	archiveon.src = "images/previous_collections_on.gif";

	var archiveoff = new Image();

	archiveoff.src = "images/previous_collections_off.gif";

	

	var summer0708on = new Image();

	summer0708on.src = "images/summer0708_on.gif";

	var summer0708off = new Image();

	summer0708off.src = "images/summer0708.gif";
	

	var testimonialson = new Image();

	testimonialson.src = "images/testimonials_on.gif";

	var testimonialsoff = new Image();

	testimonialsoff.src = "images/testimonials.gif";
	

	var SpringSummer0809on = new Image();

	SpringSummer0809on.src = "images/SpringSummer0809_on.gif";

	var SpringSummer0809off = new Image();

	SpringSummer0809off.src = "images/SpringSummer0809_off.gif";
	
	
	var octoberon = new Image();

	octoberon.src = "images/OctoberInjection_on.gif";

	var octoberoff = new Image();

	octoberoff.src = "images/OctoberInjection_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')

	};

}

