// this funtion is to hide the link from the status bar when the
// moves over the link
function print_view(file_name){
	window.open(file_name,'subWind','HEIGHT=500,WIDTH=900,dependent,scrollbars');
	}
