 // write me if you have questions: web.master@male.net

// constants
var initX       = 70; // x-coordinate of top left corner of dropdown menu 
var initY       = 110; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#EAE4D0'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#008000'; // 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
160, // the width of current menu list 
70, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
150, // 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.htm'
));

menuContent [1] = new Array ( 
-1, 
-1,
160,
70, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
190, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Christina Allen', 'biography.html',
'Around the Farm', 'aroundfarm.html'

));

menuContent [2] = new Array ( 
-1, 
-1,
160,
70, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
230, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'New Work', 'newwork1.html',
'Comice', 'Comice.html',
'Trossbach Farmstand', 'TrossbachFarmstand.html',
'Cat In Dogwood Tree', 'CatInDogwood.html',
'Stream by Godiah Spray', 'godiahspray.html', 
'Donna\'s Shed', 'donnasshed.html',
'Little Barn', 'littlebarn.html',
'Penguins', 'penguins.html',
'Floor Cloth', 'floorcloth.html',
'Even Star Farm Chicken Coop', 'chickencoop.html',
'Brackish Pond', 'brackishpond.html',
'Low Tide', 'lowtide.html',
'Broken Swing', 'brokenswing.html',
'The Dove', 'thedove.html',
'Crab Basket 4', 'crabbasket4.html',
'Eventide at Even Star Farm', 'eventide.html',
'Bronze Sculpture', 'bronzesculpture.html'



));

menuContent [3] = new Array ( 
-1, 
-1,
110,
70, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
270, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Gallery One','paintings1.html',
'Gallery Two', 'paintings2.html',
'Gallery Three', 'paintings3.html',
'Gallery Four', 'paintings4.html'

));

menuContent [4] = new Array ( 
-1, 
-1,
110,
70, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
310, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Gallery One', 'prints1.html'

));

menuContent [5] = new Array ( 
-1, 
-1,
160,
70, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
350, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'After Sunday Meeting', 'notecards_sundaymeeting.html',
'Shorn Sheep', 'notecards_shornsheep.html',
'Rag Doll', 'notecards_ragdoll.html',
'Violet Castle', 'notecards_violetcastle.html',
'Yellow Cat', 'notecards_yellowcat.html',
'Barbara\'s Cat', 'notecards_barbarascat.html',
'Taking A Drink', 'notecards_takingadrink.html',
'Coon Cat Roll', 'notecards_cooncatroll.html',
'Thompson Neely House', 'notecards_thompsonneely.html',
'Oarsmen', 'notecards_oarsmen.html',
'Washington\'s Men', 'notecards_washingtonsmen.html'

));

menuContent [6] = new Array ( 
-1, 
-1,
220,
70, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
390, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'North End Gallery', 'http://www.northendgallery.org target="blank"',
'Chesapeake Gallery', 'links.html',
'Photography - Pat Anderson', 'http://www.seahorse-studios.com target="blank"',
'Chestory', 'http://www.chestory.org target="blank"',
'Potomac River Association', 'http://www.p-r-a.org target="blank"',
'Forest Rivers Designs', 'http://www.forestrivers.com target="blank"',
'My website designer/programmer', 'http://www.forestrivers.com target="blank"'
));

menuContent [7] = new Array ( 
-1, 
-1,
160,
70, // x coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent x-coordinate
430, // y coordinate (absolute) of left corner of this menu list, -1 if the coordinate is defined from parent y-coordinate
new Array (
'Christina\'s contact info', 'contact.html',
'Email Christina', 'mailto:allensarticles@earthlink.net?subject=Inquiry_from_Corn_Crib_Studio'

));

menuContent [8] = new Array ( 
1, 
1,
160,
170, // 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 (
'More coming soon', 'aroundfarm.html'

));

menuContent [9] = new Array ( 
3, 
0,
180,
170, // 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 (
'Bob\'s Tractor', 'bobstractor.html',
'Study for Tapestry - Bridge', 'studybridge.html',
'On the Dock of the Bay', 'dock.html',
'Chapel at Greenwell', 'chapelgreenwell.html',
'The Crab Basket', 'crabbasket.html',
'Path in the woods', 'path.html',
'Fish Weir on the Potomac', 'weir.html',
'Sycamore on the Delaware', 'sycamore.html'

));

menuContent [10] = new Array ( 
3, 
1,
180,
170, // 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 (
'Blue Truck', 'bluetruck.html',
'We Sell Purina Chow', 'purina.html',
'Grape Arbor at Sotterly', 'grapearbor_painting.html',
'Just Right', 'justright.html',
'G. I. Joe', 'gijoe.html',
'Bay Hydrographer', 'hydro.html',
'Tigger', 'tigger.html',
'Freddie', 'freddie.html'

));

menuContent [11] = new Array ( 
4, 
0,
180,
170, // 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 (
'Lowell\'s Boat Shop', 'lowellsboatshop.html',
'Grape Arbor at Sotterley', 'grapearbor.html',
'Crab Basket #2', 'crabbasket2.html',
'Boats at St. Mary\'s City', 'boatssmc.html',
'Sotterley Rose Arbor', 'sotterleyrosearbor.html',
'Firstborn (Lamb)', 'firstborn.html',
'Tractor in Strawberry Fields', 'tractor.html', 
'St. Ignacius Church', 'stignaciuschurch.html'

));

menuContent [12] = new Array ( 
3, 
2,
180,
170, // 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 (
'Yellow Cat', 'yellowcat.html',
'Grey Garden Cat', 'greygardencat.html',
'Swan', 'swan_homemadepaper.html',
'Donna\'s Apple', 'donnasapple.html',
'Myrtle Point', 'myrtlepoint_painting.html',
'Wild Ageratum', 'wildageratum.html',
'Gourds', 'gourd.html' 

));

menuContent [13] = new Array ( 
3, 
3,
180,
170, // 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 (

'The Williamsburg Painting', 'williamsburg.html',
'Tom Turkey', 'tomturkey.html',
'Crab Basket 3', 'crabbasket3.html',
'White Point Island', 'whitepointisland.html',
'Boat at Tall Timbers', 'boatattalltimbers.html',
'Tobacco Barn', 'tobaccobarn.html',
'Donna\'s Barns', 'donnasbarns_painting.html',
'Rabbit', 'rabbit.html',
'St. Ignacius Church', 'stignaciuschurch_painting.html' 

));

