

	if(document.tourForm) el=document.tourForm.frmCountryID;
	if(!el) el = document.getElementById('hh2d392');
	if(!frmCountryID) var frmCountryID=(el.value?el.value:'43');
	if(!frmCityID) var frmCityID='0';
	for(i=0;i<el.length;i++) if(el.options[i].value==frmCountryID) el.selectedIndex=i;
	shiftCntNum(frmCountryID); shiftCities(frmCountryID);
	if(frmCountryID>0){
		if(document.tourForm) el=document.tourForm.frmCityID;
		if(!el) el = document.getElementById('ff2d392');
		for(i=0;i<el.length;i++) if(el.options[i].value==frmCityID) el.selectedIndex=i;
		shiftCtyNum(frmCityID);
	}
