

function toggle(elem,speed){
	$("#"+elem).toggle(speed);
	return false;
}
