function show_window_for_crackdown( intCrackdownKey, intPointKey, intImageKey, strAddress ) { document.getElementById( "shadow" ).style.display = "block"; document.getElementById( "window" ).style.display = "block"; if( intCrackdownKey > 0 ) { document.getElementById( "window_image" ).src = "//orbis-guide.com/cmn/image/point/" + intCrackdownKey + "/" + intImageKey + "m.jpg"; } else { document.getElementById( "window_image" ).src = "//orbis-guide.com/cmn/image/index/infoshare_photo_sample.jpg"; } var strPointType = ""; if( intPointKey == 4 ) strPointType = "ネズミ捕り
\n"; if( intPointKey == 5 ) strPointType = "検問
\n"; if( intPointKey == 6 ) strPointType = "移動式オービス
\n"; document.getElementById( "window_text" ).innerHTML = strPointType + strAddress; } function show_window_for_infoshare() { } function close_window() { document.getElementById( "shadow" ).style.display = "none"; document.getElementById( "window" ).style.display = "none"; }