Since arriving in Cambodia in September 2015, Ambassador Heidt has visited all 25 provinces. You can see photos from his travels on this interactive map. Check back often for the latest on the Ambassador’s travels!
function showImage(smSrc, lgSrc) { document.getElementById('largeImg').src = smSrc; showLargeImagePanel(); unselectAll(); setTimeout(function() { document.getElementById('largeImg').src = lgSrc; }, 1) } function showLargeImagePanel() { document.getElementById('largeImgPanel').style.display = 'block'; } function unselectAll() { if(document.selection) document.selection.empty(); if(window.getSelection) window.getSelection().removeAllRanges(); }
#largeImgPanel { text-align: center; display: none; position: fixed; z-index: 100; top: 231px; width: 50%; height: 50%; ; }