﻿
$(document).ready(function()
{

    $('#excludedCountries').flexigrid({
            showTableToggleBtn: true,
            title: 'Excluded Country List',
            width: 300, height: 300});

    $('#allowedCountries').flexigrid({
            showTableToggleBtn: true,
            title: 'Allowed Country List',
            width: 300, height: 300});
});
