var v= document.getElementById("cityid").value;
if (v!="")
{
	getData("getselect.php", v);
}
