function pu(url) {
	newwindow=window.open(url,'Print','height=600,width=780, scrollbars=1');
	if (window.focus) {newwindow.focus()}
	return false;
}