function rollpicture2(x) {
	switch(x)
	{
	case 1:
	  document.images.executiveteam.src='../images/navigation/2_CustomerSuccessStories_on.gif'
	  break    
	case 2:
	  document.images.partners.src='../images/navigation/2_RequestForInformation_on.gif'
	  break
	} 
}


function rollpictureoff2(x) {
	switch(x)
	{
	case 1:
	  document.images.executiveteam.src='../images/navigation/2_CustomerSuccessStories.gif'
	  break    
	case 2:
	  document.images.partners.src='../images/navigation/2_RequestForInformation.gif'
	  break
	} 
}