﻿function showCreditsPopup()
{
    window.open("Credits.aspx","Crédits", "width=400,height=200,dependent");
}