	
var tabS = "url(_assets/graphics/general/main-page/tabs/tab-s.jpg)"
var tabD = "url(_assets/graphics/general/main-page/tabs/tab-d.jpg)"

function selectTab(s1, d1, d2, d3) {
	document.getElementById(s1).style.backgroundImage=tabS;
	document.getElementById(d1).style.backgroundImage=tabD;
	document.getElementById(d2).style.backgroundImage=tabD;
	document.getElementById(d3).style.backgroundImage=tabD;
	}

function tab1Content() {ajaxcontent('featured-items/whoIsPbsrg.html','d-box')};
function tab2Content() {location.href = 'publications/'};
function tab3Content() {location.href = 'cibw117/'};
function tab4Content() {location.href = 'seminars/isec-6/'};