function toggleContent(href) {
	Effect.toggle('the_content', 'blind', { duration: 1.0 });
	setTimeout ("window.location.href = '"+href+"'", 1500);
	//alert('Ok!');
}

