function newwin1()

{

sub = window.open("character/01.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=300");

x = (screen.width  - 450) / 2;

y = (screen.height - 300) / 2;

sub.moveTo(x,y);

}

function newwin2()

{

sub = window.open("character/02.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=300");

x = (screen.width  - 450) / 2;

y = (screen.height - 300) / 2;

sub.moveTo(x,y);

}

function newwin3()

{

sub = window.open("character/03.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=300");

x = (screen.width  - 450) / 2;

y = (screen.height - 300) / 2;

sub.moveTo(x,y);

}

function newwin4()

{

sub = window.open("character/04.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=300");

x = (screen.width  - 450) / 2;

y = (screen.height - 300) / 2;

sub.moveTo(x,y);

}

function newwin5()

{

sub = window.open("character/05.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=300");

x = (screen.width  - 450) / 2;

y = (screen.height - 300) / 2;

sub.moveTo(x,y);

}

function newwin6()

{

sub = window.open("character/06.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=300");

x = (screen.width  - 450) / 2;

y = (screen.height - 300) / 2;

sub.moveTo(x,y);

}

function newwin7()

{

sub = window.open("character/07.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=300");

x = (screen.width  - 450) / 2;

y = (screen.height - 300) / 2;

sub.moveTo(x,y);

}

function newwin8()

{

sub = window.open("character/08.html","window1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=300");

x = (screen.width  - 450) / 2;

y = (screen.height - 300) / 2;

sub.moveTo(x,y);

}


