function ReplacePano(id,obj) {
	obj.style.display='none';	
	document.getElementById(id).style.display='block';
}