<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // 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="#000000";
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="tahoma";
hdrFontSize="2";
hdrFontColor="#3B4049";
hdrBGColor="#F8F3ED";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="tahoma";
linkFontSize="2";
linkBGColor="#AFB593";
linkOverBGColor="#336667";
linkTarget="_top";
linkAlign="Left";
barBGColor="#AFB593";
barFontFamily="tahoma";
barFontSize="2";
barFontColor="#3B4049";
barVAlign="center";
barWidth=25; // no quotes!!
barText="QUICK MENU"; // <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]=[" HOME PAGE", "http://www.aapgai.com/index.html", ""]
ssmItems[1]=[" INSTRUCTORS"] //create header
ssmItems[2]=[" What is AAPGAI ?", "http://www.aapgai.co.uk/articles/other/why_aapgai.html", ""]
ssmItems[3]=[" Find an instructor", "http://www.aapgai.com/map_instructors/script/find_aapgai.html", ""]
ssmItems[4]=[" Become an instructor", "http://www.aapgai.com/body/new_instructor.html", ""]
ssmItems[5]=[" FIND US HERE"] //create header
ssmItems[6]=[" Events", "http://www.aapgai.com/body/events.html", ""]
ssmItems[7]=[" Blog", "http://aapgai.wordpress.com/", "_new"]
ssmItems[8]=[" Facebook", "http://www.facebook.com/?ref=home#!/profile.php?id=100000895700121", "_new"]
ssmItems[9]=[" GET IN TOUCH"] //create header
ssmItems[10]=[" Contact", "http://www.aapgai.com/contact.html", "",]
ssmItems[11]=[" ASSESSMENTS"] //create header
ssmItems[12]=[" Application Form", "http://www.aapgai.com/applications.html", "",]
ssmItems[13]=[" WORKSHOP\&frasl;OPEN DAY"] //create header
ssmItems[14]=[" Booking Form \&amp; Map", "http://www.aapgai.com/applications.html", "",]
ssmItems[15]=[" ONLINE PAYMENTS"] //create header
ssmItems[16]=[" Pay AAPGAI Online", "http://www.aapgai.com/body/payments.html", "",]
ssmItems[17]=[""] //create header
ssmItems[18]=[" Members", "http://www.aapgai.com/body/members.html", "",]

buildMenu();

//-->
