// JavaScript Document
var myvar;
function menuinit() {
        document.getElementById('person_1').className='mainstory0';
		document.getElementById('person_2').className='mainstory1';
		document.getElementById('person_3').className='mainstory1';
		document.getElementById('person_4').className='mainstory1';
		document.getElementById('person_5').className='mainstory1';
		document.getElementById('person_6').className='mainstory1';
}
function menuexpand1() {
        document.getElementById('person_1').className='mainstory0';
		document.getElementById('person_2').className='mainstory1';
		document.getElementById('person_3').className='mainstory1';
		document.getElementById('person_4').className='mainstory1';
		document.getElementById('person_5').className='mainstory1';
		document.getElementById('person_6').className='mainstory1';
}
function menuexpand2() {
        document.getElementById('person_1').className='mainstory1';
		document.getElementById('person_2').className='mainstory0';
		document.getElementById('person_3').className='mainstory1';
		document.getElementById('person_4').className='mainstory1';
		document.getElementById('person_5').className='mainstory1';
		document.getElementById('person_6').className='mainstory1';
}
function menuexpand3() {
        document.getElementById('person_1').className='mainstory1';
		document.getElementById('person_2').className='mainstory1';
		document.getElementById('person_3').className='mainstory0';
		document.getElementById('person_4').className='mainstory1';
		document.getElementById('person_5').className='mainstory1';
		document.getElementById('person_6').className='mainstory1';
}
function menuexpand4() {
        document.getElementById('person_1').className='mainstory1';
		document.getElementById('person_2').className='mainstory1';
		document.getElementById('person_3').className='mainstory1';
		document.getElementById('person_4').className='mainstory0';
		document.getElementById('person_5').className='mainstory1';
		document.getElementById('person_6').className='mainstory1';
}
function menuexpand5() {
        document.getElementById('person_1').className='mainstory1';
		document.getElementById('person_2').className='mainstory1';
		document.getElementById('person_3').className='mainstory1';
		document.getElementById('person_4').className='mainstory1';
		document.getElementById('person_5').className='mainstory0';
		document.getElementById('person_6').className='mainstory1';
}
function menuexpand6() {
        document.getElementById('person_1').className='mainstory1';
		document.getElementById('person_2').className='mainstory1';
		document.getElementById('person_3').className='mainstory1';
		document.getElementById('person_4').className='mainstory1';
		document.getElementById('person_5').className='mainstory1';
		document.getElementById('person_6').className='mainstory0';
}