function update_partner_orgs(which)
{
	var div = document.getElementById('contentscroll');
	div.scrollTop=0;
	document.getElementById('portfolio').innerHTML = "<div class='logo'><img src='images/partner_orgs/"+imgs[which]+"' alt='"+company[which]+"' /></div><br /><h1>"+company[which]+"</h1>"+info[which]+"<br /><br /><a href='"+web[which]+"'>"+company[which]+" Website</a>";
}
