document.write('',
'',
'
',
''); var is_big = true;
var base_url = "http://itot4.jp/kamakura/";
changeSize_wf1538it();
function changeSize_wf1538it() {
var wrapper = document.getElementById("wf1538it");
var iframe = document.getElementById("f1538it");
var button = document.getElementById("bf1538it");
var logo = document.getElementById("lf1538it");
var width;
var height;
if (!is_big) {
width = 480;
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 + 13) + "px";
document.getElementById("ibf1538it").src = base_url + "images/overexpand.gif";
} else {
width = 480;
height= 200;
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 + 13) + "px";
document.getElementById("ibf1538it").src = base_url + "images/overcontract.gif";
}
is_big = !is_big;
}
function showInfo_wf1538it() {
alert("test...");
}
function prevSpot_wf1538it() {
}
function nextSpot_wf1538it(spot_id) {
// new Ajax.Request("/ajax/next_spot.php", {asynchronous: true, method: "get", parameters: "spot_id=" + spot_id, onComplete: function(request) {
// alert(request.responseText);
// }});
}
function open_PrintWindow(id) {
var url = "http://itot4.jp/kamakura/wp-ic_print_map.php?id="+id;
window.open(url, "PrintMap", 'width=650,height=800,scrollbars=yes,resizable=yes');
}