function addBud(A){if(isOpened()){return }var B=window.open(A,"SBIM","width=450px,height=800px,location=false",true)}function openIM(A){if(isOpened()){return }var B=window.open(A,"SBIM","width=450px,height=800px,location=false",true)}var isopened=false;function isOpened(){if(isopened){return true}else{isopened=true;setTimeout("resetOpened()",2000);return false}}function resetOpened(){isopened=false};