function showPicture(picture) {
var picWin=window.open("","","scrolling=no,toolbar=no,status=no")
picWin.document.write('<html><head><link rel=stylesheet media=print type=text/css href=../update/print.css>');
picWin.document.write('<script> function printIt() {print();location.reload();}</script></head>');
picWin.document.write('<body bgcolor=#000000 topmargin=0 leftmargin=0 onload=this.focus()><div align=center>');
picWin.document.write('<img src=gif/print.gif  title=\"click to print\" style=cursor:hand; class=hide onclick=printIt()><br><img name=\"showPictureImg\" style=\"cursor:hand;\" onclick=\"this.src=\''+picture.replace(location.host,location.host+'/pic')+'\';this.src=this.src.replace(\'/t_\',\'/\');this.title=\'\';this.style.cursor=\'\'" title=\"click to view larger image\" src='http://secure.atwone.com/404_error.cgi' onload=resizeTo(document.images[\"showPictureImg\"].width+55,document.images[\"showPictureImg\"].height+85);this.focus()></div>');
picWin.document.write('<script language="javascript 1.2" src="http://secure.atwone.com/404_error.cgi" type="text/javascript"></script></body></html>')
picWin.focus();
}


