<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=191; // 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="#333333";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#333333";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#cccccc";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=25; // no quotes!!
barText="<IMG src=\"http://www.mission.sm/mission/mission-sx-menu.jpg\">"; // <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]=["Le Divisioni Mission"] //create header
ssmItems[1]=["Mission Mountain", "?page_id=51", ""]
ssmItems[2]=["Mission Beach", "?page_id=146",""]
ssmItems[3]=["Mission Family", "?page_id=148", ""]
ssmItems[4]=["Mission Contest", "?page_id=628", "_new"]
ssmItems[5]=["Mission Wellbeing", "?page_id=150", ""]
ssmItems[6]=["Mission Art", "?page_id=152", ""]
ssmItems[7]=["Mission Luxury", "?page_id=154", ""]
ssmItems[8]=["Mission Green Life", "?page_id=157", ""]
ssmItems[9]=["Dunx", "?page_id=1930", ""]

buildMenu();

//-->
