function getComment(id)
{
	alert("ajax comments : load and open");
	/*
	if(this.Status[0][id]!=false)
	{
		this.id=id;

		x_getComment(id,show_comment);
		this.Status[0][id]=false;
		document.images["kommentarbild_"+id].src=this.down;
		
	}
	else
	{
		new Effect.SlideUp("comment_"+id);
		this.Status[0][id]=true;
		document.images["kommentarbild_"+id].src=this.up;
		
	}*/
}
