// Menu definition
var MenuDef = {
    type:"bar", 
    style:{
        css:"menu", 
        bgcolor:"#621313", 
        size:[200,21], 
        imgspace:5, 
        imgendoff:{src:"img/chek_sm.gif", width:3, height:6}, 
        imgendon:{src:"img/chek_sm.gif", width:3, height:6}, 
        direction:"v", 
        box:false, 
        shadow:{color:"#621313", width:3}, 
        border:{
            color:"white"
        }
    }, 
    itemover:{
        bgcolor:"#996633"
    }, 
    position:{
        pos:[-380,25], 
        absolute:true
    },
    items: [ 
    {
        text:"Home",
	action: {
	url:"http://www.houserancestry.org"
        }
    },
    
	 {
        text:"Who They Were/Are", 
        action:{
            url:"http://www.houserancestry.org/names.html"
        }
    },
    {
        text:"About This Website", 
        menu:{
            items:[
          {
                text:"Enter Your Information",
	action: {
		url:"http://www.houserancestry.org/enter.html"
	}
            },
           {
                text:"Site Sponsor",
	action:{
	url:"http://www.houserancestry.org/sponsor.html"
	}
            }
            ]
        }
    },
   {
        text:"Record Views", 
        menu:{
            items:[
          {
                text:"Genealogy Register View",
	action: {
		url:"http://www.houserancestry.org/images/grecord.pdf",
		target:"_blank"
	}
            },
           
	{
                text:"Family Map Record",
	action:{
	url:"http://www.houserancestry.org/images/mrecord.pdf",
	target:"_blank"
	}
            }
            ]
        }
    },
  {
        text:"Contact Houser Ancestry", 
        action:{
            url:"http://www.houserancestry.org/contact.html"
        }
    },
    {
        text:"How To Submit Information", 
        action:{
            url:"http://www.houserancestry.org/submit.html"
        }
    },
    {
        text:"Our Pictures", 
        action:{
            url:"http://www.houserancestry.org/gallary.html"
        }
    },
    {
        text:"Gravesite Information", 
        menu:{
            items:[
          {
                text:"GPS Grave Coordinates",
	action: {
		url:"http://www.houserancestry.org/gps.html"
	}
            },
           {
                text:"Marker Pictures",
	action:{
	url:"http://www.houserancestry.org/marker.html"
	}
            }
            ]
        }
    },
    {
        text:"Site Policies", 
        action:{
            url:"http://www.houserancestry.org/policies.html"
        }
    },
    {
	text:"Site Map",
	action:{
	url:"http://www.houserancestry.org/site.html"
	}
	}
    ]
};
