function update_faq(which)
{
	var div = document.getElementById('contentscroll');
	div.scrollTop=0;
	document.getElementById('portfolio').innerHTML = "<h1>"+question[which]+"</h1><br />"+answer[which];
}