
var MENU_ITEMS = [
    ['<img src="resources/products.gif" border=0 onMouseOut="this.src=\'resources/products.gif\'" onMouseOver="this.src=\'resources/products-o.gif\'">', 'Products', 'products.html', null,
        ['Monitoring', null, 'products.html#MONITORING', null,
            ['WhatsUp Gold Standard v11', null, 'products.html#WHATSUPGOLD'],
            ['WhatsUp Gold Premium v11', null, 'products.html#WHATSUPPREMIUM'],
            ['Denika', null, 'products.html#DENIKA'],
            ['Logalot', null, 'products.html#LOGALOT'],
            ['Scrutinizer', null, 'products.html#Scrutinizer'],
            ['CCG SMS and Paging Gateway', null, 'products.html#CCG'],
        ],
        ['Management', null, 'products.html#MANAGEMENT', null,
            ['OStivity', null, 'products.html#OSTIVITY'],
            ['WebTTS', null, 'products.html#WEBTTS'],
        ],
        ['Intrusion Prevention', null, 'products.html#IPS', null,
            ['TippingPoint', null, 'products.html#TippingPoint'],
        ],
        ['Messaging', null, 'products.html#MESSAGING', null,
            ['JustAttach!', null, 'products.html#JustAttach'],
            ['Ipswitch Collaboration Suite/IMail Server', null, 'products.html#IMAIL'],
            ['Ipswitch Instant Messaging', null, 'products.html#IM'],
        ],
        ['File Services', null, 'products.html#FILE', null,
            ['WS_FTP Server', null, 'products.html#WSFTPSERVER'],
            ['WS_FTP Pro', null, 'products.html#WSFTPPRO'],
            ['VirtualCD', null, 'products.html#VirtualCD'],
            ['PeerSync', null, 'products.html#PEERSYNC'],
            ['PeerLock', null, 'products.html#PEERLOCK'],
            ['Save-N-Sync', null, 'products.html#SAVENSYNC'],
        ],
    ],
    ['<img src="resources/solutions.gif" border=0 onMouseOut="this.src=\'resources/solutions.gif\'" onMouseOver="this.src=\'resources/solutions-o.gif\'">', 'Solutions', 'solutions.html', null,
        ['Network', null, 'solutions.html#NETWORK'],
        ['Systems', null, 'solutions.html#SYS'],
        ['Applications', null, 'solutions.html#APP'],
        ['Training', null, 'solutions.html#TRAINING'],
    ],
    ['<img src="resources/downloads.gif" border=0 onMouseOut="this.src=\'resources/downloads.gif\'" onMouseOver="this.src=\'resources/downloads-o.gif\'">', 'Downloads', 'downloads.html', null,
        ['Evaluation Software', null, 'downloads.html#EVAL'],
    ],
    ['<img src="resources/company.gif" border=0 onMouseOut="this.src=\'resources/company.gif\'" onMouseOver="this.src=\'resources/company-o.gif\'">', 'Company', 'company.html', null,
        ['Company Profile', null,  'company.html#PROFILE'],
        ['Contact Us', null, 'company.html#CONTACT'],
	['Join us', null, 'career.html'],
    ],
];

var MENU_POS = [
{
    // item sizes

    'height': 20,
    'width': 80,

    // menu block offset from the origin:
    // for root level origin is upper left corner of the page
    // for other levels origin is upper left corner of parent item

    'block_top': 30,
    'block_left': 150,

    // offsets between items of the same level

    'top': 0,
    'left': 85,

    // time in milliseconds before menu is hidden after cursor has gone out
    // of any items

    'hide_delay': 50,
    'expd_delay': 50,
    'css':
    {
        'outer': ['menuTop', 'menuTop'],
        'inner': ['menuTop', 'menuTop']
    }
},
{
    'height': 24,
    'width': 150,
    'block_top': 25,
    'block_left': 1,
    'top': 23,
    'left': 0,
    'css':
    {
        'outer': ['menuOuter', 'menuOuterOver'],
        'inner': ['menuInner', 'menuInnerOver']
    }
},
{
    'height': 24,
    'width': 250,
    'block_top': 0,
    'block_left': 150,
    'top': 23,
    'left': 0,
    'css':
    {
        'outer': ['menuOuter', 'menuOuterOver'],
        'inner': ['menuInner', 'menuInnerOver']
    }
},
];
