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