// JavaScript Document
function resize() {
document.getElementById("pic").style.width = document.body.clientWidth;
}
