



function sendMail1()
{
	document.location.href = document.getElementById("ddlEmail").value;
}

function sendMail2()
{
	document.location.href = document.getElementById("ddlEmail2").value;
}

function sendMail3()
{
	document.location.href = document.getElementById("ddlEmail3").value;
}

function Locate1()
{
	window.open(document.getElementById("ddlProvince").value, 'my_window', 'width=500, height=400, top=120, left=400, scrollbars=yes');
}

function Locate2()
{
	window.open(document.getElementById("ddlProvince2").value, 'my_window', 'width=500, height=400, top=120, left=400, scrollbars=yes');
}

