// Standard utility scripts
// Modified 2004-04-06, by M.Kanzaki
/* --------------------------------------------------------------
  This set of scripts is copyright (c) 2002-2004 by Masahide Kanzaki.
  You can redistribute it and/or modify it under the terms of 
  the GPL (GNU General Public License) .
  See <http://www.gnu.org/licenses/gpl.html> for detail of license.
  Japanese taranslation <http://www.opensource.jp/gpl/gpl.ja.html>
  ---------------------------------------------------------------- */
var gEnv=new getenv();function init(a){if(!document.getElementById){return}if(a=="min"){return}abac();notify("")}function getenv(){var a=navigator.userAgent;if(a.match(/Opera/)){this.isOpera=true}else{if(a.match(/MSIE/)){this.isIE=true;if(a.match(/Mac/)){this.isMacIE=true}else{if(a.match(/Win/)){this.isWinIE=true}}}else{if(a.match(/Safari/)){this.isSafari=true}else{if(a.match(/Gecko/)){this.isMozilla=true}else{if(a.match(/iCab/)){this.isIcab=true}}}}}this.usrLang=(navigator.userLanguage||navigator.language)}function abac(){if(gEnv.isWinIE){var c,b,a;notify("preparing abbreviations...");c=document.getElementsByTagName("abbr");while(a=c.length){b=c.item(a-1).parentNode;b.innerHTML=b.innerHTML.replace(/(<\/?)abbr/ig,"$1acronym")}}}function notify(a){if(gEnv.isMozilla){return}status=((a=="")?defaultStatus:a)};