var states = ['mout', 'mover', 'mdown'],

MENU_ITEMS0 = [

	

	
			[wrap_root('Why Buy In Turkey?'), 'turkeywhybuy.asp',
				[]
		],	
	
			[wrap_root('Purchase Process'), 'turkeypurchaseprocess.asp',
				[]
		],
			[wrap_root('Purchase & Running Costs'), 'turkeypurchaserunningcosts.asp',
				[]
		],
			[wrap_root('Buyers Guide'), 'turkeylbuyersguide.asp',
				[]
		],	
	

			[wrap_root('FAQ&rsquo;s'), 'turkeyfaqs.asp',
				[]
		],	

	[wrap_root('Flights'), 'turkeyflights.asp',
				[]
		],




	[wrap_root('Did You Know'), 'turkeydidyouknow.asp',
				[]
		],	

			[wrap_root('Driving Distances'), 'turkeydrivingdistances.asp',
				[]
		],

	[wrap_root('Basic Phrases'), 'turkeybasicphrases.asp',
				[]
		],
			[wrap_root('Climate'), 'turkeylclimate.asp',
				[]
		],
	
	[wrap_root('Places To See'), null,,
	
		[wrap_par('Aqueducts'), 'placestoseeaqueduct.asp'],

		[wrap_par('Ayasuluk Castle'), 'placestoseeayasulukcastle.asp'],
		[wrap_par('Belevi Mausoleum '), 'placestoseebelevimausoleum.asp'],
		[wrap_par('Canakkale'), 'placestoseecanakkale.asp'],
		[wrap_par('Cave of Seven Sleepers'), 'placestoseecavesevensleepers.asp'],
		[wrap_par('Church of St. John'), 'placestoseechurchstjohn.asp'],

		[wrap_par('Dilek National Park'), 'placestoseedilek.asp'],
		[wrap_par('Ephesus'), 'placestoseeephesus.asp'],
		[wrap_par('Hierapolis'), 'placestoseehierapolis.asp'],
		[wrap_par('House of Virgin Mary'), 'placestoseevirginmary.asp'],
		[wrap_par('Isabey Mosque'), 'placestoseeisabeymosque.asp'],
		[wrap_par('Izmir'), 'placestoseeizmir.asp'],
		[wrap_par('Miletos'), 'placestoseemiletos.asp'],
		[wrap_par('Pamukkale'), 'placestoseepamukkale.asp'],
		[wrap_par('Pergamon'), 'placestoseepergamon.asp'],
		[wrap_par('Priene'), 'placestoseepriene.asp'],
		[wrap_par('Sirince Village '), 'placestoseesirincevillage.asp'],
		[wrap_par('The Oracle of Apollo'), 'placestoseedidyma.asp'],
		[wrap_par('The Temple of Artemis'), 'placestoseeartemis.asp']

		
		],
		
	[wrap_root('Maps'), 'turkeymaps.asp',
				[]
		],
	[wrap_root('Geography'), 'turkeygeography.asp',,
		[wrap_par('Aegean'), 'turkeygeographyaegean.asp'],
		[wrap_par('Black Sea'), 'turkeygeographyblacksea.asp'],		
		[wrap_par('Central Anatolia'), 'turkeygeographycentralanatolian.asp'],		
		[wrap_par('Eastern Anatolia'), 'turkeygeographyeasternanatolia.asp'],		
		[wrap_par('Marmara'), 'turkeygeographymarmara.asp'],		
		[wrap_par('Mediterranean'), 'turkeygeographymediterranean.asp'],
		[wrap_par('South Eastern Anatolia'), 'turkeygeographysoutheasternanatolia.asp']	
		],		
	[wrap_root('History'), 'turkeyhistory.asp',
				[]
		],		
	[wrap_root('Economy'), 'turkeyeconomy.asp',
				[]
		],		
	[wrap_root('Language'), 'turkeylanguage.asp',
				[]
		],		
	[wrap_root('Population'), 'turkeypopulation.asp',
				[]
		]
		
	
];
function wrap_par (text,pos, icon) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding=0 cellspacing=0 border=0 width=100%><tr><td width=100% class="minner">&nbsp;', icon == null ? '' : ('<img height="16" width="15" src="' + (icon ? 'icons/'+icon : 'menu_files/pixel') + '.gif" align="absmiddle">'), ' ', text, '</td>', pos?['<td nowrap>&nbsp;<img src="icons/', i, 'rarrow.gif" width=12 height=12 align="absmiddle">&nbsp;</td>'].join(''):'', '</tr></table>'].join('');
	return res;
}

function wrap_root (text) {
	var res = []; 
	for (var i=0; i<3; i++)
		res[i] = ['&nbsp;', text, '&nbsp;<img src="icons/', i, 'rarrow.gif" width="12" height="12" align="absmiddle">&nbsp;'].join('');
	return res;
}
