var stop;
var stopsub;
var curmenu="";
var submenu="";
var menuwidth=108;
var menuheight=28;
var menu = new Menu();
menu.addItem('HOME','./index.php?page_id=1000&current=home');
menu.addsubmenu();
menu.addsubmenuitem('HISTORY','./index.php?page_id=1&current=home','right');
menu.addsubmenuitem('EMPLOYEES','./index.php?page_id=2&current=home','right');
menu.addsubmenuitem('TESTIMONIALS','./index.php?page_id=3&current=home','right');
menu.addsubmenuitem('CONTACT US','./index.php?page_id=4&current=home','right');
menu.addsubmenuitem('DIRECTIONS','./location.php','right');
menu.addsubmenuitem('NEWSLETTER','./newsletter.php','right');

menu.addItem('SERVICES','./index.php?page_id=2000&current=services');
menu.addsubmenu();
menu.addsubmenuitem('SALES','./index.php?page_id=1001&current=services','right');
menu.addsubmenuitem('SERVICE','./index.php?page_id=1002&current=services','right');
menu.addsubmenuitem('CONSULTING/PROJECT MANAGEMENT','./index.php?page_id=1004&current=services','right');
menu.addsubmenuitem('ENGINEERING/SYSTEM DESIGN','./index.php?page_id=1005&current=services','right');
menu.addsubmenuitem('INSTALLATION/<br>INTEGRATION','./index.php?page_id=1006&current=services','right');
menu.addsubmenuitem('SYSTEM TRAINING','./index.php?page_id=1007&current=services','right');
menu.addsubmenuitem('RESELLERS','./index.php?page_id=1008&current=services','right');
menu.addsubmenuitem('PARTNERS','./index.php?page_id=1009&current=services','right');

menu.addItem('PRODUCTS','./index.php?page_id=3000&current=products');
menu.addsubmenu();
menu.addsubmenuitem('LINE SHEET','./linesheet.php','right');
menu.addsubmenuitem('SPECIALS','./index.php?page_id=2003&current=products','right');

menu.addItem('SOLUTIONS','./index.php?page_id=4000&current=home');
menu.addsubmenu();
menu.addsubmenuitem('CORPORATE','./index.php?page_id=3001&current=solutions','right');
menu.addsubmenuitem('EDUCATION','./index.php?page_id=3002&current=solutions','right');
menu.addsubmenuitem('HOUSES OF WORSHIP','./index.php?page_id=3003&current=solutions','right');
menu.addsubmenuitem('MEDICAL','./index.php?page_id=3004&current=solutions','right');
menu.addsubmenuitem('PRODUCTION/POST PRODUCTION','./index.php?page_id=3005&current=solutions','right');
menu.addsubmenuitem('PORTFOLIO','./index.php?page_id=3006&current=solutions','right');

menu.showMenu();

