// JavaScript Document
function HTMLorBBCode(whichcode, image_name, textareaname, th_name)
{
	if (whichcode == "HTML")
	{
		textareaname.value = "<a href=\"http://www.tokiohotelinternational.com/games/WhichMemberAreYou.html\"><img src=\"http://www.tokiohotelinternational.com/games/images/" + image_name + "\" alt=\"You Are "+ th_name +"\" border=\"0\" /></a>";
	}
	else if (whichcode == "BBCode")
	{
		textareaname.value = "[url=http://www.tokiohotelinternational.com/games/WhichMemberAreYou.html][img]http://www.tokiohotelinternational.com/games/images/" + image_name + "[/img][/url]";
	}
	else
	{
		textareaname.value = ""
	}
}