■チャンネル登録バナーの設置方法■

【ファイル構成】
　  ps_anime = メインフォルダ
　　index.html	サンプル実行
　　ps_anime.js	JAVASCRIPT本体
  　parts	画像保存フォルダ

【画像ファイル partsフォルダ内】
　youtubeicon.png ... size 47x37 変更しません
　stringmain.png  ... size 180x26 サイズを変更しなければ独自作成可能です。
　stringsub.png   ... size 180x20 サイズを変更しなければ独自作成可能です。

【HTML内への記述】
　例：ps_animeフォルダを設置して、ルートのHTMLから使用する場合。

　<head>の中に１行追加。
 　<SCRIPT type="text/javascript" src="ps_anime/ps_anime.js"></SCRIPT>
  ※srcにはps_anime.jsへのパスを指定してください。

　<body>にonLoadを追加。
　<body onLoad="main('ps_anime/')">
　※mainの引数にフォルダ名＋スラッシュを指定してください。

-----------------------------------------------
[How to set up the banner.]

[File List]
　  ps_anime = Main folder
　　index.html	Sample execution HTML
　　ps_anime.js	Main sourcecode
  　parts	Image folder

[Image files]
　youtubeicon.png ... size 47x37 Do not change.
　stringmain.png  ... size 180x26 You can create your own without changing the size.
　stringsub.png   ... size 180x20 You can create your own without changing the size.

[Description in HTML]
　Example: When setting up the ps_anime folder and using it from the root HTML.

　Add one line in <head>
 　<SCRIPT type="text/javascript" src="ps_anime/ps_anime.js"></SCRIPT>
  -> Please specify the path to ps_anime.js in src.

　Added onLoad to <body>.
　<body onLoad="main('ps_anime/')">
　-> Specify the folder name + slash in the main argument.


