function mosMapNew(punktId, textobj, status){
	document.getElementById( punktId ).className = (status) ? 'officeView' : 'office';
}

