﻿function change_location(locID)
{
	var control = countryDict["id" + locID];
	if(control != null)
		__doPostBack(control,'');
}