var titlesDB = Array();
function t(c){
	var key = c+'_'+LANG.toUpperCase()+'_'+SITENAME;
	if(titlesDB[key]) return titlesDB[key];
	return titlesDB[c+'_'+LANG.toUpperCase()];
	}

//holvan.js
titlesDB['ovm-gpskoordinata_HU'] = 'GPS koordináta';
titlesDB['ovm-gpskoordinata_EN'] = 'GPS coordinate';
titlesDB['bubble-geokod_HU'] = 'Kijelölt pont';
titlesDB['bubble-geokod_EN'] = 'Selected point';
titlesDB['mail-sended_HU'] = 'A térképet elküldtük a megadott címre!';
titlesDB['mail-sended_EN'] = 'Your map has been sent!';

