function	imprim(){
	var url = document.location.href;
	window.open(url + "?imprim=1", "_blank", "width=545, height=610, scrollbars=yes");
}