﻿function clickonmap(mapid) {
	var newlisting, st;
	if (document.getElementById("optStatus_0").checked) {
		st = "SALE";
		newlisting = "";
	}
	else if (document.getElementById("optStatus_1").checked) {
		st = "RENT";
		newlisting = "";
	}
	else if (document.getElementById("optStatus_2").checked) {
		st = "SALE";
		newlisting = "YES";
	}
	else if (document.getElementById("optStatus_3").checked) {
		st = "RENT";
		newlisting = "YES";
	}
	location.href="search.aspx?st=" + st + "&new=" + newlisting + "&map=" + mapid
}

function clickonmapjkt(mapid, region) {
	var newlisting, st;
	if (document.getElementById("optStatus_0").checked) {
		st = "SALE";
		newlisting = "";
	}
	else if (document.getElementById("optStatus_1").checked) {
		st = "RENT";
		newlisting = "";
	}
	else if (document.getElementById("optStatus_2").checked) {
		st = "SALE";
		newlisting = "YES";
	}
	else if (document.getElementById("optStatus_3").checked) {
		st = "RENT";
		newlisting = "YES";
	}
	location.href="result.aspx?st=" + st + "&new=" + newlisting + "&map=" + mapid + "&regname=" + region
}

function clickonmap_project(mapid) {
	var newlisting, st;
	if (document.getElementById("optBuildingType_0").checked) {
		btid=1;
	}
	else if (document.getElementById("optBuildingType_1").checked) {
		btid=2;
	}
	else if (document.getElementById("optBuildingType_2").checked) {
		btid=3;
	}
	else if (document.getElementById("optBuildingType_3").checked) {
		btid=4;
	}
	else if (document.getElementById("optBuildingType_4").checked) {
		btid=5;
	}
	location.href="projectlist.aspx?btid=" + btid + "&map=" + mapid
}

function clickonmapjkt_project(mapid, region) {
	var newlisting, st;
	if (document.getElementById("optBuildingType_0").checked) {
		btid=1;
	}
	else if (document.getElementById("optBuildingType_1").checked) {
		btid=2;
	}
	else if (document.getElementById("optBuildingType_2").checked) {
		btid=3;
	}
	else if (document.getElementById("optBuildingType_3").checked) {
		btid=4;
	}
	else if (document.getElementById("optBuildingType_4").checked) {
		btid=5;
	}
	location.href="projectlist.aspx?btid=" + btid + "&map=" + mapid + "&regname=" + region
}

function clickonmap_tourculi(mapid) {
	location.href="moretourismculinary.aspx?map=" + mapid + "&cat=culinary"
}
