def stop_torrents():
	map( stop_torrent, get_ids() )
def start_torrents():
	map( start_torrent, get_ids() )