var MENU_ITEMS = [
['Home', 'home.php', null],

['About', 'about.php', null
]



,['Current Issue', 'current_issue.php', null
]


,['Book Catalogue', 'book_catalogue.php', null
]
,['Subscribe', 'subscribe.php', null
]
,['Contributions', 'contributions.php', null
]
,['Advertising Rates', 'advertising_rates.php', null
]

,['Magazine Archive', 'magazine_archive.php', null
]

,['Contact Us', 'contact.php', null]

]

MENU_POS[0].block_top=getRef('dropmenuposabs').offsetTop;
MENU_POS[0].block_left=getRef('dropmenuposabs').offsetLeft;
new menu (MENU_ITEMS, MENU_POS);