function MaxWin(){
maxWin = window.open("https://www.myautodesk.jp/auj10/register/","","titlebar=yes,toolbar=yes,menubar=yes,location=yes,status=yes,scrollbars=yes,resizable=yes");
// maxWin = window.open("/movie/index.html","","fullscreen=yes");
// maxWin = window.open("/movie/index.html","","");
//maxWin.moveTo(0,0);
//maxWin.resizeTo(screen.availWidth,screen.availHeight);
}

