<!--

function display_gaiyou() {
  window.open('auto/gaiyou.html','gaiyou','scrollbars=yes,resizable=yes,width=490,height=700');
}

function display_ex_r() {
  window.open('ex_r.html','ex_r','scrollbars=yes,resizable=yes,width=580,height=540');
}

function display_ex_l() {
  window.open('ex_l.html','ex_l','scrollbars=yes,resizable=yes,width=580,height=540');
}

function display_ex_a2() {
  window.open('ex_a2.html','ex_a2','scrollbars=yes,resizable=yes,width=580,height=540');
}

function display_ex_w() {
  window.open('ex_w.html','ex_w','scrollbars=yes,resizable=yes,width=580,height=540');
}

function display_ex_k() {
  window.open('ex_k.html','ex_k','scrollbars=yes,resizable=yes,width=580,height=540');
}

function display_ex_t() {
  window.open('ex_t.html','ex_t','scrollbars=yes,resizable=yes,width=580,height=540');
}
//-->