
	function over(b)
	{
		b.src = b.src.replace('1.jpg','2.jpg');
	}
	
	function out(b)
	{
		b.src = b.src.replace('2.jpg','1.jpg');
      	}