function clickLink(id)
{
	var _link = document.getElementById(id);
	window.location = _link;
}