function getPic(url)

	{
	
	smallwin = window.open("","","width=620,height=470,left=150,top=150");
	smallwin.document.write("<p align=center><img border=0 src="+ url +"></p><p>");
	smallwin.document.write ("<p align=center> <a href='' onMouseOver='self.close()'>Roll over to close.</a></p>");
	
	}
