// JavaScript Document
function w00() {
    window.open("introduction.html", 'intro',"width=680,height=500,left=100,top=100,scrollbars=yes");
}

function w01() {
   window.open("comic_01.html", 'comic1',"left=0,top=0,resizable=yes,width=" + screen.width + " , height=" + screen.height);

}
function w02() {
   window.open("comic_02.html", 'comic2',"left=0,top=0,resizable=yes,width=" + screen.width + " , height=" + screen.height);

}
function w03() {
   window.open("comic_03.html", 'comic3',"left=0,top=0,resizable=yes,width=" + screen.width + " , height=" + screen.height);

}
function w04() {
   window.open("comic_04.html", 'comic4',"left=0,top=0,resizable=yes,width=" + screen.width + " , height=" + screen.height);

}
function w05() {
   window.open("comic_05.html", 'comic5',"left=0,top=0,resizable=yes,width=" + screen.width + " , height=" + screen.height);

}
function w06() {
   window.open("comic_06.html", 'comic6',"left=0,top=0,resizable=yes,width=" + screen.width + " , height=" + screen.height);

}
function w07() {
   window.open("comic_07.html", 'comic7',"left=0,top=0,resizable=yes,width=" + screen.width + " , height=" + screen.height);

}
