
Save
Article from
bk.asia-city.com
Your complete guide to living the slow life in Ari
function showImage(imgName) { document.getElementById('largeImg').src = imgName; showLargeImagePanel(); unselectAll(); } function showLargeImagePanel() { document.getElementById('largeImgPanel').style.visibility = 'visible'; } function unselectAll() { if(document.selection) document.selection.empty(); if(window.getSelection) window.getSelection().removeAllRanges(); }