function gallery_win_open(str)
{
	window.open('./img.php?num=' + str,'','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,Width=640,Height=480');
}

function gallery_win_close()
{
	window.close();
}

function blog_win_open()
{
	window.open('http://blogs.yahoo.co.jp/xxxrookie42xxx','','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,Width=' + screen.width + ',Height=' + screen.height);
}

function link_win_open(url)
{
	window.open(url,'','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,Width=' + screen.width + ',Height=' + screen.height);
}

