﻿function openWindow() {
    window.open("","Wia",'toolbar=0,menubar=0,width=800,height=600,scrollbars=1');
}

function ResizeWindow() {
    window.resizeTo(document.getElementById("Img1").width + 50, document.getElementById("Img1").height + 130);
}