/*
 *	JChar Converter 1.0
 * File: conv_a.js
 *	Date: 1/21/03
 *	All Rights Reserved (C) JChar Laboratory (C) VooDoo Lounge 2002
 *
 * Following codes are not copyable nor modifiable for any commercial uses.
 * Only personal use or possibly educational purpose is an acceptable secondary use.
 * Even in the acceptable case, you have to notice the author
 * your purposes, locations and resposible persons/organizations.
 *
 * Contents of JChar Laboratory are provided "as is" without warranty of any kind whatsoever.
 * JChar Laboratory, and the author thereof, shall not be held responsible or liable, under any circumstances,
 * for any damages resulting from the use or inability to use the information within. 
 */

conv_a = new Array(
	"k",		"か",		"カ",
	"c",		"か",		"カ",
	"lk",		"ヵ",		"ヵ",
	"xk",		"ヵ",		"ヵ",
	"g",		"が",		"ガ",
	"s",		"さ",		"サ",
	"z",		"ざ",		"ザ",
	"t",		"た",		"タ",
	"d",		"だ",		"ダ",	
	"n",		"な",		"ナ",
	"h",		"は",		"ハ",
	"b",		"ば",		"バ",
	"p",		"ぱ",		"パ",
	"m",		"ま",		"マ",
	"y",		"や",		"ヤ",
	"r",		"ら",		"ラ",
	"l",		"ら",		"ラ",
	"w",		"わ",		"ワ",
	"lw",		"ゎ",		"ゎ",
	"xw",	"ゎ",		"ゎ",
	"x",		"ぁ",		"ァ",
	"wh",	"うぁ",	"ウァ",
	"ky",		"きゃ",	"キャ",
	"qy",		"くゃ",	"クャ",
	"qw",	"くぁ",	"クァ",
	"q",		"くぁ",	"クァ",
	"kw",	"くぁ",	"クァ",
	"gy",		"ぎゃ",	"ギャ",
	"gw",	"ぐぁ",	"グァ",
	"sy",		"しゃ",	"シャ",
	"sh",		"しゃ",	"シャ",
	"sw",		"すぁ",	"スァ",
	"zy",		"じゃ",	"ジャ",
	"j",		"じゃ",	"ジャ",
	"jy",		"じゃ",	"ジャ",
	"ty",		"ちゃ",	"チャ",
	"ch",		"ちゃ",	"チャ",
	"cy",		"ちゃ",	"チャ",
	"ts",		"つぁ",	"ツァ",
	"th",		"てゃ",	"テャ",
	"tw",		"とぁ",	"トァ",
	"dy",		"ぢゃ",	"ヂャ",
	"dh",		"でゃ",	"デャ",
	"dw",	"どぁ",	"ドァ",
	"ny",		"にゃ",	"ニャ",
	"hy",		"ひゃ",	"ヒャ",
	"fy",		"ふゃ",	"フャ",
	"fw",		"ふぁ",	"ファ",
	"f",		"ふぁ",	"ファ",
	"by",		"びゃ",	"ビャ",
	"v",		"ヴぁ",	"ヴァ",
	"vy",		"ヴゃ",	"ヴャ",
	"py",		"ぴゃ",	"ピャ",
	"my",	"みゃ",	"ミャ",
	"xy",		"ゃ",		"ャ",
	"ry",		"りゃ",	"リャ",
	"ly",		"りゃ",	"リャ"
);
