﻿function foto(filename, target, width, height) {
    window.open("images/" + filename, target, "width=" + width + ", height=" + height + ", menubar=0, addressbar=0, scrollbars=0");
}
