#NEXUS
[written Tue Apr 12 06:17:56 CDT 2011 by Mesquite  version 2.74 (build 550) at hans.local/10.0.1.3]

BEGIN TAXA;
	TITLE Taxa;
	DIMENSIONS NTAX=3;
	TAXLABELS
		taxon_1 'taxon '' & 2' taxon_3 
	;

END;



BEGIN TAXA;
	TITLE Taxa2;
	DIMENSIONS NTAX=3;
	TAXLABELS
		t1 t2 t3 
	;

END;


BEGIN TaxaAssociation;
TITLE rename;
TAXA Taxa ,  Taxa2;
ASSOCIATES 

	'taxon '' & 2' /  t1 , 
	taxon_3 /  t3

;

END;


Begin MESQUITE;
		MESQUITESCRIPTVERSION 2;
		TITLE AUTO;
		tell ProjectCoordinator;
		timeSaved 1302607076246;
		getEmployee #mesquite.minimal.ManageTaxa.ManageTaxa;
		tell It;
			setID 0 1269556059297144220;
			setID 1 4309779946205285979;
			tell It;
				setSelected  1;
				attachments ;
			endTell;
		endTell;
		getWindow;
		tell It;
			suppress;
			setResourcesState false false 100;
			setPopoutState 400;
			setExplanationSize 0;
			setAnnotationSize 0;
			setFontIncAnnot 0;
			setFontIncExp 0;
			setSize 856 559;
			setLocation 189 95;
			setFont SanSerif;
			setFontSize 10;
			getToolPalette;
			tell It;
			endTell;
			desuppress;
		endTell;
		getEmployee  #mesquite.minimal.ManageTaxa.ManageTaxa;
		tell It;
			showTaxa #1269556059297144220 #mesquite.lists.TaxonList.TaxonList;
			tell It;
				setTaxa #1269556059297144220;
				getWindow;
				tell It;
					newAssistant  #mesquite.lists.DefaultTaxaOrder.DefaultTaxaOrder;
					newAssistant  #mesquite.lists.TaxonListCurrPartition.TaxonListCurrPartition;
					newAssistant  #mesquite.assoc.TaxonListAssoc.TaxonListAssoc;
				tell It;
					getAssociationsTask Stored Taxa Associations (id# 830);
					resetAssociation;
					getEmployee #mesquite.assoc.StoredAssociations.StoredAssociations;
					tell It;
						setCurrentAssociation 0;
					endTell;
				endTell;
					setExplanationSize 30;
					setAnnotationSize 20;
					setFontIncAnnot 0;
					setFontIncExp 0;
					setSize 756 492;
					setLocation 189 95;
					setFont SanSerif;
					setFontSize 10;
					getToolPalette;
					tell It;
						setTool mesquite.lists.TaxonList.TaxonListWindow.ibeam;
					endTell;
				endTell;
				showWindow;
				getEmployee #mesquite.lists.ColorTaxon.ColorTaxon;
				tell It;
					setColor Red;
					removeColor off;
				endTell;
				getEmployee #mesquite.lists.TaxonListAnnotPanel.TaxonListAnnotPanel;
				tell It;
					togglePanel off;
				endTell;
			endTell;
			showTaxa #4309779946205285979 #mesquite.lists.TaxonList.TaxonList;
			tell It;
				setTaxa #4309779946205285979;
				getWindow;
				tell It;
					newAssistant  #mesquite.lists.DefaultTaxaOrder.DefaultTaxaOrder;
					newAssistant  #mesquite.lists.TaxonListCurrPartition.TaxonListCurrPartition;
					newAssistant  #mesquite.assoc.TaxonListAssoc.TaxonListAssoc;
				tell It;
					getAssociationsTask Stored Taxa Associations (id# 840);
					resetAssociation;
					getEmployee #mesquite.assoc.StoredAssociations.StoredAssociations;
					tell It;
						setCurrentAssociation 0;
					endTell;
				endTell;
					setExplanationSize 30;
					setAnnotationSize 20;
					setFontIncAnnot 0;
					setFontIncExp 0;
					setSize 756 492;
					setLocation 189 95;
					setFont SanSerif;
					setFontSize 10;
					getToolPalette;
					tell It;
						setTool mesquite.lists.TaxonList.TaxonListWindow.ibeam;
					endTell;
					setActive;
				endTell;
				showWindow;
				getEmployee #mesquite.lists.ColorTaxon.ColorTaxon;
				tell It;
					setColor Red;
					removeColor off;
				endTell;
				getEmployee #mesquite.lists.TaxonListAnnotPanel.TaxonListAnnotPanel;
				tell It;
					togglePanel off;
				endTell;
			endTell;
		endTell;
		endTell;
end;


