/*
 *	JChar Converter 1.0
 * File: conv_v.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_v = new Array(
	"a",	"あ",	"ア",
	"i",	"い",	"イ",
	"u",	"う",	"ウ",
	"e",	"え",	"エ",
	"o",	"お",	"オ",
	"n",	"ん",	"ン",
	"nn",	"ん",	"ン"
);
