var prefNumObj = {"1":"100","2":"25","3":"39","4":"47","5":"13","6":"30","7":"56","8":"33","9":"5","10":"5","11":"8","12":"21","13":"1","14":"10","15":"72","16":"21","17":"16","18":"34","19":"162","20":"71","21":"56","22":"7","23":"24","24":"5","25":"7","26":"7","27":"5","28":"16","29":"23","30":"60","31":"16","32":"18","33":"60","34":"242","35":"108","36":"35","37":"21","38":"23","39":"45","40":"4","41":"6","42":"17","43":"2","44":"4","45":"16","46":"3","47":"51","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(); }