// JavaScript Document

w = 322; // 
h = 375; // c
function urlWindow01() {
  subWindow = window.open("http://www.nihonjoge.com/album01/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow02() {
  subWindow = window.open("http://www.nihonjoge.com/album02/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow03() {
  subWindow = window.open("http://www.nihonjoge.com/album03/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow04() {
  subWindow = window.open("http://www.nihonjoge.com/album04/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow05() {
  subWindow = window.open("http://www.nihonjoge.com/album05/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow06() {
  subWindow = window.open("http://www.nihonjoge.com/album06/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow07() {
  subWindow = window.open("http://www.nihonjoge.com/album07/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow08() {
  subWindow = window.open("http://www.nihonjoge.com/album08/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow09() {
  subWindow = window.open("http://www.nihonjoge.com/album09/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow10() {
  subWindow = window.open("http://www.nihonjoge.com/album10/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow11() {
  subWindow = window.open("http://www.nihonjoge.com/album11/index.html","OpenWindow","width="+w+",height="+h);
}

function urlWindow12() {
  subWindow = window.open("http://www.nihonjoge.com/album12/index.html","OpenWindow","width="+w+",height="+h);
}

