It's the 2nd link (var anylinkmenu2) that didn't work. I also tried adding .html to history, philosophy, staff, etc. and that didn't work. For ex: /history.html/
Below I have them listed w/o .html:
Code:
var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
["History", "http://www.frankfordfriendsschool.org/history/"],
["Philosophy", "http://www.frankfordfriendsschool.org/philosophy/"],
["Faculty & Staff", "http://www.frankfordfriendsschool.org/staff/"],
["Calendar", "http://www.frankfordfriendsschool.org/calendar/"],
["Contact Us", "http://www.frankfordfriendsschool.org/contact/"] //no comma following last entry!
]
Bookmarks