function getCities(context,stateCode,stateDesc)
{
	var url=context+"/bdl/cities.do?stateCode="+stateCode+"&state="+stateDesc;
	window.location = url; 
	//window.open(url);
}