function fswitch(id) {
	switch (id){
		case 0:
		  $mail_to = 'a.ivlev@rosnet.ru';	
		break;
		case 1:
			
		break;
		case 2:
			
		break;
	
	}
}


