var launchSlideShowX = (screen.width/2)-191;
var launchSlideShowY = (screen.height/2)-238;
var pos = "left="+launchSlideShowX+",top="+launchSlideShowY;
function launchSlideShow(){
launchSlideShowWindow = window.open("http://www.brushyhillfarm.com/slideshow.html","SlideShow","width=470,height=420,"+pos);}


function createjsDOMenu() {
  menu1 = new jsDOMenu(150, "", "absolute", true);
	imgSrc = "http://www.brushyhillfarm.com/images/arrow.gif";
  preloadImg(imgSrc);
	imgSrcOver = "http://www.brushyhillfarm.com/images/arrow.gif";
  preloadImg(imgSrcOver);
  with (menu1) {
    addMenuItem(new menuItem( "Home", "homeItem", "http://www.brushyhillfarm.com/home.html"));
    addMenuItem(new menuItem( "Facilities", "homeItem", "http://www.brushyhillfarm.com/facilities.html"));
    addMenuItem(new menuItem( "Boarding", "homeItem", "http://www.brushyhillfarm.com/boarding.html"));

    addMenuItem(new menuItem( "Lesson Program", "homeItem", "http://www.brushyhillfarm.com/lessons.html"));
    addMenuItem(new menuItem( "Children's Programs", "aboutItem6"));
    addMenuItem(new menuItem( "Horse Shows", "homeItem", "http://www.brushyhillfarm.com/horseshows.html"));
	addMenuItem(new menuItem(" Horse Sales & Leases", "homeItem", "http://www.brushyhillfarm.com/horsesales.html"));                 addMenuItem(new menuItem( "Tack & Barn Supplies", "homeItem", "http://www.brushyhillfarm.com/supplies.html"));
    addMenuItem(new menuItem( "Other Services", "aboutItem2"));  // This is a submenu item.

    addMenuItem(new menuItem( "Event Calendar", "homeItem", "http://www.brushyhillfarm.com/calendar.html"));
	addMenuItem(new menuItem( "Favorite Links ", "homeItem", "http://www.brushyhillfarm.com/links.html"));
    addMenuItem(new menuItem( "Contact Us", "homeItem", "http://www.brushyhillfarm.com/contact.php"));

moveTo(0, 240); // This is the menu position in a page.
    show();

  }

  menu2 = new jsDOMenu(150, "", "absolute");
  with (menu2) {
    addMenuItem(new menuItem(" Training", "", "http://www.brushyhillfarm.com/training.html"));
    addMenuItem(new menuItem(" Trailering", "", "http://www.brushyhillfarm.com/trailering.html"));
    addMenuItem(new menuItem(" Consultant Services", "", "http://www.brushyhillfarm.com/consultant.html"));
  }
	menu1.items.aboutItem2.setSubMenu(menu2);


  menu6 = new jsDOMenu(120, "", "absolute");
  with (menu6) {
    addMenuItem(new menuItem("Summer Camp", "", "http://www.brushyhillfarm.com/summercamp.html"));
    addMenuItem(new menuItem("Pony Parties", "", "http://www.brushyhillfarm.com/ponyparties.html"));
    addMenuItem(new menuItem("Field Trips", "", "http://www.brushyhillfarm.com/fieldtrips.html"));
  }
	menu1.items.aboutItem6.setSubMenu(menu6);
}
