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