<!-- hide from old browsers
	  function swapImage() { 
				theImages = new Array(
"http://camom.net/images/header_left.jpg", 
"http://camom.net/images/header_left_f2.jpg",
"http://camom.net/images/header_left_f3.jpg",
"http://camom.net/images/header_left_f4.jpg",
"http://camom.net/images/header_left_f5.jpg",
"http://camom.net/images/header_left_f6.jpg",
"http://camom.net/images/header_left_f7.jpg",
"http://camom.net/images/header_left_f8.jpg",
"http://camom.net/images/header_left_f9.jpg",
"http://camom.net/images/header_left_f10.jpg",
"http://camom.net/images/header_left_f11.jpg",
"http://camom.net/images/header_left_f12.jpg",
"http://camom.net/images/header_left_f14.jpg",
"http://camom.net/images/header_left_f15.jpg",
"http://camom.net/images/header_left_f16.jpg",
"http://camom.net/images/header_left_f17.jpg",
"http://camom.net/images/header_left_f18.jpg",
"http://camom.net/images/header_left_f19.jpg",
"http://camom.net/images/header_left_f20.jpg",
"http://camom.net/images/header_left_f21.jpg",
"http://camom.net/images/header_left_f22.jpg",
"http://camom.net/images/header_left_f23.jpg",
"http://camom.net/images/header_left_f24.jpg");
			whichImage = Math.floor(Math.random()*theImages.length); 
			document.write('<IMG SRC="' +theImages[whichImage]+ '">'); 
			} 
//-->

 <!-- hide from old browsers
function toggleLayer(whichLayer)
{
if (document.getElementById)
	{
	// this is the way the standards work
	var style2 = document.getElementById(whichLayer).style;
	style2.display = style2.display? "":"block";
	}
	
	else if (document.all)
	{
	// this is the way old msie versions work
	var style2 = document.all[whichLayer].style;
	style2.display = style2.display? "":"block";
	}
}
//-->


