
function showPicture(href) {
   window.open(href, 'picture'); 
   return false;
}
