function hanbun() { chokai = document.getElementById("photo01"); w = chokai.getAttribute("width"); h = chokai.getAttribute("height"); chokai.setAttribute("width", w/2); chokai.setAttribute("height", h/2); }