function picPopper (thepic, thewidth, theheight, theTitle, theMap, theMag) {
	winWidth = 400;
	if (thewidth > winWidth) winWidth = thewidth;
	if (document.all) {
		window.open ('/stm73/include/picPopper.htm?pic=' + thepic + '&w=' + thewidth + '&h=' + theheight + '&alt=' + theTitle + '&map=' + theMap + '&mag=' + theMag, 'bigPic', 'leftmargin=0,topmargin=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=' + winWidth + ',height=' + (theheight+60) + ',left=20,top=20')
	} else {
		window.open ('/stm73/include/picPopper.htm?pic=' + thepic + '&w=' + thewidth + '&h=' + theheight + '&alt=' + theTitle  + '&map=' + theMap + '&mag=' + theMag, 'bigPic', 'leftmargin=0,topmargin=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=' + winWidth + ',height=' + (theheight+60) + ',screenx=20,screeny=20')
	}
}

