function downloadFile($fpath, $file,$tut){
	var url = "../downloadFile.php?$fpath=" + $fpath + "&file=" + $file + "&tut=" + $tut;
	catRequest1.open("GET", url, true);
	}