function insert_url(emt_id, prefix, url){
	var url = window.location.href;
	//alert("Element: " + emt_id + "\nPrefix: " + prefix + "\nURL: " + url);
	document.getElementById(emt_id).href += prefix + url;
}