var prefNumObj = {"1":"100","2":"25","3":"39","4":"47","5":"13","6":"30","7":"55","8":"33","9":"5","10":"5","11":"7","12":"21","13":"1","14":"10","15":"65","16":"20","17":"16","18":"34","19":"160","20":"67","21":"53","22":"6","23":"24","24":"6","25":"7","26":"7","27":"5","28":"15","29":"22","30":"57","31":"14","32":"18","33":"61","34":"223","35":"101","36":"32","37":"21","38":"22","39":"39","40":"4","41":"5","42":"14","43":"2","44":"5","45":"15","46":"3","47":"48","48":"12","49":"8","50":"17","51":"9","52":"12","53":"10","54":"11"}; var initPoint = null; window.onload = init; function searchpopup(){ if($F('s_text')){ viewPref(prefObj['pref' + $('s_area').value],ZOOM_LEVEL_SMALL); var URL = "/js/search2.php?" + Form.serialize('searchpop'); newWin = window.open(URL,"search",'status=no,location=no,scrollbars=yes,resizable=no,toolbar=0,directories=0,menubar=0,width=300,height=400,left=50,top=50');   if(!newWin.closed)newWin.focus(); }else{ alert("空白です。もう一度入力をお願いします。"); } } var attachBlockEnter = Class.create(); attachBlockEnter.prototype = { initialize: function(fid) { this.fele = $(fid); Event.observe(this.fele, 'keypress', this.BlockEnter.bindAsEventListener(this), false); }, BlockEnter: function(event) { if (Event.element(event).type == 'textarea') return; if (event.keyCode == Event.KEY_RETURN) { Event.stop(event); return; } } } new attachBlockEnter('searchpop'); function screenpop(){ var URL = "/shot2.php?area=" + areaid; sWin = window.open(URL,"screen",'status=no,location=no,scrollbars=yes,resizable=yes,toolbar=0,directories=0,menubar=0,width=800,height=500,left=50,top=50');   if(!sWin.closed)sWin.focus(); }