function changeForm(ftype) {
	if (ftype == 'tab2'){
		//$('#inf1').hide();
		//$('#inf2').show();
		//$('.tab1').removeClass('active')
		//$('.tab2').addClass('active')
		$('#anketaType').attr('value','Меня выбирают')
	} else {	
		//$('#inf1').show();
		//$('#inf2').hide();
		//$('.tab2').removeClass('active')
		//$('.tab1').addClass('active')		
		$('#anketaType').attr('value','Я выбираю')
	}
}
