<!--

img=['images/1st_night_flw.jpg','images/brad_ranessa-canoe.jpg','images/Carlie_Phipps.jpg','images/Collecting.jpg'
,'images/Field_camp_site.jpg','images/Nymhaea-2nd_day.jpg','images/Nymphaea-1st_day.jpg','images/On_the_beach.jpg','images/pollen_squad_back.jpg'
,'images/Welwitschia_-_(SEM-distal1).jpg','images/Anther-cut_out2.jpg','images/Osborn_et_al[1].-Victoria_1.jpg','images/Pollen_illustrations2.jpg'
,'images/18-personwaving.jpg','images/34-JMOthefearlesspaleobotanist.jpg','images/37-snowfortandtent.jpg','images/Allison-TEM copy.jpg','images/beardmore tents2.jpg'
,'images/Collecting water lilies copy.jpg','images/DSCN0125 copy.jpg','images/DSCN0201 copy.jpg','images/DSCN0242 copy.jpg','images/DSCN1144.jpg'
,'images/DSCN1508.jpg','images/DSCN1579.jpg','images/helo_2.jpg','images/hiking on mountain copy.jpg','images/Mackenzie-Ultramicrotome copy.jpg'
,'images/Osborn_Victoria.jpg','images/P2091055.jpg','images/P2091069.jpg','images/P2091071.jpg','images/Patrick-SEM copy.jpg'
,'images/Research Team-TEM copy.jpg','images/Skaar Helo 2.jpg','images/Skaar Helo 8.jpg','images/students and electronscope copy.jpg','images/Students at MoBot001.jpg'];

function showpic(){
var rand = Math.round((img.length-1)*Math.random());
document.write("<img src=\""+img[rand]+"\" alt =\"image\"");
}

function newWindow(pic) {
	Window = window.open(pic, "Kirksville Map", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=700, height=550")
	Window.focus()
}
function Window(pic) {
	Window = window.open(pic, "Image", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=700, height=550")
	Window.focus()
}
//-->