function clear_div(id){document.getElementById(id).innerHTML ="";}function loading(){    element = document.getElementById("load_page");    if (element) {        element.style.display = 'none';    }}function searching(id){document.getElementById(id).innerHTML ="<div style='height:500px;text-align:center;padding-top:50px;'><img src='/img/ajax-loader.gif'><strong>Now Loading ........</strong></div>";}function wating(id){document.getElementById(id).innerHTML ="<div style='text-align:center;padding:50px;'><img src='/img/ajax-loader.gif'><strong>処理中です、しばらくお待ちください。</strong></div>";}function calWindow(url){calwin = window.open(url,'calendar', 'width=630,height=480,left=0,top=0');}function calWindowR(url){x = screen.width -630 ;calwin = window.open(url,'calendar', 'width=630,height=480,left=' + x + ',top=0');}/*----- スカイツアーズとは　表示・非表示　切り替え  -----*/function  open_detail(){var obj= document.getElementById('company');if(obj.style.display=='block'){obj.style.display='none';} else {obj.style.display='block';}}function editWindow(url){x = ( screen.width-300 )/2 ;y = ( screen.height-120 )/2 ;editwin = window.open(url,'Edit', 'width=300,height=120,left=' + x +' ,top=' + y );}function subwin(url){sbwin=window.open(url,"subwin","width=400,height=300,location=0,resizable=0,scrollbars=1,menubar=0,toolbar=0,status=0");}function on(){window.focus();}function subwin800(url){sbwin=window.open(url,"subwin","width=800,height=600,location=0,resizable=0,scrollbars=1,menubar=0,toolbar=0,status=0");}
