

function hyperdisplay(id)
{

	//var a =document.getElementById("displayid");
	

document.getElementById("anch"+id).style.background ="images/content_tab_active.png";
				
			
	
}



