var i=0

function show(obj){
	obj.style.visibility="visible"
	}

function hide(obj){
	obj.style.visibility="hidden"
	}
