document.write(''); document.write('
'); document.write(''); document.write('
'); document.write(''); var wrapper = document.getElementById("maparea"); var iframe = document.getElementById("ifmap"); var width = 400; var height = 400; if (iframe) { iframe.width = width; iframe.height = height; } iframe.style.width = (width - 2) + "px"; iframe.style.height = (height - 2) + "px"; wrapper.style.width = width + "px"; wrapper.style.height = height + "px";