<!-- Hide from old browsers
	if(document.images)
		{
			toc1off = new Image(); toc1off.src = "images/lanins.gif";
			toc2off = new Image(); toc2off.src = "images/lanmai.gif";
			toc3off = new Image(); toc3off.src = "images/clilis.gif";
			toc4off = new Image(); toc4off.src = "images/proj.gif";
			toc5off = new Image(); toc5off.src = "images/cont.gif";
			toc6off = new Image(); toc6off.src = "images/home1.gif";
			toc7off = new Image(); toc7off.src = "images/emp.gif";

			toc1on = new Image(); toc1on.src = "images/lanins_on.gif";
			toc2on = new Image(); toc2on.src = "images/lanmai_on.gif";
			toc3on = new Image(); toc3on.src = "images/clilis_on.gif";
			toc4on = new Image(); toc4on.src = "images/proj_on.gif";
			toc5on = new Image(); toc5on.src = "images/cont_on.gif";
			toc6on = new Image(); toc6on.src = "images/home1_on.gif";
			toc7on = new Image(); toc7on.src = "images/emp_on.gif";
		}
		function changeImage(oldName, newName)
		{
			if (document.images)
		{
			newSource = eval(newName + ".src");
			document[oldName].src = newSource;
		}
	 }

// Stop hiding from old browsers -->