/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

var url = top.location.pathname;
var host = top.location.hostname;
menu[1] = {
id:'menu_side', //use unique quoted id (quoted) REQUIRED!!
bartext:'MENU',
menupos:'right',
kviewtype:'fixed',
//hdingwidth:70,
user_defined_stylesheet:true,
//design_mode:true, 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
//["Menu"], //create header
["Home", "http://"+host+"/", ""],
//["Forum", "http://forum.epohcj.com.ng",""],
["Blog", "http://blog.epohcj.com.ng", ""],
["Store", "http://store.epohcj.com.ng", ""],
["Contact", "http://epohcj.com.ng/contact-us.htm", ""],
["Top &uarr;", "http://"+host+url+"#all", ""], //create two column row, requires d_colspan:2 (the default)
["Bottom &darr;", "http://"+host+url+"#down", ""]

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();