<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=278; // no quotes!!
XOffset=127;
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=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="darkgreen";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#84A96E";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="DIRECT TO PAGE  >"; // <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]=["Career Menu"] //create header
ssmItems[1]=["Current IT Experience", "../html/currentexperience.html", "_self"]
ssmItems[2]=["Resume Index", "../html/resume.html#ResumeHyperTableOfContents","_self"]
ssmItems[3]=["Career Brief Outline", "../html/resume.html#ResumeBriefCareerOutline", "_self"]
ssmItems[4]=["IT Skills", "../html/resume.html#ResumeITSkills", "_self"]
ssmItems[5]=["IT Professional Training", "../html/resume.html#ResumeProfessionalTraining", "_self"]
ssmItems[6]=["IT Training Certificates", "../html/certificatesgallery.html", "_self"]
ssmItems[7]=["Education", "../html/resume.html#ResumeEducation", "_self"]
ssmItems[8]=["Final Year Project", "../html/hndprojectexcerpts.html", "_self"]
ssmItems[9]=["Downloads", "../html/downloadsaccesspage.html", "_self", 1, "no"]
ssmItems[10]=["Contact", "../html/contactme.html", "_self",1]


ssmItems[11]=["Author", "../html/aboutme.html", "_self", 1, "no"] //create two column row
ssmItems[12]=["H O M E", "../html/home.html", "_self",1]

ssmItems[13]=["External Links", "", ""] //create header
ssmItems[14]=["Insider Technologies", "http://www.insidertech.co.uk/", "_blank"]
ssmItems[15]=["Deluxe Data", "http://www.efunds.com/", "_blank"]
ssmItems[16]=["Bolton Institute", "http://www.bolton.ac.uk", "_blank"]

buildMenu();

//-->
