<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=250; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="5A3921";
hdrBGColor="#FFAD00";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="F6C050";
linkOverBGColor="#FFE4B5";
linkTarget="_top";
linkAlign="left";
barBGColor="#FFAD00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="5A3921";
barVAlign="left";
barWidth=20; // no quotes!!

startMenu("Skydive Coolidge", "SLIDE MENU")
addItem('Home Page', 'http://www.arizonaskydiving.com/index.html', '');
addItem('Tandem Jumps', 'http://www.arizonaskydiving.com/learn.html', '');
addItem('Accelerated Freefall', 'http://www.arizonaskydiving.com/learn_AFF_ASP.html', '');
addItem('Accelerated Student Program', 'http://www.arizonaskydiving.com/learn_AFF_ASP.html', '');
addItem('Directions', 'http://www.arizonaskydiving.com/directions.html', '');
addItem('Facilities', 'http://www.arizonaskydiving.com/facilities.html', '');
addItem('Price List', 'http://www.arizonaskydiving.com/price-list.html', '');
addItem('Links', 'http://www.arizonaskydiving.com/links.html', '');
addItem('FAQs', 'http://www.arizonaskydiving.com/faq.html', '');
addHdr('Fun Stuff');
addItem('Photos', 'http://www.arizonaskydiving.com/fun.html', '');
addItem('Photos 2', 'http://www.arizonaskydiving.com/fun-2.html', '');
addItem('Photos 3', 'http://www.arizonaskydiving.com/fun-3.html', '');
addHdr('Contact Us');
addItem('DZ e-mail', 'http://www.arizonaskydiving.com/contact.html', '');
endMenu()

//-->


//-->