/*

	1# - ALQUDS

	2# - NABLUS

	3# - HEBRON

*/

function openMenuLink(men){

	switch(men){

		//JERUSALEM

		case "11":

			location.href = "jerusalem.html";

			break;

		case "12":

			location.href = "jerusalem_landmark.html";

			break;

		case "13":

			location.href = "jerusalem_history.html";

			break;

		case "14":

			location.href = "jerusalem_characters.html";

			break;

		case "15":

			location.href = "jerusalem/viewgallery.php";

			break;	

		case "16":

		    location.href = "jerusalem_about.html";

			break;

		case "17":

		    location.href = "jerusalem_links.html";

			break;
		case "18":

		    location.href = "jerusalem_names.html";

			break;
		case "19":

		    location.href = "jerusalem_pub.html";

			break;
		//Hebron

		case "31":

			location.href = "hebron.html";

			break;

		case "32":

			location.href = "hebron_landmark.html";

			break;

		case "33":

			location.href = "hebron_Industry.html";

			break;

		case "34":

			location.href = "hebron/viewgallery.php";

			break;

		case "35":

			location.href = "hebron_about.html";

			break;

		case "36":

			location.href = "hebron_links.html";

			break;

		case "37":

			location.href = "hebron_settlements.html";

			break;

		//Nablus

		case "21":

			location.href = "nablus.html";

			break;

		case "22":

			location.href = "nablus_landmark.html";

			break;

		case "23":

			location.href = "nablus_Industry.html";

			break;

		case "24":

			location.href = "nablus/viewgallery.php";

			break;

		case "25":

			location.href = "nablus_about.html";

			break;

		case "26":

			location.href = "nablus_links.html";

			break;

	}

}

/*

	1 - ALQUDS

	2 - NABLUS

	3 - HEBRON

*/

function openTabLink(men){

	switch(men){

		case "1":

			location.href = "jerusalem.html";

			break;

		case "2":

			location.href = "nablus.html";

			break;

		case "3":

			location.href = "hebron.html";

			break;

	}

}
