<!-- 
function DspMap(){
  newWin = window.open('management_map.html','new','scrollbars=yes,resizable=yes,width=800,center=1,height=480,left=200px,top=50px');
  newWin.focus();
  onLoad="window.focus()"
}
function Reword(){
  newWin = window.open('/commission.html','new','scrollbars=yes,resizable=yes,width=600,center=1,height=380,left=200px,top=50px');
  newWin.focus();
  onLoad="window.focus()"
}
function showGoogleEarth(url) {
	alert(url);
	window.open(url);
}
//-->

(function($){
    
    $(document).ready(function(){
        if( $("#caution").get(0) ){
            var cautionTop = $("#caution").position().top;

            $(".taishinTips").click(function(event){
                $(window).scrollTop(cautionTop - 10);
            });
        }
        
        $("#toTop").click(function(){
            $(window).scrollTop(0);
        });
        
    });
    
})(jQuery);
