function Copyright()
	{
		copyYear = (new Date()).getFullYear();
		document.getElementById('Copyright').innerHTML="Copyright &copy; " + copyYear + " <a href=\"http://www.archiweb.co.jp/\" target=\"_blank\">archiweb</a>. All Rights Reserved.";
		//ここから下記　バナーリンクアドレススクリプト を実行。
	}
	
/*バナーリンクアドレススクリプト  start	

num = 0;
jumpURL = new Array();
jumpURL[0] = "http://www.livetaiwan.jp/special/lollipop/";
jumpURL[1] = "http://www.livetaiwan.jp/entertainment/dorama_angel.html";
jumpURL[2] = "http://www.livetaiwan.jp/special/lollipop/";
jumpURL[3] = "http://www.livetaiwan.jp/entertainment/dorama_angel.html";

function changeImg()
{
	num++;
	num %= 4;
	document.banner.src = "http://www.livetaiwan.jp/img/banner0608/080115_ban_1"+num + ".gif";
	setTimeout("changeImg()",9900);
}
*/

function jump()
{
  self.window.name="banner"
  w = window.open('', 'banner', 'width=900,height=800,left=50,top=40,status=yes,scrollbars=yes,directories=yes,menubar=yes,resizable=yes,toolbar=yes,location=yes');
  if (w != null) {
    if (w.opener == null) {
      w.opener = self;
    }
    w.location.href = jumpURL[num];
  }

}
//end


function PopupMenuS(){

	HtmlSoce1 = "<table width=\"760\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td width=\"186\"><a href=\"http://www.livetaiwan.jp/index.php\"><img src=\"http://www.livetaiwan.jp/img/0803/header_top_01.gif\" width=\"186\" height=\"29\" border=\"0\" alt=\"華流 エンタメ情報 発信局 ライブ台湾\"></a></td>";

	HtmlSoce2 = "<td width=\"142\"><a href=\"http://www.livetaiwan.jp/news/index.php\"><img src=\"http://www.livetaiwan.jp/img/0803/newsbtn.gif\" width=\"142\" height=\"29\" border=\"0\" name=\"News\" alt=\"ニュース\"></a></td>";

	HtmlSoce3 = "<td width=\"142\"><a href=\"http://www.livetaiwan.jp/entertainment/star/\"><img src=\"http://www.livetaiwan.jp/img/0803/starbtn.gif\" width=\"142\" height=\"29\" border=\"0\" name=\"Entertainment\" alt=\"スター名鑑\"></a></td>";

	HtmlSoce4 = "<td width=\"142\"><a href=\"http://www.livetaiwan.jp/entertainment/drama/\"><img src=\"http://www.livetaiwan.jp/img/0803/dramabtn.gif\" width=\"142\" height=\"29\" border=\"0\" name=\"Dorama\" alt=\"ドラマ動画配信\"></a></td>";

	HtmlSoce5 = "<td width=\"142\"><a href=\"http://livetaiwan-shop.jp/\" target=\"_blank\"><img src=\"http://www.livetaiwan.jp/img/0803/shopbtn.gif\" width=\"142\" height=\"29\" border=\"0\" name=\"Shopping\" alt=\"ショッピング\"></a></td>";
	HtmlSoce6 = "<td width=\"6\"><img src=\"http://www.livetaiwan.jp/img/0803/header_top_13.gif\" width=\"6\" height=\"29\"></td></tr></table>";
	
	document.getElementById('Topmenu').innerHTML = HtmlSoce1 + HtmlSoce2 + HtmlSoce3 + HtmlSoce4 + HtmlSoce5 + HtmlSoce6;


}