var prefNumObj = {"1":"97","2":"24","3":"39","4":"47","5":"13","6":"30","7":"52","8":"32","9":"5","10":"5","11":"7","12":"21","13":"0","14":"9","15":"53","16":"19","17":"9","18":"30","19":"142","20":"60","21":"50","22":"5","23":"20","24":"6","25":"6","26":"6","27":"4","28":"13","29":"22","30":"53","31":"14","32":"17","33":"58","34":"212","35":"96","36":"30","37":"18","38":"22","39":"36","40":"4","41":"5","42":"12","43":"2","44":"5","45":"13","46":"3","47":"39","48":"10","49":"7","50":"10","51":"7","52":"11","53":"7","54":"8"}; 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(); }