// JavaScript Document
function open_image(filename) {
    window.open(filename ,'','toolbar=no,status=no,resizable=yes,scrollbars=yes,width=400, height=320');
}