// JScript source code
// Constants
    BLANK_IMAGE="images/pix.gif";
    // Keywords
var code="code";var url="url";var sub="sub";
// Styles
var color_menu = {"border":"#", "shadow":"#", "bgON":"#","bgOVER":"#"};
var css_menu = {"ON":"navtopmenuon", "OVER":"navtopmenuover"};
var STYLE_MENU = {"border":0, "shadow":0, "color":color_menu, "css":css_menu};
var color_item = {"border":"#cccccc", "shadow":"#", "bgON":"#f9f9f9","bgOVER":"#e0e0e0"};
var css_item = {"ON":"navtopmenuitemon", "OVER":"navtopmenuitemover"};
var STYLE_ITEM = {"border":1, "shadow":0, "color":color_item, "css":css_item};
// Items and format definition
var NAV_TOP_MENU_ITEMS = 
[
{"pos":[20,107], "itemoff":[0,120], "leveloff":[20,0], "style":STYLE_MENU, "size":[20,20]},
{code:"Products", "format":{"style":STYLE_MENU, "size":[18,115]}, url:"products.htm",
sub:[
{},
{code:"Leica Survey Instruments", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"leica_instr.htm"},
{code:"Software", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"software.htm"},
{code:"Training", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"training.htm"},
{code:"Request a Quote", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"quote.php"},
{code:"Store", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"store.htm"},
]
},
{code:"<img src='images/line_vertical_white.gif' border='0' width='1' height='12'>", "format":{"size":[18,90], "itemoff":[0,60]}
},
{code:"GeoNet RTK Network", "format":{"style":STYLE_MENU, "size":[18,150], "itemoff":[0,10]}, url:"geonet.htm",
sub:[
{},
{code:"Coverage Map", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"cov_map.htm"},
//{code:"Real Time Products", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"rtk.htm"},
{code:"Station RINEX Data", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"rinex.htm"},
{code:"Mailing List", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"mailing_list.php"},
]
},
{code:"<img src='images/line_vertical_white.gif' border='0' width='1' height='12'>", "format":{"size":[18,120], "itemoff":[0,120]}
},
{code:"Service & Support", "format":{"style":STYLE_MENU, "size":[18,120], "itemoff":[0,10]}, url:"serv_support.htm",
sub:[
{},
{code:"Instrument Service", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"instr_serv.htm"},
{code:"Training", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"training.htm"},
{code:"Knowledge Base / Downloads", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"know_base.htm"},
{code:"Mailing List", "format":{"itemoff":[19,0], "style":STYLE_ITEM, "size":[20,170]}, url:"mailing_list.php"},

]
},
{code:"<img src='images/line_vertical_white.gif' border='0' width='1' height='12'>", "format":{"size":[18,50], "itemoff":[0,120]}
},
{code:"About Us", "format":{"style":STYLE_MENU, "size":[18,58], "itemoff":[0,10]}, url:"about_us.htm",
sub:[
{},
]
},
{code:"<img src='images/line_vertical_white.gif' border='0' width='1' height='12'>", "format":{"size":[18,10], "itemoff":[0,58]}
},
{code:"Contact Us", "format":{"style":STYLE_MENU, "size":[18,70], "itemoff":[0,10]}, url:"contact_us.htm",
sub:[
{},

]
},
];
    // Constants
// defined in Navigation Top Menu Items

// Keywords
// defined in Navigation Top Menu Items

// Styles
var color_selection_top = {"border":"#", "shadow":"#", "bgON":"#","bgOVER":"#"};
var css_selection_top = {"ON":"navselecttopmenuon", "OVER":"navselecttopmenuon"};
var STYLE_SELECTION_TOP = {"border":0, "shadow":0, "color":color_selection_top, "css":css_selection_top};

var color_selection_item = {"border":"#cccccc", "shadow":"#", "bgON":"#f9f9f9","bgOVER":"#e0e0e0"};
var css_selection_item = {"ON":"navtopmenuitemon", "OVER":"navtopmenuitemover"};
var STYLE_SELECTION_ITEM = {"border":1, "shadow":0, "color":color_selection_item, "css":css_selection_item};

// Rest defined in Navigation Top Menu Items

// Items and format definition
