/* Tigra Menu items structure */ var MAIN_MENU_ITEMS = [ ['home', 'http://www.sendthisfile.com', {'sb':'Home Page'}], ['sign in', 'http://www.sendthisfile.com/login.jsp', {'sb':'Sign in'}, ['register', 'http://www.sendthisfile.com/register.jsp', {'sb':'Register'}], ['sign in', 'http://www.sendthisfile.com/login.jsp', {'sb':'Sign in'}], ['sign out', 'http://www.sendthisfile.com/logout.jsp', {'sb':'Sign out'}], ['forgot password', 'http://www.sendthisfile.com/recover.jsp', {'sb':'Recover Password'}] ], ['info', null, {'be':['revealTrans(TRANSITION=5,DURATION=0.4)','']}, ['feature matrix', 'http://www.sendthisfile.com/featurematrix.jsp', {'sb':'Feature Matrix'}], ['sendthisfile', 'http://www.sendthisfile.com/info/sendthisfile.jsp', {'sb':'About SendThisFile'}], ['enterprise plan', 'http://www.sendthisfile.com/info/enterprise.jsp', {'sb':'Enterprise Plan Details'}], ['fileboxes', 'http://www.sendthisfile.com/info/fileboxes.jsp', {'sb':'FileBox Details'}], ['plan details', 'http://www.sendthisfile.com/info/plandetails.jsp', {'sb':'Plan Descriptions'}], ['referral details', 'http://www.sendthisfile.com/info/referraldetails.jsp', {'sb':'Referral Details'}], ['change log', 'http://www.sendthisfile.com/changelog.jsp', {'sb':'Change Log'}], ['contact us', 'http://www.sendthisfile.com/info/contact.jsp', {'sb':'Contact Us'}] ], ['buy', 'http://www.sendthisfile.com/buy/index.jsp', {'sb':'SendThisFile Plans'}], ['help', null, {'be':['revealTrans(TRANSITION=5,DURATION=0.4)','']}, ['registering', 'http://www.sendthisfile.com/help/register.jsp', {'sb':'Help Registering'}], ['logging in', 'http://www.sendthisfile.com/help/login.jsp', {'sb':'Help Logging In'}], ['sendthisfile form', 'http://www.sendthisfile.com/help/sendthisfile.jsp', {'sb':'SendThisFile Form'}], ['filebox', 'http://www.sendthisfile.com/help/filebox.jsp', {'sb':'Help with FileBox'}], ['enterprise plan', 'http://www.sendthisfile.com/help/enterprise.jsp', {'sb':'Help with Enterprise Plan'}], ['custom email', 'http://www.sendthisfile.com/help/email.jsp', {'sb':'Help with Custom Email'}], ['retrieve file', 'http://www.sendthisfile.com/help/retrieve.jsp', {'sb':'Helpw ith Retrieve File'}], ['contact us', 'http://www.sendthisfile.com/info/contact.jsp', {'sb':'Contact Us'}], ['faq', 'http://www.sendthisfile.com/info/faq.jsp', {'sb':'Frequently Asked Questions'}] ] ];