function SetTab( index ){
	// Obtain the site link using the index
	var siteLink = document.getElementById("siteLink" + index );
	siteLink.setAttribute("class" , "active");		
}