<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#FF9900";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#666666";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=33; // no quotes!!
barText="M E N U"; // <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]=["FITA"] //create header
ssmItems[1]=["What's New", "http://www.knpd.org/mittsfita/new.htm", ""]
ssmItems[2]=["Media and Articles", "http://www.knpd.org/mittsfita/articles.htm",""]
ssmItems[3]=["Resource Centre", "http://www.knpd.org/mittsfita/resource.htm",""]
ssmItems[4]=["Newsletter Archive", "http://www.knpd.org/mittsfita/newsletter/nli.htm",""]
ssmItems[5]=["Policy Document", "http://www.knpd.org/mittsfita/natpol.htm", ""]
ssmItems[6]=["Consultancy", "http://www.knpd.org/mittsfita/consultancy.htm", ""]
ssmItems[7]=["Partner Initiatives", "http://www.knpd.org/mittsfita/partnerinitiatives.htm", ""]
ssmItems[8]=["ICT Training", "http://www.knpd.org/mittsfita/icttraining.htm", ""]
ssmItems[9]=["Partners", "http://www.knpd.org/mittsfita/funding.htm", ""]
ssmItems[10]=["Projects", "http://www.knpd.org/mittsfita/projects.htm", ""]
ssmItems[11]=["Sitemap", "http://www.knpd.org/mittsfita/sitemap.htm", ""]
ssmItems[12]=["FAQ", "http://www.knpd.org/mittsfita/faqs.htm", "", 1, "no"] //create two column row
ssmItems[13]=["Email", "http://www.knpd.org/mittsfita/feedback.htm", "",1]
ssmItems[14]=["External Links", "", ""] //create header
ssmItems[15]=["www.gov.mt", "http://www.gov.mt", "_new"]
ssmItems[16]=["www.knpd.org", "http://www.knpd.org", "_new"]
ssmItems[17]=["www.mitts.gov.mt", "http://www.mitts.gov.mt", "_new"]

buildMenu();

//-->