﻿function ShowGuzelyurt()
{
	document.getElementById("cypMap").src = "/resources/images/map/map-area1.gif";
}

function ShowGirne()
{
	document.getElementById("cypMap").src = "/resources/images/map/map-area3.gif";
}

function ShowLefkosa()
{
	document.getElementById("cypMap").src = "/resources/images/map/map-area2.gif";
}

function ShowGazimagusa()
{
	document.getElementById("cypMap").src = "/resources/images/map/map-area4.gif";
}

function ShowIskele()
{
	document.getElementById("cypMap").src = "/resources/images/map/map-area5.gif";
}

function ShowDipkarpa()
{
	document.getElementById("cypMap").src = "/resources/images/map/map-area6.gif";
}

function ShowBasic()
{
	document.getElementById("cypMap").src = "/resources/images/map/map-main.gif";
}
