function opens(id) {
	var url=document.getElementById(id).getAttribute("href");
	location.href=url;
}
