function popup_image(image)
{
    window.open(image+'_original.jpg','','height=600,width=600,top=10,scrollbars=yes');
    return true;
}