// submit the excel form
function btnExcel_onclick() {
	document.excelForm.submit()
}

function Back(){
	history.go(-1);
}
