<!--
msg=new Array();
msg[0]="ここをクリックしてください";
msg[1]="";
function Msg(index){
    window.status=msg[index];
    return true;
}
// -->

