<!--
function showpic(url) {
   popupwin = window.open(url,"picture","width=600,height=580,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0,left=80,top=20");
   popupwin.focus();
}
//-->
