var lang = {
	
	chooseCountry : 'please choose a country',
	chooseSchoolType : 'please choose a school type',
	university : 'University',
	techCollege : 'Technical college'
	vocationalSchool : 'Professional training school',
	other : 'others'
		
	
};
var feedbackPendText = 'Sending ...' ;
var feedbackDownText = 'Your feedback was sent to the Allplan Campus Team. Thank You!' ;