/* Tigra Menu items structure */ var MENU_ITEMS = [ [':: HOME', 'index.php', {'sb':'Back to Main Page'}], [':: ABOUT US', 'aboutus.php', {'sb':'All about AKC'}, ['Company History', 'aboutus.php#history',{'sb':'Our Company History'}], ['Values', 'aboutus.php#values',{'sb':'The Values that We Follow'}], ['Careers', 'careers.php',{'sb':'Joining AKC'}] ], [':: PRODUCTS', 'list_product.php', {'sb':'Listing of our products'}, ['List by Categories', 'list_category.php',{'sb':'Listing of our Categories'}], ['List all Products', 'list_product.php',{'sb':'Listing of our Products'}] ], [':: CLIENTS', 'clients.php', {'sb':'Our Clients'}], [':: SUPPLIERS', 'suppliers.php', {'sb':'List of Suppliers'}], [':: CONTACT US', 'contact.php', {'sb':'How to Contact Us'}], ['','',{'sb':''}] ];