
/**
 * 
 */
function toggleArrow(id, url)
{
	var arrow = document.getElementById(id+'-arrow');
	arrow.src = url;
}

