/* Tigra Menu items structure */var MENU_ITEMS = [	['Home', '/index.html', {'sb':'RAK Printed Circuit Boards Home Page'},		['History', '/history.html', {'sb':'RAK History'}],		['Milestones', '/milestones.html', {'sb':'RAK Milestones'}]	],	['Feedback', '/feedback.html', {'sb':'RAK Customer Feedback'},		['Global Communications', '/globalcomms.html', {'sb':'RAK client Testimnonial'}],		['Sonar Equipment Services', '/sonarequip.html'],		['AND TR', '/andtr.html'],		['Eltek ', '/eltek.html']	],	['Technical', '/technical.html', {'sb':'RAK Technical'},		['Specifications', '/specifications.html', {'sb':'RAK Technical specifications'}],		['Process', '/process.html', {'sb':'RAK production Process'}]	],	['Contact us', '/contact.html', {'sb':'RAK Address'},		['General Enquiry', '/generalenquiry.html', {'sb':'RAK general enquiry'}],		['PCB on-line quote', '/pcbquote.html', {'sb':'RAK PCB on-line quote'}]	]];
