/*====================================================================
 * 個人情報保護方針ウィンドウを表示します。
 *--------------------------------------------------------------------
 */
function showPrivacyWindow(url)
{
  window.open(url, "", "menubar=yes, scrollbars=yes, resizable=yes, width=550px");
}
/*====================================================================
 * トラストスクエアを表示します。
 *--------------------------------------------------------------------
 */
function showTrustSquare()
{
  window.open("http://system-trust.jugem.jp/");
}
/*====================================================================
 * ソフトウェアスクエアを表示します。
 *--------------------------------------------------------------------
 */
function showSoftwareSquare()
{
  window.open("http://www.system-trust.com/pukiwiki/");
}
/*====================================================================
 * ビジネススクエアを表示します。
 *--------------------------------------------------------------------
 */
function showBusinessSquare()
{
  window.open("http://system-trust.dreamblog.jp/");
}

