function getSelectionId(textvalue, li)
{
	$('ppc_city').value = li.id
	state = li.textContent.split(", ", 2);
	$('state').value = state[1];
}
function statechange()
{
	//if($('state').value != "")
	//	$('ppc_city').disabled = false;
	//else
	//	$('ppc_city').disabled = true;
}