var initX       = 0; // x-coordinate of top left corner of dropdown menu 
var initY       = 182; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#4169e1'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = 'white'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 20;
var xOverlap    = 0;
var yOverlap    = 0;//
menuContent     = new Array ();
menuContent [0] = new Array ( 
-1, // the id of parent menu, -1 if this is a first level menu
-1, // the number of line in parent menu, -1 if this is a first level menu
160, // the width of current menu list 
45, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'&nbsp;Fibre', 'newsindex.asp?mode=filter&filter=activity&id=1',
'&nbsp;Yarn', 'newsindex.asp?mode=filter&filter=activity&id=2',
'&nbsp;Weaving', 'newsindex.asp?mode=filter&filter=activity&id=3',
'&nbsp;Knitting', 'newsindex.asp?mode=filter&filter=activity&id=5',
'&nbsp;Dyeing, Printing & Finishing', 'newsindex.asp?mode=filter&filter=activity&id=7',
'&nbsp;Carpet', 'newsindex.asp?mode=filter&filter=activity&id=4',
'&nbsp;Nonwovens', 'newsindex.asp?mode=filter&filter=activity&id=6',
'&nbsp;Making-up', 'newsindex.asp?mode=filter&filter=activity&id=8',
'&nbsp;Design', 'newsindex.asp?mode=filter&filter=activity&id=22',
'&nbsp;Retail', 'newsindex.asp?mode=filter&filter=activity&id=21',
'&nbsp;Trade', 'newsindex.asp?mode=filter&filter=activity&id=24',
'&nbsp;Machinery & Services', 'newsindex.asp?mode=filter&filter=activity&id=23'
));

menuContent [1] = new Array ( 
-1, 
-1,
150,
150, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'&nbsp;Apparel & Footwear', 'newsindex.asp?mode=filter&filter=industry&id=2',
'&nbsp;House & Home', 'newsindex.asp?mode=filter&filter=industry&id=3',
'&nbsp;Industrial & Technical', 'newsindex.asp?mode=filter&filter=industry&id=5',
'&nbsp;Carpet', 'newsindex.asp?mode=filter&filter=industry&id=6',
'&nbsp;Raw Materials', 'newsindex.asp?mode=filter&filter=industry&id=47',
'&nbsp;Textile Machinery', 'newsindex.asp?mode=filter&filter=industry&id=44',
'&nbsp;Education', 'newsindex.asp?mode=filter&filter=industry&id=48'
));
menuContent [2] = new Array ( 
-1, 
1,
185,
260, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'&nbsp;Fashion Business International', '',
'&nbsp;Future Materials', '', 
'&nbsp;Inteletex', '',
'&nbsp;International Carpet Bulletin', '',
'&nbsp;International Dyer', '',

'&nbsp;Knitting International', '',
'&nbsp;Nonwovens Report International', '',
'&nbsp;Textile Horizons', '',
'&nbsp;Textile Month', '',
'&nbsp;Wool Record', ''));
menuContent [3] = new Array ( 
-1, 
0,
110,
313, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
-1, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate

new Array (
'&nbsp;Online', 'advertise/advertise-online.asp',
'&nbsp;In print', 'advertise/advertise-print.asp',
'&nbsp;Direct Marketing', 'advertise/advertise-direct.asp'
));

