

function Show_Bio( strBio ) {

	DocumentObject( 'bio_frame', false ).src = '/about/news/images/arena-presents/0910bios/' + strBio;

}



function Show_More( ) {

	DocumentObject( 'show-more', true ).display = 'inline';

}



function Show_Less( ) {

	DocumentObject( 'show-more', true ).display = 'none';

}