
function Navigate(p_link)
{
    window.open(p_link,"link", "height= 800, width=1000, resizable=yes");
}