document.write("<div style='FILTER:alpha(opacity=97);display:none;font-size:12px;position:absolute;padding:5;z-index:1000;' id='_altlayer'></div>")
function testgogo(){
x=document.getElementsByTagName('body')[0];
if(x!=null){
gogo();
}else{
setTimeout("testgogo()",1000) ;
}
}
setTimeout("testgogo()",000) ;
function gogo(){
document.body.onmousemove=quickalt;
document.body.onmouseover=getalt;
document.body.onmouseout=restorealt;
var tempalt='';
var UA=navigator.userAgent.toLowerCase();
var ISIE=(UA.indexOf("msie") > 0);
function $(hw_){return document.getElementById(hw_);}

function _Move(evn,o){
    _bW=document.body.clientWidth;
    _left1=document.body.scrollLeft+evn.clientX+10;
    _oW=o.offsetWidth;
    _left=((evn.clientX+_oW)>_bW)?(_left1-_oW-10):_left1;
    if((evn.clientX+_oW)>_bW){_left=(_oW<evn.clientX)?(_left1-_oW-10):_left1;}

    _bH=document.body.clientHeight;
    _top1=document.body.scrollTop+evn.clientY+6;
    _oH=o.offsetHeight;
    _top=((evn.clientY+_oH)>_bH)?(_top1-_oH-6):_top1;
    if((evn.clientY+_oH)>_bH){_top1=(_oH<evn.clientY)?(_top1-_oH-6):_top1;}
    o.style.left=_left;
    o.style.top=_top;
}

function getalt(hw_){

    if(ISIE==true){//琌IE
     if(event.srcElement!=null){//ぃ单磅︽
       if(ISIE){evn=event}else{evn=hw_}
       var eo = evn.srcElement?evn.srcElement:evn.target;
       if(eo.title && (eo.title!=""|| (eo.title=="" && tempalt!=""))){
        o = $("_altlayer");
        _Move(evn,o);
        o.style.display='';
        tempalt=eo.title;
        //”i-O”O3]cw<a href="#" title="Title÷SRA" altbg="#FFFFFF" altcolor="#CCCCCC" altborder="#CCCCCC">
        //tempbg=eo.getAttribute("altbg");
        //tempcolor=eo.getAttribute("altcolor");
        //tempborder=eo.getAttribute("altborder");
        
        tempbg='#ffffe1';
        tempcolor='#000000';
        tempborder='#666666';
        
        eo.title='';
        o.innerHTML=tempalt;
        if (tempbg!=null){o.style.background=tempbg}else{o.style.background="/infobackground"}
        if (tempcolor!=null){o.style.color=tempcolor}else{o.style.color=tempcolor="infotext"}
        if (tempborder!=null){o.style.border="1px solid "+tempborder;}else{o.style.border="1px solid #000000";}
        setTimeout("_altlayer.style.display='none'",10000) ;
       }    
     }//ぃ单磅︽    
    }else{//琌IE

       if(ISIE){evn=event}else{evn=hw_}
       var eo = evn.srcElement?evn.srcElement:evn.target;
       if(eo.title && (eo.title!=""|| (eo.title=="" && tempalt!=""))){
        o = $("_altlayer");
        _Move(evn,o);
        o.style.display='';
        tempalt=eo.title;
        //”i-O”O3]cw<a href="#" title="Title÷SRA" altbg="#FFFFFF" altcolor="#CCCCCC" altborder="#CCCCCC">
        //tempbg=eo.getAttribute("altbg");
        //tempcolor=eo.getAttribute("altcolor");
        //tempborder=eo.getAttribute("altborder");
        
        tempbg='#ffffe1';
        tempcolor='#000000';
        tempborder='#666666';
        
        eo.title='';
        o.innerHTML=tempalt;
        if (tempbg!=null){o.style.background=tempbg}else{o.style.background="/infobackground"}
        if (tempcolor!=null){o.style.color=tempcolor}else{o.style.color=tempcolor="infotext"}
        if (tempborder!=null){o.style.border="1px solid "+tempborder;}else{o.style.border="1px solid #000000";}
        setTimeout("_altlayer.style.display='none'",10000) ;
       }    

    }//琌IE
}
function quickalt(hw_){
    if(ISIE==true){//琌IE
     if(event.srcElement!=null){//ぃ单磅︽

       if(ISIE){evn=event}else{evn=hw_}
       o = $("_altlayer");
       if(o.style.display==""){
       _Move(evn,o);
       }
    
     }//ぃ单磅︽    
    }else{//琌IE
    
          if(ISIE){evn=event}else{evn=hw_}
          o = $("_altlayer");
          if(o.style.display==""){
       _Move(evn,o);
          }

    }//琌IE
}
function restorealt(hw_){
    if(ISIE==true){//琌IE
     if(event.srcElement!=null){//ぃ单磅︽

           if(ISIE){evn=event}else{evn=hw_}
           var eo = evn.srcElement?evn.srcElement:evn.target;
          eo.title=tempalt;
          tempalt="";
          $("_altlayer").style.display="none";

     }//ぃ单磅︽    
    }else{//琌IE
    
       if(ISIE){evn=event}else{evn=hw_}
       var eo = evn.srcElement?evn.srcElement:evn.target;
       eo.title=tempalt;
       tempalt="";
       $("_altlayer").style.display="none";

    }//琌IE
}

}

//и程稲
function addBookmark(title, url){ 
if(navigator.appName.indexOf("Internet Explorer")!=-1){
window.external.AddFavorite(url, title); 
}else{
window.sidebar.addPanel(title, url, "") ;
}
}