function view_file (url) {
	window.open(url,'', 'width=670,height=380,scrollbars=yes,resizable=1');
	return false;
}