function openLink (android_url, android_store_url) { location.href = android_url + getParam("store_id"); setTimeout( function () { location.href = android_store_url; },2000); } function handleVisibilityChange() { if(document.hidden) { // the page is hidden location.href = "kakaotalk://inappbrowser/close"; window.open('','_self').close(); opener=self; setTimeout('self.close()',1000); self.close()..