<?xml version='1.0'?>
<?xml-stylesheet type="text/xsl" href="XTree.xsl" ?>
<!--
xtree tag____________
target: is base target 
-->
<xtree target="right">
	<!--
	node tag_________________________________
	name:   is the text displayed in the node
	url: 	is the link of the node
	target: is the target frame or the url (url must be specified)
	id:		id for node (should be unique on tree)
	-->
	
	<node name="Materials" opened="0" id="Materials">
		<node name="Ceramics" opened="0" id="Ceramics">
			
		</node>
		<node name="Composites" opened="0" id="Composites">
			<node name="Carbon Fibre" opened="0" id="Carbon_Fibre">

				<document target="_blank" url="Carbon_Fibre2.xml">Carbon_Fibre/polymer (CFRP) Laminate</document>
				<document target="_blank" url="Carbon_Fibre1.xml">Carbon_Fibre/polymer (CFRP) Unidirectional</document>
				<document target="_blank" url="Epoxy1.xml">Epoxy Laminate [EP] Carbon Prepeg</document>
				<document target="_blank" url="Epoxy2.xml">Epoxy Laminate [EP] Kevlar Prepeg</document>
			</node>
			<node name="Glass Fibre" opened="0" id="Glass_Fibre">

				<document target="_blank" url="Glass_Fibre2.xml">Glass fibre High Strength</document>
				<document target="_blank" url="Glass_Fibre1.xml">Glass fibre Low Strength</document>
				<document target="_blank" url="Glass_Fibre3.xml">Glass Fibre Reinforced Epoxy Matrix Composite </document>
			</node>
			
		</node>
		<node name="Foam" opened="0" id="Foam">
			<node name="Epoxy Resin" opened="0" id="Epoxy_Resin">

				<document target="_blank" url="Epoxy_Resin3.xml">Epoxy Resin (Flexible)</document>
				<document target="_blank" url="Epoxy_Resin2.xml">Epoxy Resin (General Purpose)</document>
				<document target="_blank" url="Epoxy_Resin4.xml">Epoxy Resin (High Heat)</document>
			</node>
			<node name="Polyurethane" opened="0" id="Polyurethane">

				<document target="_blank" url="Polyurethane2.xml">Polyurethane (Generic)</document>
			</node>
			
		</node>
		<node name="Graphite" opened="0" id="Graphite">
			<node name="Monolthic Graphite" opened="0" id="Monolthic_Graphite">
				
				<document target="_blank" url="Monolithic_Graphite2.xml">Monolthic Graphite (Generic)</document>
			</node>
			
		</node>
		<node name="Metals" opened="0" id="Metals">
			<node name="Aluminium" opened="0" id="Aluminium">
				
				<document target="_blank" url="Aluminium1.xml">Wrought Aluminium</document>
			</node>
			<node name="Invar" opened="0" id="Invar">

			</node>
			<node name="Nickel" opened="0" id="Nickel">
				
			</node>
			<node name="Steel" opened="0" id="Steel">

				<document target="_blank" url="Steel3.xml">Steel (High Carbon)</document>
				<document target="_blank" url="Steel1.xml">Steel (Low Carbon)</document>
				<document target="_blank" url="Steel2.xml">Steel (Medium Carbon)</document>
				
			</node>
			<node name="Titanium" opened="0" id="Titanium">

				<document target="_blank" url="Titanium2.xml">Titanium (Generic)</document>
				
			</node>
		</node>
		<node name="Polymer" opened="0" id="Polymer">
			<node name="Epoxy Resin" opened="0" id="Epoxy_Resin_Polymer">

				<document target="_blank" url="Epoxy_Resin3.xml">Epoxy Resin (Flexible)</document>
				<document target="_blank" url="Epoxy_Resin2.xml">Epoxy Resin (General Purpose)</document>
				<document target="_blank" url="Epoxy_Resin4.xml">Epoxy Resin (High Heat)</document>
			</node>
			<node name="Polyurethane" opened="0" id="1051000">

				<document target="_blank" url="Polyurethane2.xml">Polyurethane (Generic)</document>
			</node>
			
		</node>
		
	</node>

	


</xtree>
