if(top.location != self.location){top.location = self.location;}
mmenu='top';
function otherSite(url){
var ositeWin;
ositeWin = window.open(url,"other","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1000,height=600");
ositeWin.focus();
}

function Fullscreen(){
fullscreen = window.open("../jirei/2008/index.html","fullwindow","toolbar=no,menubar=no");
fullscreen.moveTo(0,0);
fullscreen.resizeTo(screen.availWidth,screen.availHeight);

}

