// 新しいウィンドウを開く
//<A HREF="#" onClick="MM_openBrWindow('リンク先URL','ウィンドウ名','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=480,height=480')">○○○</A>
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->