﻿function ShowPopup(url, w, h)
{
    window.open(url,"_popup","location=0,status=0,scrollbars=0,width="+w+",height="+h);
    return false;
}