function preload_images()
{
	if (document.images)
	{
		image1= new Image();
		image1.src="images/navigation/navigation_icon_on.gif";
	}
}
