
function iprint(){
	$('print_bar').setStyle('display','none');
	window.print();
}
function iback(){
	history.back();
}
