<!-- Begin

image1 = new Image();
image1.src = 'images/index/nav_home1.gif';

image2 = new Image();
image2.src = 'images/index/nav_about1.gif';

image3 = new Image();
image3.src = 'images/index/nav_ourhorses1.gif';

image4 = new Image();
image4.src = 'images/index/nav_morgans1.gif';

image5 = new Image();
image5.src = 'images/index/nav_contact1.gif';

// End -->

<!-- Begin

function LoadGallery(pictureName,imageFile)
{
  if (document.all)
  {
    document.getElementById(pictureName).style.filter="blendTrans(duration=1)";
    document.getElementById(pictureName).filters.blendTrans.Apply();
  }
  document.getElementById(pictureName).src = imageFile;
  if (document.all)
  {
    document.getElementById(pictureName).filters.blendTrans.Play();
  }

}

// End -->

<!-- Hide this script from old browsers --

var imagenumber = 7;

var randomnumber = Math.random() ;

var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;

images = new Array

images[1] = '<div id="bgimage1">'

images[2] = '<div id="bgimage2">'

images[3] = '<div id="bgimage3">'

images[4] = '<div id="bgimage4">'

images[5] = '<div id="bgimage5">'

images[6] = '<div id="bgimage6">'

images[7] = '<div id="bgimage7">'

var image = images[rand1]

// -- End Hiding Here -->


<!-- Hide this script from old browsers --

var textnumber = 6;

var randomnumber = Math.random() ;

var rand2 = Math.round( (textnumber-1) * randomnumber) + 1 ;

textr = new Array

textr[1] = 'Butte Morgans are perfect for breeders, the young, or the young at heart!'

textr[2] = 'Our Morgan Horses are personally trained, gentle and extremely well behaved.'

textr[3] = 'All of our Morgans are personally trained and are available for sale once completely halter-broke.'

textr[4] = 'Butte Morgans.com is your first place to look online when searching for a top quality Morgan Horse.'

textr[5] = 'The beauty of the Morgan horse lifts the heart. The breed exists solely because it pleases people. It is their heritage.'

textr[6] = 'Reliable, loyal, tireless, and versatile, a Morgan becomes one with people of all ages and walks of life.'

var text = textr[rand2]

// -- End Hiding Here -->