function opendata(id){
	if(id){
		var ko = document.getElementById(id).style;
		if(ko) ko.display = (ko.display=="none")?"":"none";
	}
}

