Pr = {
	friendly : function(){
		$('right','left').invoke('hide');
		$('center').setStyle({
			margin:'0',
			width:'90%',
			border:'none'
		});
		setTimeout('window.print()',500);
	}
}


