// javascript file for mattwoodward.comfunction popup(theUrl) {	window.open(theUrl, 'imageWindow', 'width=540, height=380, scrollbars=no, status=no, toolbar=no, resizable=no');}