//サブウインドウ<a href="javascript:faq01();" class="link1"></a>
//■プライバシー
function privacy()
{
var window_location;
window_location=window.open("http://blesshome.co.jp/privacy/index.html","contents","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=540,height=460");
window_location.focus();
window_location.window.moveTo(40,40);
}
//■動作環境
function requirements()
{
var window_location;
window_location=window.open("http://blesshome.co.jp/requirements/index.html","contents","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=540,height=460");
window_location.focus();
window_location.window.moveTo(40,40);
}
