// menu_items.js file var MENU_ITEMS = [ ['Home', "http://iceninetech.com/index.jsp", {'tt' : "Home", 'sb' : "Click to View"}], ['  » About INT', "http://iceninetech.com/about/index.jsp", {'tt' : "Who is Ice Nine Technologies?", 'sb' : "Click to View"}], ['  » Clients', "http://iceninetech.com/sites/index.jsp", {'tt' : "A list of sites in my portfolio.", 'sb' : "Click to View"}], ['  » Services', "http://iceninetech.com/services/index.jsp", {'tt' : "A list of services.", 'sb' : "Click to View"}], ['  » The Labs', "http://iceninetech.com/projects/index.jsp", {'tt' : "Some Random experiments of mine.", 'sb' : "Click to View"}], ['  » Contact', "http://iceninetech.com/contact/index.jsp"], ['  » Sign In', "http://iceninetech.com/logged_in/projects/index.jsp", {'tt' : "Some Random experiments of mine.", 'sb' : "Click to View"}] ];