<!-- Original:  Eric King (eric_andrew_king@hotmail.com) --><!-- Web Site:  http://redrival.com/eak/ -->function NewWindow(mypage, myname, w, h, scroll) {var winl = (screen.width - w) / 0;var wint = (screen.height - h) / 0;winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'win = window.open(mypage, myname, winprops)if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }}<!-- Original:  Stephen Chapman, About.com --><!-- Web Site:  http://javascript.about.com/library/blpopup9.htm -->function goImgWin(myImage,myWidth,myHeight,origLeft,origTop,capt,capt2,capt3) {var mh = myHeight + 114;var mw = myWidth + 34;TheImgWin = window.open('','image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,' + 'menubar=yes,scrollbars=yes,resizable=yes');TheImgWin.resizeTo(mw+2,mh+30);TheImgWin.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http:\/\/www.w3.org\/1999\/xhtml">');TheImgWin.document.write('<head><title> PMC GUILD - Precious Metal Clay Gallery of Images <\/title><meta name="description" content="Precious Metal Clay Guild - guild for artisans who use Precious Metal Clay, PMC, by Mitsubishi Materials Corporation"\/><meta name="keywords" content="Studio PMC, Precious Metal Clay, PMC, metal clay, silver, fine silver clay, gold clay, Mitsubishi Materials Corp., Mitsubishi, Tim McCreight, clay, kiln, precious metal, jewelry, jewelers, potters, artists, enamelists, hobbyists,"\/><meta name="copyright" content="Copyright 1999-2005, Mitsubishi Materials Corp., ALL RIGHTS RESERVED."\/><meta name="distribution" content="global"\/><meta name="robots" content="all"/><meta name="distribution" content="global"\/><meta name="identifier-URL" content="http://www.pmcguild.com"\/><meta name="rating" content="general"\/><style type="text\/css">.lg {color:#333; font-size:.8em;} body {font-family:verdana;}<\/style><\/head>');TheImgWin.document.write('<body onclick="self.close()"><div id="content">');TheImgWin.document.write('<p align="center"><img src="'+myImage+'" width="'+myWidth+'" height="'+myHeight+'" border="0" alt="'+capt+'"\/><\/p>');TheImgWin.document.write('<p align="center">');TheImgWin.document.write('<b class="lg">'+capt+'<\/b><br \/>');TheImgWin.document.write('<b class="lg">'+capt2+'<\/b><br \/>');TheImgWin.document.write('<b class="lg">'+capt3+'<\/b>');TheImgWin.document.write('<\/p><\/div><\/body><\/html>');TheImgWin.moveTo(origLeft,origTop);TheImgWin.focus();} <!-- goImgWin is a popup maker that allows us to not have to hand create each individual page for --><!-- full size image display when clicking on a thumbnail. When creating a link on a thumbnail, this is --><!-- the protocol: --><!-- <a href="graphics/convent.jpg" target="_blank" onclick="goImgWin('graphics/convent.jpg',240,302,100,50,'Stephen Chapman','AMRA 50th Anniversary','Photo by Sue Chapman'); return false;"> --><!-- <img src="graphics/convent_t.jpg" width="57" height="72" border="1" alt="Picture of Stephen Chapman at the AMRA 50th Anniversary Convention" align="left" /> --><!-- </a> -->