function openPicture(name,width,height) {
    window.open(name,'','width='+width+',height='+height+',resizable=1,scrollbars=yes,menubar=no');
}