// used by contact.xsl to pop up a window with Terms of Trade

function popup_tot(countryId) {
  window.open('html/'+countryId+'_tot.html','win','toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1,width=500,height=500');
}

