<!--
var sPathBase = "";
var RELEASE = 1;
/******************************/
/*                            */
/* SYSTEM12 icons             */
/* http://s12.gozaru.jp/      */
/******************************/


if(RELEASE) {
	sPathBase = usrURL + "icons/system12/";
}
else {
	sPathBase = "./icons/system12/";
}


var iconSystem12 = new Array();
iconSystem12[ iconSystem12.length ] = new Array("笑顔１-SYS12", sPathBase + "system12_02_egao1.gif" );
iconSystem12[ iconSystem12.length ] = new Array("笑顔２-SYS12", sPathBase + "system12_03_egao2.gif" );
iconSystem12[ iconSystem12.length ] = new Array("笑顔３-SYS12", sPathBase + "system12_04_egao3.gif" );
iconSystem12[ iconSystem12.length ] = new Array("ニャー-SYS12", sPathBase + "system12_05_nya.gif" );
iconSystem12[ iconSystem12.length ] = new Array("フッ-SYS12", sPathBase + "system12_06_fu.gif" );
iconSystem12[ iconSystem12.length ] = new Array("Ｏｈ-SYS12", sPathBase + "system12_08_oh.gif" );
iconSystem12[ iconSystem12.length ] = new Array("エェッ！-SYS12", sPathBase + "system12_09_ee.gif" );
iconSystem12[ iconSystem12.length ] = new Array("あっそ-SYS12", sPathBase + "system12_10_asso.gif" );
iconSystem12[ iconSystem12.length ] = new Array("参ったなこりゃ-SYS12", sPathBase + "system12_11_maitta.gif" );
iconSystem12[ iconSystem12.length ] = new Array("つまらん-SYS12", sPathBase + "system12_12_tumaran.gif" );
iconSystem12[ iconSystem12.length ] = new Array("沈-SYS12", sPathBase + "system12_13_shouchin.gif" );
iconSystem12[ iconSystem12.length ] = new Array("キング-SYS12", sPathBase + "system12_00_crown.gif" );
iconSystem12[ iconSystem12.length ] = new Array("", "" );


/******************************/
/*                            */
/* 32G icons                  */
/*                            */
/******************************/
if(RELEASE ) {
	sPathBase = usrURL + "icons/32g/"
}
else {
	sPathBase = "./icons/32g/";
}
/*
var iconSmall = new Array();
iconSmall[ iconSmall.length ] = new Array( "泣顔１-32G",	sPathBase + "32ib03_Cry1.gif" );
iconSmall[ iconSmall.length ] = new Array( "笑顔１-32G",	sPathBase + "32ib05_Smile1.gif" );
iconSmall[ iconSmall.length ] = new Array( "笑顔２-32G",	sPathBase + "32ib08_Smile2.gif" );
iconSmall[ iconSmall.length ] = new Array( "笑顔３-32G",	sPathBase + "32ib18_Smile3.gif" );
iconSmall[ iconSmall.length ] = new Array( "汗-32G",	sPathBase + "32ib06_Ase.gif" );
iconSmall[ iconSmall.length ] = new Array( "開いた口-32G",	sPathBase + "32ib07_Aitakuchi.gif" );
iconSmall[ iconSmall.length ] = new Array( "すまん-32G",	sPathBase + "32ib12_Sorry.gif" );
iconSmall[ iconSmall.length ] = new Array( "大泣き-32G",	sPathBase + "32ib32_Oonaki.gif" );
iconSmall[ iconSmall.length ] = new Array( "ヨダレ-32G",	sPathBase + "32ib46_Yodare.gif" );
iconSmall[ iconSmall.length ] = new Array( "ラブ目-32G",	sPathBase + "32ib59_LoveEye.gif" );

*/
iconSystem12[ iconSystem12.length ] = new Array( "泣顔１-32G",	sPathBase + "32ib03_cry1.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "笑顔１-32G",	sPathBase + "32ib05_smile1.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "笑顔２-32G",	sPathBase + "32ib08_smile2.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "笑顔３-32G",	sPathBase + "32ib18_smile3.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "汗-32G",	sPathBase + "32ib06_ase.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "開いた口-32G",	sPathBase + "32ib07_aitakuchi.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "すまん-32G",	sPathBase + "32ib12_sorry.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "大泣き-32G",	sPathBase + "32ib32_oonaki.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "ヨダレ-32G",	sPathBase + "32ib46_yodare.gif" );
iconSystem12[ iconSystem12.length ] = new Array( "ラブ目-32G",	sPathBase + "32ib59_loveeye.gif" );
iconSystem12[ iconSystem12.length ] = new Array("", "" );


/******************************/
/* PEPPER icons               */
/* http://pepper.oops.jp/     */
/******************************/
if(RELEASE ) {
	sPathBase = usrURL + "icons/pepper/"
}
else {
	sPathBase = "./icons/pepper/";
}
/*
var iconBalloon = new Array();
iconBalloon[ iconBalloon.length ] = new Array( "無言-PEPPER", sPathBase + "pp_00_Mugon.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ハート-PEPPER", sPathBase + "pp_01_Heart.gif");
iconBalloon[ iconBalloon.length ] = new Array( "汗-PEPPER", sPathBase + "pp_02_Ase.gif");
iconBalloon[ iconBalloon.length ] = new Array( "冷や汗-PEPPER", sPathBase + "pp_03_Hiyaase.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ぶち切れ-PEPPER", sPathBase + "pp_04_Buchikire.gif");
iconBalloon[ iconBalloon.length ] = new Array( "音符-PEPPER", sPathBase + "pp_05_Onpu.gif");
iconBalloon[ iconBalloon.length ] = new Array( "はてな-PEPPER", sPathBase + "pp_06_Hatena.gif");
iconBalloon[ iconBalloon.length ] = new Array( "びっくり-PEPPER", sPathBase + "pp_07_Bikkuri.gif");
iconBalloon[ iconBalloon.length ] = new Array( "汗汗-PEPPER", sPathBase + "pp_08_AseAse.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ひらめき-PEPPER", sPathBase + "pp_09_Hirameki.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ハートブレイク-PEPPER", sPathBase + "pp_10_HeartBreak.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ハートブレイク２-PEPPER", sPathBase + "pp_11_HeartBreak2.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ドクロ", sPathBase + "pp_12_Dokuro.gif");
iconBalloon[ iconBalloon.length ] = new Array( "笑顔-PEPPER", sPathBase + "pp_b01_Egao.gif");
iconBalloon[ iconBalloon.length ] = new Array( "笑顔２-PEPPER", sPathBase + "pp_b02_Egao2.gif");
iconBalloon[ iconBalloon.length ] = new Array( "困った-PEPPER", sPathBase + "pp_b03_Komatta.gif");
iconBalloon[ iconBalloon.length ] = new Array( "困った２-PEPPER", sPathBase + "pp_b14_Komatta2.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ニヤリ-PEPPER", sPathBase + "pp_b04_Niyari.gif");
iconBalloon[ iconBalloon.length ] = new Array( "インテリ-PEPPER", sPathBase + "pp_b05_Innteri.gif");
iconBalloon[ iconBalloon.length ] = new Array( "泣き顔-PEPPER", sPathBase + "pp_b06_Nakigao.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ベーッ-PEPPER", sPathBase + "pp_b07_Akkanbe.gif");
iconBalloon[ iconBalloon.length ] = new Array( "驚き-PEPPER", sPathBase + "pp_b08_Odoroki.gif");
iconBalloon[ iconBalloon.length ] = new Array( "怒-PEPPER", sPathBase + "pp_b09_Ikari.gif");
iconBalloon[ iconBalloon.length ] = new Array( "オーノー！-PEPPER", sPathBase + "pp_b10_OhNo.gif");
iconBalloon[ iconBalloon.length ] = new Array( "ラブ目-PEPPER", sPathBase + "pp_b11_LoveEye.gif");
iconBalloon[ iconBalloon.length ] = new Array( "えっ！-PEPPER", sPathBase + "pp_b13_Gakuzen.gif");
iconBalloon[ iconBalloon.length ] = new Array( "えっ！２-PEPPER", sPathBase + "pp_b16_Gakuzen2.gif");
iconBalloon[ iconBalloon.length ] = new Array( "げっそり-PEPPER", sPathBase + "pp_b15_Gessori.gif");
iconBalloon[ iconBalloon.length ] = new Array( "しょんぼり-PEPPER", sPathBase + "pp_12_Dokuro.gif");
iconBalloon[ iconBalloon.length ] = new Array( "風邪-PEPPER", sPathBase + "pp_b19_Kaze.gif");
iconBalloon[ iconBalloon.length ] = new Array( "くもり-PEPPER", sPathBase + "pp_cloudy1.gif");
iconBalloon[ iconBalloon.length ] = new Array( "小雨-PEPPER", sPathBase + "pp_flurries1.gif");
iconBalloon[ iconBalloon.length ] = new Array( "所により曇り-PEPPER", sPathBase + "pp_ptcloudy1.gif");
iconBalloon[ iconBalloon.length ] = new Array( "雨-PEPPER", sPathBase + "pp_rain1.gif");
iconBalloon[ iconBalloon.length ] = new Array( "大雨-PEPPER", sPathBase + "pp_showers1.gif");
iconBalloon[ iconBalloon.length ] = new Array( "雪-PEPPER", sPathBase + "pp_snow1.gif");
iconBalloon[ iconBalloon.length ] = new Array( "晴れ-PEPPER", sPathBase + "pp_sunny1.gif");
iconBalloon[ iconBalloon.length ] = new Array( "大荒れ-PEPPER", sPathBase + "pp_tstorm1.gif");
*/
iconSystem12[ iconSystem12.length ] = new Array( "無言-PEPPER", sPathBase + "pp_00_mugon.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ハート-PEPPER", sPathBase + "pp_01_heart.gif");
iconSystem12[ iconSystem12.length ] = new Array( "汗-PEPPER", sPathBase + "pp_02_ase.gif");
iconSystem12[ iconSystem12.length ] = new Array( "冷や汗-PEPPER", sPathBase + "pp_03_hiyaase.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ぶち切れ-PEPPER", sPathBase + "pp_04_buchikire.gif");
iconSystem12[ iconSystem12.length ] = new Array( "音符-PEPPER", sPathBase + "pp_05_onpu.gif");
iconSystem12[ iconSystem12.length ] = new Array( "はてな-PEPPER", sPathBase + "pp_06_hatena.gif");
iconSystem12[ iconSystem12.length ] = new Array( "びっくり-PEPPER", sPathBase + "pp_07_bikkuri.gif");
iconSystem12[ iconSystem12.length ] = new Array( "汗汗-PEPPER", sPathBase + "pp_08_asease.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ひらめき-PEPPER", sPathBase + "pp_09_hirameki.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ハートブレイク-PEPPER", sPathBase + "pp_10_heartbreak.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ハートブレイク２-PEPPER", sPathBase + "pp_11_heartbreak2.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ドクロ", sPathBase + "pp_12_dokuro.gif");
iconSystem12[ iconSystem12.length ] = new Array( "笑顔-PEPPER", sPathBase + "pp_b01_egao.gif");
iconSystem12[ iconSystem12.length ] = new Array( "笑顔２-PEPPER", sPathBase + "pp_b02_egao2.gif");
iconSystem12[ iconSystem12.length ] = new Array( "困った-PEPPER", sPathBase + "pp_b03_komatta.gif");
iconSystem12[ iconSystem12.length ] = new Array( "困った２-PEPPER", sPathBase + "pp_b14_komatta2.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ニヤリ-PEPPER", sPathBase + "pp_b04_niyari.gif");
iconSystem12[ iconSystem12.length ] = new Array( "インテリ-PEPPER", sPathBase + "pp_b05_innteri.gif");
iconSystem12[ iconSystem12.length ] = new Array( "泣き顔-PEPPER", sPathBase + "pp_b06_nakigao.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ベーッ-PEPPER", sPathBase + "pp_b07_akkanbe.gif");
iconSystem12[ iconSystem12.length ] = new Array( "驚き-PEPPER", sPathBase + "pp_b08_odoroki.gif");
iconSystem12[ iconSystem12.length ] = new Array( "怒-PEPPER", sPathBase + "pp_b09_ikari.gif");
iconSystem12[ iconSystem12.length ] = new Array( "オーノー！-PEPPER", sPathBase + "pp_b10_ohno.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ラブ目-PEPPER", sPathBase + "pp_b11_loveeye.gif");
iconSystem12[ iconSystem12.length ] = new Array( "えっ！-PEPPER", sPathBase + "pp_b13_gakuzen.gif");
iconSystem12[ iconSystem12.length ] = new Array( "えっ！２-PEPPER", sPathBase + "pp_b16_gakuzen2.gif");
iconSystem12[ iconSystem12.length ] = new Array( "げっそり-PEPPER", sPathBase + "pp_b15_gessori.gif");
iconSystem12[ iconSystem12.length ] = new Array( "しょんぼり-PEPPER", sPathBase + "pp_12_dokuro.gif");
iconSystem12[ iconSystem12.length ] = new Array( "風邪-PEPPER", sPathBase + "pp_b19_kaze.gif");
iconSystem12[ iconSystem12.length ] = new Array("", "" );
iconSystem12[ iconSystem12.length ] = new Array( "くもり-PEPPER", sPathBase + "pp_cloudy1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "小雨-PEPPER", sPathBase + "pp_flurries1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "所により曇り-PEPPER", sPathBase + "pp_ptcloudy1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "雨-PEPPER", sPathBase + "pp_rain1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "大雨-PEPPER", sPathBase + "pp_showers1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "雪-PEPPER", sPathBase + "pp_snow1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "晴れ-PEPPER", sPathBase + "pp_sunny1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "大荒れ-PEPPER", sPathBase + "pp_tstorm1.gif");
iconSystem12[ iconSystem12.length ] = new Array("", "" );

/******************************************************/
/* 100k icons                                         */
/* http://www22.big.or.jp/~bonbon/site/index.html     */
/******************************************************/
if(RELEASE ) {
	sPathBase = usrURL + "icons/100k/"
}
else {
	sPathBase = "./icons/100k/";
}

iconSystem12[ iconSystem12.length ] = new Array( "プレゼント-100k", sPathBase + "goods_001.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ひらめき-100k", sPathBase + "goods_034.gif");
iconSystem12[ iconSystem12.length ] = new Array( "トロフィー-100k", sPathBase + "goods_035.gif");
iconSystem12[ iconSystem12.length ] = new Array( "コーヒー-100k", sPathBase + "goods_134.gif");
iconSystem12[ iconSystem12.length ] = new Array( "警告-100k", sPathBase + "mark_051.gif");
iconSystem12[ iconSystem12.length ] = new Array("", "" );


/******************************************************/
/* SWETTS icons                                       */
/* http://s2.poporo.net/sweets/                       */
/******************************************************/
if(RELEASE ) {
	sPathBase = usrURL + "icons/sweets/"
}
else {
	sPathBase = "./icons/sweets/";
}
iconSystem12[ iconSystem12.length ] = new Array( "アップ-SWEETS", sPathBase + "d010_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "音符-SWEETS", sPathBase + "d011_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "温泉-SWEETS", sPathBase + "d012_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "キラキラ-SWEETS", sPathBase + "d015_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ひらめき-SWEETS", sPathBase + "d016_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "３音符-SWEETS", sPathBase + "d020_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "ダウン-SWEETS", sPathBase + "d021_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "驚き１-SWEETS", sPathBase + "d023_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "驚き２-SWEETS", sPathBase + "d024_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "驚き３-SWEETS", sPathBase + "d025_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "病院-SWEETS", sPathBase + "d092_1.gif");
iconSystem12[ iconSystem12.length ] = new Array( "プレゼント-SWEETS", sPathBase + "d131_1.gif");

/*******************************/
/* KUROIKANOJYO icons          */
/* http://weblog.hammy.chu.jp/ */
/*******************************/
if(RELEASE ) {
	sPathBase = usrURL + "icons/kurokano/"
}
else {
	sPathBase = "./icons/kurokano/";
}
var iconKuroKano = new Array();
iconKuroKano[ iconKuroKano.length ] = new Array( "はいはい-kurokano",	sPathBase + "haihai.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "あちょ～-kurokano",	sPathBase + "achooo.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "暑い-kurokano",	sPathBase + "atsuiatsui.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "バンザイ-kurokano",	sPathBase + "banzai.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "脱力-kurokano",	sPathBase + "datsuryoku.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ハッスル-kurokano",	sPathBase + "hustle.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "グスン-kurokano",	sPathBase + "ijike.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ジタバタ-kurokano",	sPathBase + "jitabata.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "まったり-kurokano",	sPathBase + "mattari.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "おめでと-kurokano",	sPathBase + "omedeto.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ペコリ-kurokano",	sPathBase + "pekori.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "しくしく-kurokano",	sPathBase + "shikushiku.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ありがとう-kurokano",	sPathBase + "thanks.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "バンザイ-kurokano",	sPathBase + "banzai.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "美しい-kurokano",	sPathBase + "beautiful.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "自転車-kurokano",	sPathBase + "bicycle.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ぼーっ-kurokano",	sPathBase + "boo.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "うっとり-kurokano",	sPathBase + "charm.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "くりんくりん-kurokano",	sPathBase + "cleaning.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ダッシュ-kurokano",	sPathBase + "dash.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "見ないでぇ-kurokano",	sPathBase + "embarrassed.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "花束-kurokano",	sPathBase + "frommyheart.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ガオォ-kurokano",	sPathBase + "gaooh.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ははは-kurokano",	sPathBase + "hahaha.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ハロー-kurokano",	sPathBase + "hello.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ヒィィ-kurokano",	sPathBase + "hiii.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "イヒッ-kurokano",	sPathBase + "ihi.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ラララ-kurokano",	sPathBase + "lalala.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ノー-kurokano",	sPathBase + "no.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "パンチ-kurokano",	sPathBase + "punch.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "プンプン-kurokano",	sPathBase + "punpun.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "秘密-kurokano",	sPathBase + "secret.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "えっへん-kurokano",	sPathBase + "swaggering.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ウェルカム-kurokano",	sPathBase + "welcome.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "Ya-kurokano",	sPathBase + "ya.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "マネー-kurokano",	sPathBase + "money.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "違うやろ-kurokano",	sPathBase + "chigauyaro.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ごめ～んね-kurokano",	sPathBase + "sorry.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "マジック-kurokano",	sPathBase + "magic.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "トランプ-kurokano",	sPathBase + "trump.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "乾杯１-kurokano",	sPathBase + "kanpai_01.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "乾杯２-kurokano",	sPathBase + "kanpai_02.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "お世話に-kurokano",	sPathBase + "thanks_02.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "タバコ-kurokano",	sPathBase + "smoking.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ひらめいた-kurokano",	sPathBase + "hirameki.gif" );
iconKuroKano[ iconKuroKano.length ] = new Array( "ダンス-kurokano",	sPathBase + "dance.gif" );

var iconList = new Array();
										/* array,    iconsize  col ro  width height */
/*
iconList[ iconList.length ] = new Array( iconSystem12,	19,		4,	3,	0,	100 );
iconList[ iconList.length ] = new Array( iconSmall,		16,		3,	3,	0,	100 );
iconList[ iconList.length ] = new Array( iconBalloon,	17,		7,	3,	0,	100 );
iconList[ iconList.length ] = new Array( iconKuroKano,	100,	3,	2,	0,	100 );
*/
iconList[ iconList.length ] = new Array( iconSystem12,	19,		7,	0,	0,	310 );
//iconList[ iconList.length ] = new Array( iconSmall,		16,		3,	0,	0,	500 );
//iconList[ iconList.length ] = new Array( iconBalloon,	17,		7,	0,	0,	500 );
//iconList[ iconList.length ] = new Array( iconKuroKano,	100,	5,	0,	0,	820 );
iconList[ iconList.length ] = new Array( iconKuroKano,	100,	5,	0,	0,	1020 );


var ICON_NAME = 0;
var ICON_FILE = 1;

var ICON_SIZE = 1;
var PALETTE_COLS = 2;
var PALETTE_LOWS = 3;
var PALETTE_WIDTH = 4;
var PALETTE_HEIGHT = 5;
//-->