BLANK_IMAGE="/img/1pix.gif";

//keywords
var code="code";var url="url";var sub="sub";

//styles
//var color = {"border":"#666666", "shadow":"#808080", "bgON":"#7676FF","bgOVER":"#aaaaFF"};
//var color = {"border":"#286583", "shadow":"#808080", "bgON":"#286583","bgOVER":"#5c90aa"};
var color = {"border":"#286583", "shadow":"#808080", "bgON":"#286583","bgOVER":"#4090CB"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":1, "shadow":0, "color":color, "css":css};

var css1 = {"ON":"clsCMOn1", "OVER":"clsCMOver1"};
var STYLE1 = {"border":1, "shadow":0, "color":color, "css":css1};

//items and formats
var MENU_ITEMS =
[
	{"pos":[10,110], "itemoff":[0,115], "leveloff":[22,0], "style":STYLE, "size":[22,115]},

         {code:"Welcome", url:"Index.php?MENU=1",
          sub:[
                {"itemoff":[22,0],"size":[22,150]},
                {code:"Contacts",url:"Index.php?MENU=39", format:{style:STYLE1}},
                {code:"Location",url:"Index.php?MENU=10", format:{style:STYLE1}},
                {code:"Organising Committee",url:"Index.php?MENU=31", format:{style:STYLE1}},
                {code:"Transports",url:"Index.php?MENU=11", format:{style:STYLE1}},
                {code:"Deadlines",url:"Index.php?MENU=13", format:{style:STYLE1}},
                {code:"Useful information",url:"Index.php?MENU=14", format:{style:STYLE1}},
                {code:"Exhibitors",url:"Index.php?MENU=52", format:{style:STYLE1}},
                {code:"Sponsors",url:"Index.php?MENU=15", format:{style:STYLE1}},
                {code:"Links",url:"Index.php?MENU=62", format:{style:STYLE1}}
              ]
        },

         {code:"Registration", url:"Index.php?MENU=4"},
         {code:"Abstracts", url:"Index.php?MENU=6"},
         {code:"Program", url:"Index.php?MENU=3",
          sub:[
                {"itemoff":[22,0],"size":[22,150]},
                {code:"Publications",url:"Index.php?MENU=56", format:{style:STYLE1}},
                {code:"Symposia",url:"Index.php?MENU=35", format:{style:STYLE1}},
                {code:"Plenary speakers",url:"Index.php?MENU=36", format:{style:STYLE1}},
                {code:"Keynote speakers",url:"Index.php?MENU=55", format:{style:STYLE1}},
                {code:"Conference rooms",url:"Index.php?MENU=44", format:{style:STYLE1}},
                {code:"Overview",url:"Index.php?MENU=37", format:{style:STYLE1}},
                {code:"Oral",url:"Index.php?MENU=38", format:{style:STYLE1}},
                {code:"Poster",url:"Index.php?MENU=42", format:{style:STYLE1}},
                {code:"Modifications",url:"Index.php?MENU=47", format:{style:STYLE1}}
              ]
        },

         {code:"Accomodation", url:"Index.php?MENU=12",
          sub:[
                {"itemoff":[22,0],"size":[22,150]},
                {code:"Shuttle Service",url:"Index.php?MENU=65", format:{style:STYLE1}}
              ]
        },

         {code:"Social Program", url:"Index.php?MENU=9"},
         {code:"Short Courses", url:"Index.php?MENU=61",
          sub:[
                {"itemoff":[22,0],"size":[22,150]},
                {code:"Shuttle Service",url:"Index.php?MENU=67", format:{style:STYLE1}},
                {code:"Food Rheology",url:"Index.php?MENU=63", format:{style:STYLE1}},
                {code:"Modeling",url:"Index.php?MENU=64", format:{style:STYLE1}}
              ]
        },
];