function filter (imagename, objectsrc) {
	if (document.images) {
	document.images[imagename].src=eval(objectsrc+".src")
	}
}

if (document.images) {

	heart = new Image;
	heart_on = new Image;
	heart.src="/graphics/icons/sp.gif";
	heart_on.src="/graphics/icons/heart.gif";

	passions = new Image;
	passions_on = new Image;
	passions.src="/graphics/icons/navpassions.gif";
	passions_on.src="/graphics/icons/navpassionson.gif";

	clients = new Image;
	clients_on = new Image;
	clients.src="/graphics/icons/navclients.gif";
	clients_on.src="/graphics/icons/navclientson.gif";

	samples = new Image;
	samples_on = new Image;
	samples.src="/graphics/icons/navsamples.gif";
	samples_on.src="/graphics/icons/navsampleson.gif";

	sport = new Image;
	sport_on = new Image;
	sport.src="/graphics/icons/navsport.gif";
	sport_on.src="/graphics/icons/navsporton.gif";

	contact = new Image;
	contact_on = new Image;
	contact.src="/graphics/icons/navcontact.gif";
	contact_on.src="/graphics/icons/navcontacton.gif";
}
//	contact_on.src="file:///C|/Neil/Sites/Purple/site-int/graphics/icons/navcontacton.gif";
