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:"General info", url:"Index.php?MENU=1",
          sub:[
                {"itemoff":[22,0],"size":[22,150]},
                {code:"Location",url:"Index.php?MENU=10", format:{style:STYLE1}},
                {code:"Conference venue",url:"Index.php?MENU=69", format:{style:STYLE1}},
                {code:"Travel",url:"Index.php?MENU=71", format:{style:STYLE1}},
                {code:"Getting around",url:"Index.php?MENU=72", format:{style:STYLE1}},
                {code:"Swedish Links",url:"Index.php?MENU=62", format:{style:STYLE1}},
                {code:"Sponsors and events",url:"Index.php?MENU=75", format:{style:STYLE1}},
                {code:"Refund of VAT",url:"Index.php?MENU=85", format:{style:STYLE1}},
                {code:"Contacts",url:"Index.php?MENU=39", format:{style:STYLE1}}
              ]
        },

         {code:"Program", url:"Index.php?MENU=3",
          sub:[
                {"itemoff":[22,0],"size":[22,150]},
                {code:"Plenary speakers",url:"Index.php?MENU=36", format:{style:STYLE1}},
                {code:"Keynote speakers",url:"Index.php?MENU=81", format:{style:STYLE1}},
                {code:"Conference program",url:"Index.php?MENU=82", format:{style:STYLE1}},
                {code:"Courses",url:"Index.php?MENU=77", format:{style:STYLE1}},
                {code:"Symposia",url:"Index.php?MENU=35", format:{style:STYLE1}},
                {code:"Scientific committee",url:"Index.php?MENU=80", format:{style:STYLE1}}
              ]
        },

         {code:"Social Program", url:"Index.php?MENU=9"},
         {code:"Publications", url:"Index.php?MENU=6"}
];