if (navigator.appName == "Microsoft Internet Explorer") {
	w=screen.availWidth; h=screen.availHeight; } else { w=screen.width; h=screen.height; }
posX=Math.round((w-(170*6))/2)+50;

BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
//		shadow:"#DBD8D1",	// color of the item shadow, if any
		shadow:"#000099",	// color of the item shadow, if any
		bgON:"#66749D",		// background color for the items
		bgOVER:"#4A5472"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
//		shadow:"#DBD8D1",	// color of the item shadow, if any
		shadow:"#000099",	// color of the item shadow, if any
		bgON:"#4A5472",		// background color for the items
		bgOVER:"#66749D"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[posX,163], itemoff:[0,140], leveloff:[21,8], style:STYLE, size:[24,170]},
	{code:"Qui sommes-nous ?", url:"data.php?page=nous",target:"main", 
			sub:[
			{itemoff:[21,0]},
			{code:"ADK", url:"data.php?page=nous", target:"main" },
			{code:"Historique", url:"data.php?page=nous#historique", target:"main" },
			{code:"Nos atouts", url:"data.php?page=nous#atout", target:"main" },
			{code:"Contactez-nous", url:"data.php?page=nous#contact", target:"main" }
		]
	},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nos Activités", url:"data.php?page=activite", target:"main", 
		sub:[
			{itemoff:[21,0], size:[24,250]}, 
			{code:"Le syndic", url:"data.php?page=syndic", target:"main" ,
				sub:[
				{leveloff:[10,80], style:STYLE1},
				{code:"Le travail administratif", url:"data.php?page=syndic#admin", target:"main" },
				{code:"La comptabilité", url:"data.php?page=syndic#compta", target:"main" },
				{code:"La gestion technique", url:"data.php?page=syndic#technique", target:"main" },
				{code:"Offre de prix", url:"data.php?page=prix", target:"main" }

				]
			},
			{code:"La gestion privative", url:"data.php?page=gestion_privative", target:"main", 
				sub:[
				{leveloff:[10,80],itemoff:[16,8], style:STYLE1},
				{code:"Offre de prix", url:"data.php?page=prixprive", target:"main" }
				]
			},
			{code:"Le courtage immobilier", url:"data.php?page=courtage", target:"main" },
			{code:"Les assurances", url:"data.php?page=assurance", target:"main" },
			{code:"La sous-traitance comptable", url:"data.php?page=compta", target:"main" },
			{code:"Les programmes informatiques", url:"data.php?page=informatique", target:"main" }
		]
	},
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Immeubles", url:"data.php?page=immeuble", target:"main"
	},
	
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Les infos", url:"data.php?page=infos",target:"main", 
			sub:[
			{itemoff:[21,0]},
			{code:"Propriétaires", url:"data.php?page=proprietaire", target:"main" },
			{code:"Locataire", url:"data.php?page=locataire", target:"main" },
			{code:"Administratives", url:"data.php?page=administratif", target:"main" },
			{code:"Techniques", url:"data.php?page=technique", target:"main" },
			{code:"Legislations", url:"data.php?page=legislation", target:"main" }
		]
	},

	{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Les News", url:"data.php?page=news", target:"main"
	},
		
		{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Les liens", url:"data.php?page=lien",target:"main", 
			sub:[
			{itemoff:[21,0]},
			{code:"Le lien immobilier", 
	 url:"http://www.immoweb.be/fr/rent.results.cfm?xagency=Y&idclient=279900&xidcategorie=5&xmycurrent_section=rent&xinitliste=Y",
	 target:"_blank" },
			{code:"Autres liens", url:"data.php?page=lien", target:"main" }
		]
	}
];



