function toggle(id){
	$("#"+id).BlindToggleVertically(1000);
		
}