<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=400; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#2a395b";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#113a74";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#d4f2a8";
linkTarget="_top";
linkAlign="Right";
barBGColor="#7f92bd";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SD41 CONTACTS"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Phone/Email"] //create header
ssmItems[1]=["District Head Office", "mailto:communications&#64;sd41.bc.ca", ""]
ssmItems[2]=["Board of Education", "http://sd41.bc.ca/trustees/","_blank"]
ssmItems[3]=["Human Resources", "mailto:applications&#64;sd41.bc.ca", ""]
ssmItems[4]=["Web Services", "mailto:web.services&#64;sd41.bc.ca", ""]
ssmItems[5]=["District Parent Advisory Council", "mailto:burnabydpac&#64;sd41.bc.ca", ""]
ssmItems[6]=["Inside 41 Directory", "http://sd41.bc.ca/about/pdf/inside41.pdf", "_blank"]
ssmItems[7]=["Health & Safety", "mailto:health&amp;safety&#64;sd41.bc.ca", ""]
ssmItems[8]=["International Education", "mailto:international&#64;sd41.bc.ca", ""]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Burnaby Online ", "http://online.sd41.bc.ca/", "_blank"]
ssmItems[11]=["Continuing Education", "http://www.burnabycce.ca/", "_blank"]

buildMenu();

//-->
