function showContent() {
	document.getElementById("content-parsed").style.opacity="1";
	document.getElementById("content-parsed").style.filter="Alpha(opacity='100')";
	
	pageTracker._trackPageview('/learnmore/');
}

function showPic (whichpic) { 
	if (document.getElementById) { 
		document.getElementById('placeholder').src = whichpic.href; 
		return false; 
	} else { 
		return true; 
	} 
}

