First, you had made some typo:
Code:
<div id="describe" style="background-color:##6699CC;width:850px;height:32px" onMouseover="clear_delayhide()" onMouseout="resetit(event)">
Second, you should escape your quotes in JS (See highlighted) 
Code:
submenu[5]='<font size="2" face="Verdana"><b><a href="http://www.arrowheadsps.org/programs/bloodbank/index.html">Blood Bank</a> | <a href="http://www.arrowheadsps.org/programs/vestsforlife/index.html">Vests for Life</a> | <a href="http://seascouts.arrowheadsps.org/">Sea Scouts BSA</a> | <a href="http://www.arrowheadsps.org/programs/shipstore/index.html">Ship\'s Store</a> | <a href="http://www.arrowheadsps.org/programs/christmasdinner/index.html">Christmas Dinner</a></b></font>'
See if it helps
Bookmarks