function in_out(obj,s){
	if(s){
		obj.style.setAttribute("backgroundColor","#FFFFFF","false");

	}
	else{
		obj.style.setAttribute("backgroundColor","","false");
	}	

}