/* 

  関数定義
  使用ページcolumn.html

*/

/*リンクを別ウィンドウで開く*/
function wopen_coZoom(cz){
   WO=window.open(cz,"wopen_columnZoom","titlebar=no,toolbar=no,location=no,directries=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=620")
   WO.focus()
}

