function drawTop(w,show,battery) { var top; var tlength; var title_name=""; title_split_arr=document.title.split("]"); title_arr=title_split_arr[title_split_arr.length-1].split(" "); tlength=title_arr.length; for(i=1;i"; if(show!=2){ top+="トップライブ映像表示システムカメラ選択ネットワーク設定機器設定ヘルプ"; } top+=""; top+=""; top+=""; if(show==0){ top+=""; }else{ top+=""; } top+="
 
"+title_name+"
"; return(top); } function drawBot(w,link) { var bot; bot=""; bot+=""; bot+=""; bot+=""; }else{ bot+="<<"+link+""; } bot+=""; bot+="
"; if(link==""){ bot+="  
"; return(bot); }