function select_state(str,id)
{
	//alert("dvfcd");
	pageurl = "show_state.php?country_id="+str;
	//alert(pageurl);
	show(pageurl,id);
}


