﻿function PrintArticle(vUrl)
{
    window.open(vUrl, "Print", "menubar=0,resizable=0,width=500,height=600,scrollbars=1");
}

function ChangeCountry(vCountry)
{
    window.location=("pokerclubs.aspx?country=" + vCountry);
}