<!--
	if (document.images){

	homeN = new Image;
	homeO = new Image;

	homeN.src = 'images/buttons/home_n.gif';
	homeO.src = 'images/buttons/home_o.gif';

	aboutN = new Image;
	aboutO = new Image;

	aboutN.src = 'images/buttons/about_n.gif';
	aboutO.src = 'images/buttons/about_o.gif';

	practicalN = new Image;
	practicalO = new Image;

	practicalN.src = 'images/buttons/practical_n.gif';
	practicalO.src = 'images/buttons/practical_o.gif';

	bowlingN = new Image;
	bowlingO = new Image;

	bowlingN.src = 'images/buttons/bowling_n.gif';
	bowlingO.src = 'images/buttons/bowling_o.gif';

	riflesN = new Image;
	riflesO = new Image;

	riflesN.src = 'images/buttons/rifles_n.gif';
	riflesO.src = 'images/buttons/rifles_o.gif';

	projectsN = new Image;
	projectsO = new Image;

	projectsN.src = 'images/buttons/projects_n.gif';
	projectsO.src = 'images/buttons/projects_o.gif';

	toolsN = new Image;
	toolsO = new Image;

	toolsN.src = 'images/buttons/tools_n.gif';
	toolsO.src = 'images/buttons/tools_o.gif';

	linksN = new Image;
	linksO = new Image;

	linksN.src = 'images/buttons/links_n.gif';
	linksO.src = 'images/buttons/links_o.gif';

	contactN = new Image;
	contactO = new Image;

	contactN.src = 'images/buttons/contact_n.gif';
	contactO.src = 'images/buttons/contact_o.gif';

	availableN = new Image;
	availableO = new Image;

	availableN.src = 'images/buttons/available_n.gif';
	availableO.src = 'images/buttons/available_o.gif';

	galleryN = new Image;
	galleryO = new Image;

	galleryN.src = 'images/buttons/gallery_n.gif';
	galleryO.src = 'images/buttons/gallery_o.gif';
	}
	else {
	homeN = "";
	homeO = "";
	document.home = "";

	aboutN = "";
	aboutO = "";
	document.about = "";

	practicalN = "";
	practicalO = "";
	document.practical = "";

	bowlingN = "";
	bowlingO = "";
	document.bowling = "";

	riflesN = "";
	riflesO = "";
	document.rifles = "";

	projectsN = "";
	projectsO = "";
	document.projects = "";

	toolsN = "";
	toolsO = "";
	document.tools = "";

	linksN = "";
	linksO = "";
	document.links = "";

	contactN = "";
	contactO = "";
	document.contact = "";

	availableN = "";
	availableO = "";
	document.available = "";

	galleryN = "";
	galleryO = "";
	document.gallery = "";
	}
	//-->
