<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

function aff() {
	largeur=IE? document.body.clientWidth : window.innerWidth;
	hauteur=IE? document.body.clientHeight : window.innerHeight;
	document.getElementById("basessm").style.left=(largeur-801)/2+20;
	document.getElementById("basessm").style.height=(hauteur-570)/2+177;
}

var largeur=IE? document.body.clientWidth : window.innerWidth;
var hauteur=IE? document.body.clientHeight : window.innerHeight;

if (navigator.appVersion.indexOf("MSIE",0)>0) {
	h=10;
} else if (navigator.appVersion.indexOf("en-US",0)>0) {
	h=38;
	} else if (navigator.appVersion.indexOf("Safari",0)>0) {
		h=80;
		} else {
			h=10;
			}
YOffset=(hauteur-570)/2+h; // no quotes!!
XOffset=(largeur-920)/2+10;
if (document.body.clientWidth<930)
{
	XOffset=15;
}
if (document.body.clientHeight<620 && document.body.clientHeight!=0)
{
	YOffset=35;
}
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=320; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="";
linkOverBGColor="";
linkTarget="_top";
linkAlign="left";
barBGColor="#FFFFFF";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
bgcolor="#6EA629";
puce="i_index/fv.gif";
barWidth=23; // no quotes!!
barText="<IMG id=imgmenu src='i_index/menu.gif' height=115 width=25 onmouseOver=\"this.src='i_index/menu_on.gif'\">"; // <IMG> tag supported. Put exact html for an image to show.
imgmenu="i_index/menu.gif";
///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Ecole", "rose.php?p=ecole_sommaire&lng=fr", "", 1, "no"] //create 2 column row
ssmItems[1]=["Chiffres clés", "vert.php?p=chiffre_sommaire&lng=fr", "",1]

ssmItems[2]=["Maternelle", "vert.php?p=maternelle_sommaire&lng=fr", "", 1, "no"] //create 2 column row
ssmItems[3]=["Espace téléchargement", "rose.php?p=telechargement_sommaire&lng=fr", "",1]

ssmItems[4]=["Primaire", "rose.php?p=primaire_sommaire&lng=fr", "", 1, "no"] //create 2 column row
ssmItems[5]=["Galerie photos", "vert.php?p=photo_sommaire&lng=fr", "",1]

ssmItems[6]=["Infos pratiques", "rose.php?p=infos_sommaire&lng=fr", "",1, "no"] //create 2 column row
ssmItems[7]=["Contact", "rose.php?p=contact_sommaire&lng=fr", "", 1]

buildMenu();

//-->