/* Javascript file saved as js-idp.js for Iowa Draft Ponies Navigational Bar */
if (document.images) {
uphome = new Image(132,25); uphome.src = "uphome.gif";
dnhome = new Image(132,25); dnhome.src = "dnhome.gif";
upabout = new Image(132,25); upabout.src = "upabout.gif";
dnabout = new Image(132,25); dnabout.src = "dnabout.gif";
uphistory = new Image(132,25); uphistory.src = "uphistory.gif";
dnhistory = new Image(132,25); dnhistory.src = "dnhistory.gif";
upevents = new Image(132,25); upevents.src = "upevents.gif";
dnevents = new Image(132,25); dnevents.src = "dnevents.gif";
uppostings = new Image(132,25); uppostings.src = "uppostings.gif";
dnpostings = new Image(132,25); dnpostings.src = "dnpostings.gif";
upmembership = new Image(132,25); upmembership.src = "upmembership.gif";
dnmembership = new Image(132,25); dnmembership.src = "dnmembership.gif";
upphotos = new Image(132,25); upphotos.src = "upphotos.gif";
dnphotos = new Image(132,25); dnphotos.src = "dnphotos.gif";
upminutes = new Image(132,25); upminutes.src = "upminutes.gif";
dnminutes = new Image(132,25); dnminutes.src = "dnminutes.gif";
upcontact = new Image(132,25); upcontact.src = "upcontact.gif";
dncontact = new Image(132,25); dncontact.src = "dncontact.gif";
uplinks = new Image(132,25); uplinks.src = "uplinks.gif";
dnlinks = new Image(132,25); dnlinks.src = "dnlinks.gif";
dnalert = new Image(132,25); dnalert.src = "dnalert.gif";
}
function ChangeImage(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}
	//DisplayImage function
	function DisplayImage(picURL,picWidth,picHeight,picTitle){
	newWindow=window.open(picURL,'newWin','toolbar=no,width='+picWidth+',height='+picHeight)
	newWindow.document.write('<html><head><title>'+picTitle+'<\/title><\/head><body background="'+picURL+'"><\/body><\/html>')
	newWindow.resizeBy(picWidth-newWindow.document.body.clientWidth,picHeight-newWindow.document.body.clientHeight)
	newWindow.focus()
	}

	function popup(pageURL){
		newwindow=window.open(pageURL,'mailItem','toolbar=no,width=600,height=500,resizable=yes,scrollbars=yes')
	}
