﻿
        function popup(Url, WinName, Height, Width)
        {
        imagewindow = window.open (Url, WinName,
            "location=0,status=0,scrollbars=0,resizable=0,location=0, width=" + Width + ",height=" + Height);
            
        }