<!--script by Denali Solutions--><!--var picWindow;function showPic_land(pic_name){	picWindow = window.open("", "big_pic","width=650,height=400,menubar,left=INT");	picWindow.focus();	picWindow.document.open();	var picString = "archives/photos/" + pic_name + ".jpg";		picWindow.document.write("<img src=" + picString + ">");	return false;}function showPic_port(pic_name){	picWindow = window.open("", "big_pic","width=400,height=650, menubar,left=INT");	picWindow.focus();	picWindow.document.open();	var picString = "archives/photos/" + pic_name + ".jpg";		picWindow.document.write("<img src=" + picString + ">");	return false;}//-->