<!--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/" + pic_name;		picWindow.document.write("<img src="images/ + picString + ">");	return false;}function showPic_port(pic_name){	picWindow = window.open("", "big_pic","width=510,height=568,menubar,left=INT");	picWindow.focus();	picWindow.document.open();	var picString = "images/" + pic_name;		picWindow.document.write("<img src="images/ + picString + ">");	return false;}//-->