function showtitle(oT) {
	oSH=document.getElementById('r'+oT.id);
	oSH.className=oSH.className=='RoomDisplay'?'RoomNonDisplay':'RoomDisplay';
} 
