function TalkWindowShow(cont, avatar)
{
	g("TalkWindow").innerHTML = cont;
}

function TalkWindowHide()
{
	location.href='location.php';
}