//variables
var FORMAT1 = {size:[25, 120], itemoff:[0, 49]};
var FORMAT2 = {size:[25, 70], itemoff:[0, 119]};
//menu items
var MENU_ITEMS = [
  {pos:[214, 241], size:[25, 100], itemoff:[0, 99], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"Home", url:"http://www.gvrsf.ca/", format:{size:[25, 50]}},
    {code:"2012 Regional Fair", format:FORMAT1, 
      sub:[
      {size:[25, 100], itemoff:[24, 0], leveloff:[24, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Registration 2012", url:"http://www.gvrsf.ca/registration.html", format:{size:[25, 120]}},
        {code:"2012 Special Awards", url:"http://www.gvrsf.ca/awards2012.html", format:{size:[40, 120]}},
        {code:"2012 School Tours", url:"http://www.gvrsf.ca/schooltours.html", format:{size:[40, 120], itemoff:[39, 0]}},
        {code:"2011 UBC Science Entrance Awards", url:"http://www.gvrsf.ca/ubcawards2011.html", format:{size:[40, 120]}},
        {code:"Sponsors 2011", url:"http://www.gvrsf.ca/gvrsfsponsors.html", format:{size:[25, 120], itemoff:[39, 0]}},
        {code:"Project List 2011", url:"http://www.gvrsf.ca/projects2011.html", format:{size:[25, 120]}},
        {code:"Student Information Package 2012", url:"http://www.gvrsf.ca/regcon2012.html", format:{size:[40, 120]}}
      ]},
    {code:"Winners", format:{size:[25, 60], itemoff:[0, 119]}, 
      sub:[
      {size:[25, 50], itemoff:[24, 0], leveloff:[24, 10], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"1996", url:"http://www.gvrsf.ca/winners96.html"},
        {code:"1997", url:"http://www.gvrsf.ca/winners97.html"},
        {code:"1998", url:"http://www.gvrsf.ca/winners98.html"},
        {code:"1999", url:"http://www.gvrsf.ca/winners99.html"},
        {code:"2000", url:"http://www.gvrsf.ca/winners00.html"},
        {code:"2001", url:"http://www.gvrsf.ca/winners01.html"},
        {code:"2002", url:"http://www.gvrsf.ca/winners02.html"},
        {code:"2003", url:"http://www.gvrsf.ca/winners03.html"},
        {code:"2004", url:"http://www.gvrsf.ca/winners04.html"},
        {code:"2005", url:"http://www.gvrsf.ca/winners05.html"},
        {code:"2006", url:"http://www.gvrsf.ca/winners06.html"},
        {code:"2007", url:"http://www.gvrsf.ca/winners07.html"},
        {code:"2008", url:"http://www.gvrsf.ca/winners08.html"},
        {code:"2009", url:"http://www.gvrsf.ca/winners09.html"},
        {code:"2010", url:"http://www.gvrsf.ca/winners10.html"},
        {code:"2011", url:"http://www.gvrsf.ca/winners11.html"}
      ]},
    {code:"Links", url:"http://www.gvrsf.ca/links.html", format:{size:[25, 45], itemoff:[0, 59]}},
    {code:"Resources", format:{size:[25, 70], itemoff:[0, 44]}, 
      sub:[
      {size:[40, 120], itemoff:[24, 0], leveloff:[24, 10], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Resources", url:"http://www.gvrsf.ca/resources.html"},
        {code:"Google Science Fair", url:"http://www.gvrsf.ca/googlefair.html"},
        {code:"Alumni Mentorship Program", url:"http://www.gvrsf.ca/mentors.html"}
      ]},

    {code:"Media", format:{size:[25, 45], itemoff:[0, 69]}, 
      sub:[
      {size:[25, 55], itemoff:[24, 0], leveloff:[24, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Press Releases", url:"http://www.gvrsf.ca/media.html", format:{size:[25, 110]}},
        {code:"Video Clips", url:"http://www.gvrsf.ca/videos.html", format:{size:[25, 110]}},
        {code:"Sponsors", url:"http://www.gvrsf.ca/gvrsfsponsors.html", format:{size:[25, 110]}}
      ]},
    {code:"Sponsors", url:"http://www.gvrsf.ca/gvrsfsponsors.html", format:{size:[25, 60], itemoff:[0, 44]}},

    {code:"Contact Us", url:"http://www.gvrsf.ca/contactus.html", format:{size:[25, 70], itemoff:[0, 59]}}
];


