// constants
var initX       = 20; // x-coordinate of top left corner of dropdown menu 
var initY       = 20; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#E4E1CE'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#000000'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 20;
var xOverlap    = 5;
var yOverlap    = 10;
//


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
95, // the width of current menu list 
-1, // 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 (
'About Us', 'mission.html'

));

menuContent [1] = new Array ( 
-1, 
-1,
160,
-1, // 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 (
'Our Traditions Gallery', 'gallery_traditions1.html',
'Our History Gallery', 'gallery_history1.html',
'Our Holiday Gallery', 'gallery_holiday1.html',
'Our Sketchbook and Photo Gallery', 'gallery_sketchbook1.html',
'National Katyn Memorial', 'gallery_katyn.html',
'Never Again', 'gallery_neveragain.html'

));

menuContent [2] = new Array ( 
-1, 
-1,
110,
-1, // 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 (
'Order Information', 'orderinfo.html',
'Order Form', 'orderform.pdf target=_blank',
'Wholesale Buyers', 'wholesale.html target=_blank'

));

menuContent [3] = new Array ( 
-1, 
-1,
105,
-1, // 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 (
'Mailorder Policy', 'policy.html',
'Wholesale Policy', 'wholesale.html target=_blank'

));

menuContent [4] = new Array ( 
-1, 
-1,
100,
-1, // 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 (
'Information', 'contact.html',
'tel/fax<br>240-925-9375', 'contact.html',
'Email Us', 'mailto:poppyfield@md.metrocast.net'
));

menuContent [5] = new Array ( 
-1, 
-1,
120,
-1, // 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 (
'Links to Our Friends', 'links.html'

));

menuContent [6] = new Array ( 
-1, 
-1,
100,
-1, // 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 (
'Home Page', 'index.html',
'Email Us', 'mailto:poppyfield@md.metrocast.net'

));

menuContent [7] = new Array (
1,
0, 
120,
-1, // 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 (
'Page One', 'gallery_traditions1.html',
'Page Two', 'gallery_traditions2.html'

));

menuContent [8] = new Array ( 
1, 
1,
120,
-1, // 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 (
'Page One', 'gallery_history1.html',
'Page Two', 'gallery_history2.html'
));

menuContent [9] = new Array ( 
1, 
2,
120,
-1, // 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 (
'Page One', 'gallery_holiday1.html',
'Page Two', 'gallery_holiday2.html'

));

//menuContent [10] = new Array ( 
//1, 
//3,
//120,
//-1, // 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 (
//'Eagle', 'eagle.html',
//'Royal Cartouche', 'cartouche.html',
//'Copernicus', 'copernicus.html'

//));

//menuContent [11] = new Array ( 
//1, 
//4,
//120,
//-1, // 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 (
//'Madonna', 'madonna.html',
//'STO LAT', 'stolat.html',
//'Jak Sie Masz', 'jaksiemasz.html'

//));

//menuContent [12] = new Array ( 
//1, 
//5,
//120,
//-1, // 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 (
//'White Hussar', 'whitehussar.html',
//'Black Hussar', 'blackhussar.html',
//'Hussar Parade', 'hussarparade.html',
//'Madonna', 'madonna.html',
//'STO LAT', 'stolat.html'


//));

//menuContent [13] = new Array ( 
//1, 
//6,
//120,
//-1, // 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 (
//'White Hussar', 'whitehussar.html',
//'POLSKA', 'polska.html'

//));

//menuContent [14] = new Array ( 
//1, 
//7,
//120,
//-1, // 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 (
//'Charging Hussar', 'charginghussar.html',
//'POLSKA', 'polska.html'

//));