function show_index(obj,obj1,obj2,obj3){
	obj.style.display = "block";
	obj1.style.display = "none";
}


