function  openFundWin(filepath) {
  if(filepath!= ""){
	window.open(filepath,"literature");
    }
}
