
function getCountry(location)
{
countryList=window.open("country_guide_selector_popup.html?"+location,"countryList","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=270,height=400,resizable=1");
}

function getCountryCert(location)
{
countryList=window.open("country_certs_popup.html?"+location,"countryList","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=270,height=400,resizable=1");
}

function getCountryPkg(location)
{
countryList=window.open("country_pkg_popup.html?"+location,"countryList","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=270,height=400,resizable=1");
}

function getCountryMain(location)
{
countryList=window.open("country_main_popup.html?"+location,"countryList","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=270,height=400,resizable=1");
}

function getCountryPlanner(location)
{
countryList=window.open("country_planner_popup.html?"+location,"countryList","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=270,height=400,resizable=1");
}

function getCountryAmazon(location)
{
countryList=window.open("country_amazon_popup.html?"+location,"countryList","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=270,height=400,resizable=1");
}

function getCountryIpod(location)
{
countryList=window.open("country_ipod_touch_popup.html?"+location,"countryList","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=270,height=400,resizable=1");
}


