function toggle(obj){
	$(obj).next().slideToggle("slow"); 
}
