function getKids(location)
{
countryList=window.open("/forms/use/kids_do_the_strangest_things/form1.htm?"+location,"kidsdothestrangestthings","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=400,height=550,resizable=1");
}

function getWhere(location)
{
countryList=window.open("/forms/use/where_in_the_world/form1.htm?"+location,"whereIntheWorld","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=400,height=550,resizable=1");
}

function getSubscribe(location)
{
countryList=window.open("/subscribe_newsletter.htm?"+location,"Subscribetothenewsletter","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,width=400,height=250,resizable=1");
}

