// ÆË¾÷ ·¹ÀÌ¾î
function showhide(what){
    if (what.style.display==''){
        what.style.display='none';

    }else if (what.style.display=='none'){
		what.style.display='';
		ShopInfo(532675, 644373, '¸ÅÀå', '°úÃµ½Ã', '000-111-2222');
    }
}