<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=240; // no quotes!!
XOffset=155;
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Georgia";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#008080";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Georgia";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#b4367f";
barFontFamily="Georgia";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SLIDE 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]=["Menu"] //create header
ssmItems[1]=["Home", "index.html", ""]
ssmItems[2]=["About Us", "about_expanded_learning.html",""]
ssmItems[3]=["¡Español Rápido!", "espanol_rapido.html", ""]
ssmItems[4]=["Hosting A Class", "host_spanish_class.html", ""]
ssmItems[5]=["Current Schedule", "current_spanish_classes.html", ""]
ssmItems[6]=["Sacred Journeys", "leave_learn_spanish_trips.html", ""]
ssmItems[7]=["Determine Your Level", "determine_spanish_level.html", ""]
ssmItems[8]=["Take A Spanish Test", "spanish_level_test.html", ""]
ssmItems[9]=["Cost and Registration", "class_cost_registration.html", ""]
ssmItems[10]=["Self Study Packet", "self_study_spanish.html", ""]
ssmItems[11]=["Does It Really Work?", "does_immersion_study_work.html", ""]
ssmItems[12]=["Testimonials", "customer_testimonials.html", ""]
ssmItems[13]=["Resources and Links", "resources_links.html", ""]
ssmItems[14]=["Contact Us", "contact_us.html", ""]

buildMenu();

//-->
