function closeUp(child) {
	if(child != 'benefits'){
	    new Effect.BlindUp('benefits');
	}
	if(child != 'consulting'){
		new Effect.BlindUp('consulting');
	}
	if(child != 'workercomp'){
		new Effect.BlindUp('workercomp');
	}
	if(child != 'health'){
		new Effect.BlindUp('health');
	}
	if(child != 'finance'){
		new Effect.BlindUp('finance');
	}
	/*if(child != 'mortgage'){
		new Effect.BlindUp('mortgage');
	}*/
	if(child != 'conference'){
		new Effect.BlindUp('conference');
	}
	/*if(child != 'speaker'){
		new Effect.BlindUp('speaker');
	}*/
	if(child != 'creditunion'){
		new Effect.BlindUp('creditunion');
	}
	if(child != 'about'){
		new Effect.BlindUp('about');
	}
}

function openUp(child) {

    closeUp(child)
    new Effect.BlindDown(child);
}

function shrink2() {
    new Effect.BlindUp('hide2link');
	new Effect.BlindUp('insure2');
}

function expand2(){
	new Effect.BlindDown('insure2');
	new Effect.BlindUp('add2link');
}
