// JavaScript Document
function over(obj)
	{
		obj.style.background="#A7B074";
		//obj.class="border2";
		//obj.style.cursor=hand;
		//alert("Asd");
	}
	
function out(obj)
	{
		obj.style.background="";
		
	}
	