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:"Transportation",url:"Index.php?MENU=11", format:{style:STYLE1}},
                {code:"Important dates",url:"Index.php?MENU=13", format:{style:STYLE1}},
                {code:"Latest  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:"Photos",url:"Index.php?MENU=58", 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:"Sessions chairs",url:"Index.php?MENU=57", 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"},
         {code:"Social Program", url:"Index.php?MENU=9"},
         {code:"Short courses", url:"Index.php?MENU=49",
          sub:[
                {"itemoff":[22,0],"size":[22,150]},
                {code:"Interfacial rheology",url:"Index.php?MENU=50", format:{style:STYLE1}},
                {code:"Multi-scale modelling",url:"Index.php?MENU=51", format:{style:STYLE1}}
              ]
        },
];