function InsCtn(Params){ var response = Params.split("|"); document.getElementById('City'+response[0]).selectedIndex = response[1] }