// window_card.js

function Cardwindow() {
    window.open("card.html","card","width=500,height=280,menubar=no");
}
