function openPopup(link)
{
    // Open the window passed into the function 
    window.open(link, "", "width=785, height=480, resizable=yes, status=no location=no toolbar=no");
}
