// JavaScript Document
function opennews(kk){
var url = '/contents/news'+ kk + '.html';
document.open();
document.write('\
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\
<html xmlns="http://www.w3.org/1999/xhtml">\
<head>\
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\
<meta name="Keywords" content="スケジューリング学会,Scheduling Society of Japan,スケジューリング">\
<meta name="Description" content="Scheduling Society of Japan-SSJスケジューリング学会-">\
<title>ニュースレター | スケジューリング学会</title>\
    <script type="text/javascript" src="/js/jquery.js"></script>\
    <script type="text/javascript" src="/js/rollover.js"></script>\
    <script type="text/javascript" src="/js/onload.js"></script>\
    <script type="text/javascript" src="/js/iframe.js"></script>\
<link href="/css/style.css" rel="stylesheet" type="text/css" />\
</head>\
\
<body bgcolor="#e6e6e8">\
<table width="1024" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">\
<tr>\
<td colspan="4" height="5">&nbsp;\
</td>\
</tr>\
<tr>\
<td colspan="4">\
<table width="1024" border="0" cellspacing="0" cellpadding="0">\
  <tr>\
    <td rowspan="2"><a href="/index.php"><img src="/img/top_01_on.png" alt="スケジューリング学会" width="582" height="67" /></a></td>\
    <td colspan="3"><img src="/img/top_02.png" alt="共生を旨とする来るべき社会に精神的・物質的に貢献する創造的専門家集団" width="442" height="41" /></td>\
  </tr>\
  <tr>\
    <td><a href="/contents/policy.php"><img src="/img/top_btn01.png" alt="プライバシーポリシー" width="229" height="26" /></a></td>\
    <td><a href="/contents/sitemap.php"><img src="/img/top_btn02.png" alt="サイトマップ" width="95" height="26" /></a></td>\
    <td><a href="/index.php"><img src="/img/top_btn03.png" alt="HOME" width="118" height="26" /></a></td>\
  </tr>\
</table>\
\
</td>\
</tr>\
<tr>\
  <td colspan="4">\
<table width="1024" border="0" cellspacing="0" cellpadding="0">\
  <tr>\
    <td><img src="/img/top_btn20.png" width="62" height="40" /></td>\
    <td><a href="/contents/about.php"><img src="/img/top_btn21.png" alt="学会について" width="180" height="40" /></a></td>\
    <td><a href="/contents/activities.php"><img src="/img/top_btn22.png" alt="学会活動" width="180" height="40" /></a></td>\
    <td><a href="/contents/list.php"><img src="/img/top_btn23.png" alt="行事予定" width="180" height="40" /></a></td>\
    <td><a href="/contents/news.php"><img src="/img/top_btn24_on.png" alt="ニュースレター" width="180" height="40" /></a></td>\
    <td><a href="/contents/inquiry.php"><img src="/img/top_btn25.png" alt="お問い合わせ" width="180" height="40" /></a></td>\
    <td><img src="/img/top_btn26.png" width="62" height="40" /></td>\
  </tr>\
</table>\
  </td>\
  </tr>\
<tr>\
  <td colspan="4" align="center" height="1"></td>\
  </tr>\
<tr>\
  <td colspan="4" align="center"><img src="/img/con04.png" alt="ニュースレター" width="250" height="80" /><img src="/img/con10.png" alt="ニュースレター" width="650" height="80" /></td>\
  </tr>\
<tr>\
  <td width="62"></td>\
  <td width="250" align="left" valign="top">\
  <table border="0" cellpadding="0" cellspacing="0">\
  <tr><td height="3px"></td></tr><tr><td class="tb3"><a class="tt1n" href="/contents/news.php" title="ニュースレター">ニュースレター</a></td></tr>\
  <tr><td height="25px"></td></tr>\
  </table>\
  <iframe src="/parts/p_act.php" width="250px" height="400px" border="0" style="border:none;" frameborder="0"></iframe>\
  </td>\
  <td width="650" valign="top">\
  <table width="650"><tr><td  class="tx3" align="left"><a href="/index.php">HOME</a> &gt; ニュースレター\
  </td></tr>\
  <tr>\
    <td class="tx3" height="600px" align="center">\
        <!--これより下にコンテンツを入れる-->\
      <iframe id="blockrandom" name="iframe" src='+ url +' width="550px" height="100%" scrolling="no" border="0" align="top" style="border:none;" frameborder="0" onload="iFrameHeight()"></iframe>\
      <!--これより上にコンテンツを入れる-->\
        <br />\
       <table width="250px" border="0" align="right" cellpadding="0" cellspacing="0">\
       <tr><td align="right"><a href="/contents/news.php">▲ ニュースレター一覧へ戻る</a></td></tr>\
       </table>\
      </td></tr>\
       <tr><td height="20px"></td></tr>\
       </table>\
  </td>\
  <td width="62"></td>\
</tr>\
<tr>\
  <td colspan="4"><img src="/img/footer.png" alt="Copyright (c) 2011 Scheduling Society of Japan. All Rights Reserved. " width="1024" height="70" /></td>\
  </tr>\
</table>\
</body>\
</html>\
');
document.close();
}

