document.write('');
document.write('
');
document.write('');
document.write('
');
document.write('');
var wrapper = document.getElementById("maparea");
var iframe = document.getElementById("ifmap");
var width = 500;
var height = 500;
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";