function newwin_top()
{
sub = window.open("top.html","window1","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
sub.focus();
}

function newwin_blog()
{
sub = window.open("blog/index.html","window2","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
sub.focus();
}

function newwin_yes()
{
sub = window.open("","window3","toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1);
sub.location.href="http://www.pikadon.jp/yes/index.html";
sub.focus();
}

function newwin_letter()
{
sub = window.open("","window4","toolbar=yes,location=yes,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes");
sub.moveTo(0,0);
sub.resizeTo(screen.width*1,screen.height*1);
sub.location.href="http://www.pikadon.jp/diary/index.html";
sub.focus();
}


function newwin_earthday()
{
newWin=window.open("earthday/index.html","new","width=800,height=600,scrollbars=yes,resizable=yes");
newWin.moveTo(0,0);
}


