function artScope() {
  var swfwin = window.open("/art-scope/swf/art-scope_en.html", "artScope_viewer", "toolbar=no,menubar=no,location=no,status=no,scrollbars=no,resizable=no");
  swfwin.moveTo(0,0);
  swfwin.resizeTo(screen.availWidth,screen.availHeight);
}

