// JavaScript Document


function ShowIST() {	show('loc1', 'loc2', 'loc3', 'loctabs', 0, 1, 2); map_switch_IMG('IST');		}
function ShowQUA() {	show('loc2', 'loc3', 'loc1', 'loctabs', 1, 2, 0); map_switch_IMG('QUA');	}
function ShowDAL() {	show('loc3', 'loc1', 'loc2', 'loctabs', 2, 0, 1); map_switch_IMG('DAL');	}

function MapHoverIST() { map_hover ('images/fix/map-istria.gif'); }
function MapHoverQUA() { map_hover ('images/fix/map-quarnaro.gif'); }
function MapHoverDAL() { map_hover ('images/fix/map-dalmazia.gif'); }


function map_switch_IMG(AreaCat){
	if (AreaCat == 'IST') { map_switch('images/fix/map-istria.gif') };
	if (AreaCat == 'QUA') { map_switch('images/fix/map-quarnaro.gif') };
	if (AreaCat == 'DAL') { map_switch('images/fix/map-dalmazia.gif') };
	if (AreaCat == '27') { map_switch('images/fix/map-istria.gif') };
	if (AreaCat == '28') { map_switch('images/fix/map-quarnaro.gif') };
	if (AreaCat == '29') { map_switch('images/fix/map-dalmazia.gif') };
	}
