<!-- Begin

image1 = new Image();
image1.src = "hand-farmer.gif";

image2 = new Image();
image2.src = "notable-farmer.gif";

// End -->


<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function movepic(img_src) {
document.description.src=img_src;
}
// End -->

<!--

// Open new window script by David Garcia, for the Enrollment Management Program site at the University of Miami.

function launch(newURL, newName, newFeatures, orgName) {
  var remote = open(newURL, newName, newFeatures);
  if (remote.opener == null)
    remote.opener = window;
  remote.opener.name = orgName;
  remote.focus();
  return remote;
}

function launchRemote(bURL) {
  myRemote = launch(bURL, "myRemote", "alwaysRaised=YES,height=315,screenX=50,left=50,screenY=100,top=100,width=500,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0", "bottom");
}
// I got rid of the URL "W:..." in the launch( procedure. I replaced it with bURL.
// -David

// -->