// JavaScript Document


	function imageMouseOver()
	{
	document.home1.src="img/home.jpg";
	}
	
	function imageMouseOut()
	{
	document.home1.src="img/home2.jpg";
	}
	
	function imageMouseOver2()
	{
	document.gallery.src="img/gallery.jpg";
	}
	
	function imageMouseOut2()
	{
	document.gallery.src="img/gallery2.jpg";
	}
    function imageMouseOver3()
	{
	document.videos.src="img/videos.jpg";
	}
	
	function imageMouseOut3()
	{
	document.videos.src="img/videos2.jpg";
	}
	
	function imageMouseOver4()
	{
	document.flash.src="img/flash.jpg";
	}
	
	function imageMouseOut4()
	{
	document.flash.src="img/flash2.jpg";
	}
