Code:
anylinkmenuConnect.items=[
["About Us", "aboutus.php"],
["Our Sponsors", "sponsors.php"],
]
var anylinkmenuConnectSub={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu..." is a unique name!
anylinkmenuConnectSub.items=[
["About Us", "../../../aboutus.php"],
["Our Sponsors", "../../../sponsors.php"],
]
var anylinkmenuOfficersSub={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenuOfficersSub.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenuOfficersSub.items=[
["Ricky Lin", "../../../officers/rickylin.php"],
["Mike Huynh", "../../../officers/mikehuynh.php"],
["Lisa Huynh", "../../../officers/lisahuynh.php"],
["Hien Nguyen", "../../../officers/hiennguyen.php"],
["Tin Nguyen", "../../../officers/tinnguyen.php", "efc"],
["Truy Tran", "../../../officers/truytran.php"],
["Jade Dewente", "../../../officers/jadedewente.php"],
["Ly-Van Nguyen", "../../../officers/lyvannguyen.php"],
["Vinh Phan", "../../../officers/vinhphan.php"],
["Tim Chung", "../../../officers/timchung.php", "efc"],
["Jeannie Tran", "../../../officers/jeannnietran.php"],
["Sophia Manguerra", "../../../officers/sophiamanguerra.php"],
["Cece Pham", "../../../officers/cecepham.php"],
["Kim Nguyen", "../../../officers/kimnguyen.php", ],
["Minh Bui", "../../../officers/minhbui.php"],
]
var anylinkmenuOfficers={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenuOfficers.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenuOfficers.items=[
["Ricky Lin", "officers/rickylin.php"],
["Mike Huynh", "officers/mikehuynh.php"],
["Lisa Huynh", "officers/lisahuynh.php"],
["Hien Nguyen", "officers/hiennguyen.php"],
["Tin Nguyen", "officers/tinnguyen.php", "efc"],
["Truy Tran", "officers/truytran.php"],
["Jade Dewente", "officers/jadedewente.php"],
["Ly-Van Nguyen", "officers/lyvannguyen.php"],
["Vinh Phan", "officers/vinhphan.php"],
["Tim Chung", "officers/timchung.php", "efc"],
["Jeannie Tran", "officers/jeannnietran.php"],
["Sophia Manguerra", "officers/sophiamanguerra.php"],
["Cece Pham", "officers/cecepham.php"],
["Kim Nguyen", "officers/kimnguyen.php", ],
["Minh Bui", "officers/minhbui.php"],
]
IE is picky about such things.
Bookmarks