﻿function OpenWindow(url,width,height) {
    window.open(url, 'Image', 'width=' + width + ',height=' + height + ',scrollbars=1,menubar=no,resizable=yes,titlebar=no', true);
}
