var newwin;
function launchwin1()
{
    newwin = window.open('./link/link.html','link','scrollbars=yes,toolbar=no,Width=660,Height=400');
}
function launchwin2()
{
    newwin = window.open('./press/press.html','press','scrollbars=yes,toolbar=no,Width=680,Height=520');
    newwin.focus();
}
function launchwin3()
{
    newwin = window.open('../press/press.html','press','scrollbars=yes,toolbar=no,Width=680,Height=520');
    newwin.focus();
}
function launchwin4()
{
    newwin = window.open('http://blog.with1.co.jp','blog','scrollbars=yes,toolbar=no,Width=900,Height=700');
    newwin.focus();
}