﻿// JScript File

function showusercity()
 {     
	       var con =document.getElementById("srch_dtpusercity"); 
	       var str=con.options[con.selectedIndex].value	;		
	        document.getElementById('srch_hdusercity').value  = str         
} 

////////////////////////////////////////////////////////////////
function showusercity2()
 {     
	       var con =document.getElementById("srch_dtpusercity2"); 
	       var str=con.options[con.selectedIndex].value	;		
	        document.getElementById('srch_hdusercity2').value  = str         
} 