/* 
	the format of the tree definition file is simple,
	you can find specification in the Tigra Menu documentation at:
	
	http://www.softcomplex.com/products/tigra_menu/docs/items.html	
*/

var TREE_ITEMS = [
	["", "",
		["<b>Jump to Country</b>", "",
			["<font color='#0000FF'>Argentina</font>", "latinamer.htm#argentina"],
    		["<font color='#0000FF'>Australia</font>", "other.htm#australia"],			
			["<font color='#0000FF'>Bolivia</font>", "latinamer.htm#bolivia"],
			["<font color='#0000FF'>Brasil</font>", "latinamer.htm#brasil"],
			["<font color='#0000FF'>Chile</font>", "latinamer.htm#chile"],
			["<font color='#0000FF'>Colombia</font>", "latinamer.htm#colombia"],
			["<font color='#0000FF'>Costa Rica</font>", "latinamer.htm#costarica"],			
			["<font color='#0000FF'>Ecuador</font>", "latinamer.htm#ecuador"],			
			["<font color='#0000FF'>El Salvador</font>", "latinamer.htm#elsalvador"],						
			["<font color='#0000FF'>England</font>", "inglaterra.htm"],
			["<font color='#0000FF'>France</font>", "france.htm"],
			["<font color='#0000FF'>Germany</font>", "germany.htm"],
			["<font color='#0000FF'>Guatemala</font>", "latinamer.htm#guatemala"],			
    		["<font color='#0000FF'>Holland</font>", "other.htm#netherlands"],			
			["<font color='#0000FF'>Honduras</font>", "latinamer.htm#honduras"],
    		["<font color='#0000FF'>Ireland</font>", "other.htm#ireland"],			
			["<font color='#0000FF'>Italy</font>", "italy.htm"],
    		["<font color='#0000FF'>Jamaica</font>", "other.htm#jamaica"],
    		["<font color='#0000FF'>Martinique</font>", "other.htm#martinique"],						
			["<font color='#0000FF'>M&eacute;xico</font>", "latinamer.htm#mexico"],									
    		["<font color='#0000FF'>Netherlands</font>", "other.htm#netherlands"],
    		["<font color='#0000FF'>Northern Ireland</font>", "other.htm#northernireland"],
			["<font color='#0000FF'>Per&uacute;</font>", "latinamer.htm#peru"],
			["<font color='#0000FF'>Panama</font>", "latinamer.htm#panama"],			
			["<font color='#0000FF'>Paraguay</font>", "latinamer.htm#paraguay"],
    		["<font color='#0000FF'>Portugal</font>", "other.htm#portugal"],
    		["<font color='#0000FF'>Scotland</font>", "other.htm#scotland"],			
			["<font color='#0000FF'>Spain</font>", "spain.htm"],
    		["<font color='#0000FF'>Trinidad & Tobago</font>", "other.htm#trinidad"],
			["<font color='#0000FF'>Uruguay</font>", "latinamer.htm#uruguay"],			
			["<font color='#0000FF'>USA</font>", "usa.htm"],			
    		["<font color='#0000FF'>Wales</font>", "other.htm#wales"],
		],
	]
];


