<!-- this is the pop up for the country profiles -->

function pop(url,width,height,params) {
  var newWin = window.open(url,"newwin","width="+width+",height="+height+","+params);
}
 