<!--
function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=330,screenX=25,screenY=25,top=25,left=25')
}
//-->

<!--
document.write('<a href="javascript:popupWindow(\'edit.html\')">[管理用]<\/a>');
//-->

<!--
function rsize(){
window.resizeTo(923,740);
x=(screen.width-1029)/2
window.moveTo(x,0);
}
// -->
