function changeRegion(strFilePath, strRegion) {
	frames.Region_frame.location.href = strFilePath +'?region='+ strRegion;
}
