function selReg (num,id, mode) {
	Map = "world_map" + num
	if (document.images) {
			if (mode) document [Map].src='/img/world_map' +num+ '-' +id+ '.gif'; 
				else document [Map].src='/img/world_map'+num+'.gif';
		}
}
