// JavaScript Document
function print_all(){

		$('dl.view-items dd').each(function(){$(this).show()});
		window.print()
		return false;
 };
