// Loads the specific tab for each section
function loadtab(tabname)
{
	document.getElementById(tabname).style.backgroundImage = "url('images/tab2.png')";
}