function showData(country,product,colour,heading) {
var newWin=window.open("/atwone/static/data.cgi?country="+country+"&product="+product+"&colour="+colour+"&heading="+heading,"","scrolling=no,toolbar=no,status=no");
if (window.focus) {newWin.focus()};
}

