function show1stTab(strInput) {
	document.getElementById("get-started-img").src="/_images/get-started-on.gif";
	document.getElementById("latest-news-img").src="/_images/latest-news-off.gif";
}

function show2ndTab(strInput) {
	document.getElementById("get-started-img").src="/_images/get-started-off.gif";
	document.getElementById("latest-news-img").src="/_images/latest-news-on.gif";
}



