﻿
function openPopup(src, name, width, height)
{
	window.open(src, name, 'width=' + width + ', height=' + height + 'menubar=no, toolbar=no, scrollbars=yes');
	return false;
}

function openBlogSetting()
{
	return openPopup('blog_setting.html', 'blog', 520, 500);
}

function openSSSetting()
{
	return openPopup('ss_setting.html', 'blog', 520, 500);
}