function showFlexPaper() {
??? var path = arguments[0];
??? if (path == null || path == "null" || path == "") { return; }
??? var fp = new FlexPaperViewer(
?????? 'FlexPaperViewer',
?????? 'viewerPlaceHolder',{ config: {
???????????????????????????????????????????????????????????? SwfFile: escape(path),
?????????????????????????????????????????? Scale: 0.6,
?????????????????????????????????????????? ZoomTransition: 'eaSEOut',
?????????????????????????????????????????? ZoomTime: 0.5,
?????????????????????????????????????????? ZoomInterval: 0.2,
?????????????????????????????????????????? FitPageOnLoad: true,
?????????????????????????????????????????? FitWidthOnLoad: false,
?????????????????????????????????????????? PrintEnabled: true,
?????????????????????????????????????????? FullScreenAsMaxWindow: false,
?????????????????????????????????????????? ProgressiveLoading: false,
?????????????????????????????????????????? MinZoomSize: 0.2,
?????????????????????????????????????????? MaxZoomSize: 5,
?????????????????????????????????????????? SearchMatchAll: false,
?????????????????????????????????????????? InitViewMode: 'Portrait',
?????????????????????????????????????????? ViewModeToolsVisible: true,
?????????????????????????????????????????? ZoomToolsVisible: true,
?????????????????????????????????????????? NavToolsVisible: true,
?????????????????????????????????????????? CursorToolsVisible: true,
?????????????????????????????????????????? SearchToolsVisible: true,
?????????????????????????????????????????? localeChain: 'en_US'
????????????????????????????????????? }
???????????????????????????? }
?????? );
???????????????????????????? fp = null;???????????????????????? }