/* Tigra Menu PRO items structure */
var MENU0_ITEMS = [
	[[wrap0out("Infos pratiques", 100), wrap0over("Infos pratiques", 100), wrap0over("Infos pratiques", 100)], null, [, null, 125],
		["Acc&egrave;s", './AccesPdO.php', [null, null, 125]],
		["Commerces", './Commerces.php', [null, null, 125]],
		["H&eacute;bergement", './Hebergement.php', [null, null, 125]],
		["Restauration", './Restauration.php', [null, null, 125]],
		["Services", './Services.php', [null, null, 125]],
		["Sites Internet", './Liens.php', [null, null, 125]]
	],
	[[wrap0out("Histoire", 75), wrap0over("Histoire", 75), wrap0over("Histoire", 75)], null, [124, null, 100],
		["Communes", './Communes.php', [null, null, 150]],
		["Pont-d'Ouilly", './PontdOuilly.php', [null, null, 150]],
		["Chapelle Saint-Roch", './SaintRoch.php', [null, null, 150]],
		["Cin&eacute;ma", './Cinema.php', [null, null, 150]],
		["Haras d'Ouilly", './Haras.php', [null, null, 150]],
		["La Pautiche", './Pautiche.php', [null, null, 150]],
		["Le Rocray", './Rocray.php', [null, null, 150]],
		["Saint-Christophe", './SaintChristophe.php', [null, null, 150]],
		["Moulins et Filatures", './Filatures.php', [null, null, 150]]
	],
	[[wrap0out("Phototh&egrave;que", 100), wrap0over("Phototh&egrave;que", 100), wrap0over("Phototh&egrave;que", 100)], null, [null, null, 125],
		["D&eacute;couverte de Pont-d'Ouilly", './Decouverte.php', [null, null, 190]],
		["Cartes Postales", './CartesPostales.php', [null, null, 190]],
		["Pentec&ocirc;tes", './Pentecotes.php', [null, null, 190]],
		["Guerre et Reconstruction", './Guerre.php', [null, null, 190]],
		["Photos de classes", './PhotosClasses.php', [null, null, 190]],
		["Images de Pont-d'Ouilly", './ImagesPdO.php', [null, null, 190]],
		["Folklore local", './Folklore.php', [null, null, 190]],
		["Visite de Pont-d'Ouilly", './PdOMap.php', [null, null, 190]]
	],
	[[wrap0out("Vid&eacute;oth&egrave;que", 90), wrap0over("Vid&eacute;oth&egrave;que", 90), wrap0over("Vid&eacute;oth&egrave;que", 90)], null, [123, null, 115],
		["Vie Quotidienne", './VideoQuotidien.php', [null, null, 150]],
		["Films M. de Pierrepont", './VideoPierrepont.php', [null, null, 150]],
		["Pentec&ocirc;tes", './VideoPentecotes.php', [null, null, 150]]
	],
	[[wrap0out("Donn&eacute;es", 75), wrap0over("Donn&eacute;es", 75), wrap0over("Donn&eacute;es", 75)], null, [113, null, 100],
		["Population", './Population.php', [null, null, 125]],
		["Recensements", './Recensements.php', [null, null, 125]],
		["Cadastre", './Cadastre.php', [null, null, 125]]
	],
	[[wrap0out("Associations", 75), wrap0over("Associations", 75), wrap0over("Associations", 75)], null, [null, null, 100],
		["Contacts", './Associations.php', [null, null, 125]],
		["Soci&eacute;t&eacute; de P&ecirc;che", './AssoPeche.php', [null, null, 125]],
		["La P'Tite TOP", './AssoPtiteTop.php', [null, null, 125]],
		["Le Foyer Rural", './AssoFoyerRural.php', [null, null, 125]],
		["Relais Paroissial", './Paroisse.php', [null, null, 125]]
	]
];

function wrap0out(text,size)
{
	return ( '<table class=m0l0mouti border="0" cellpadding="0" cellspacing="0"><tr><td width="' + size + '" align="middle">' + text + '</td><td width="15" align="right"><img src="./Menu/bout.gif"></td></tr></table>');
}

function wrap0over(text,size)
{
	return ( '<table class=m0l0moveri border="0" cellpadding="0" cellspacing="0"><tr><td width="' + size + '" align="middle">' + text + '</td><td width="15" align="right"><img src="./Menu/bover.gif"></td></tr></table>');
}
