function loadimage(imagePath){
	var headerinfo = ('<html><head><title>American Textile History Museum in Lowell, Massachusetts</title></head><body bgcolor="#749dd3" style="margin: 0; padding: 0;"><center>');
	var image1 = ('<img src="'+imagePath+'" /><br /><br />');
	var closinginfo = ('<script type="text/javascript">window.focus();</script></center></body></html>');
	var pagecontent = (headerinfo + "" + image1 + "" + "" + closinginfo);
		
	imageWin = window.open(''+self.location,'largeImage','width=800, height=550, toolbar=0, resizable=0, scrollbars=1, status=0');

	imageWin.document.write(pagecontent);
	imageWin.document.close();
}
<!--
menu_status = new Array(); 
function showHide(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show') {
           switch_id.className = 'show';
           menu_status[theid] = 'show';
        }else{
           switch_id.className = 'hide';
           menu_status[theid] = 'hide';
        }
    }
}

//-->

<!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("topNav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]>