// JavaScript Document


	function imageMouseOver()
	{
	document.index.src="img/home_on.jpg";
	}
	
	function imageMouseOut()
	{
	document.index.src="img/home.jpg";
	}
	
	function imageMouseOver2()
	{
	document.pictures.src="img/pictures_on.jpg";
	}
	
	function imageMouseOut2()
	{
	document.pictures.src="img/pictures.jpg";
	}
	
	function imageMouseOver3()
	{
	document.videos.src="img/videos_on.jpg";
	}
	
	function imageMouseOut3()
	{
	document.videos.src="img/videos.jpg";
	}
	
	
	function imageMouseOver4()
	{
	document.contact.src="img/contact_on.jpg";
	}
	
	function imageMouseOut4()
	{
	document.contact.src="img/contact.jpg";
	}


    function imageMouseOver5()
	{
	document.videos2.src="img/videos2.jpg";
	}
	
	function imageMouseOut5()
	{
	document.videos2.src="img/videos4.jpg";
	}