﻿function showPopup(url)
    {
    testwindow= window.open (url, "mywindow",
        "location=1,status=1,scrollbars=1,width=800,height=500");
    }
