//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // // // // // Customize pagegangster by changing these global variables // // // // // ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // STAGE RELATED VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// var flashFilePath = "../pagegangster/pagegangster_engine/pagegangster_secure.swf"; // FLASH FILE: Path to the flash file - default: "../pagegangster/pagegangster_engine/pagegangster_secure.swf" var quality = "high"; // STAGE: sets the quality of the falsh movie - default: "HIGH" takes: LOW,MEDIUM,HIGH,BEST // BACKGROUND RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var bgColorInput = "ffffff"; // BACKGROUND: set the background color in the flash movie (use if no background image) - default: "5a574d" var bgX = 0; // BACKGROUND: set the background X position to upper left corner - default: 0 var bgY = 0; // BACKGROUND: set the background Y position to upper left corner - default: 0 // MAGAZINE RELATED VARIABLES ///////////////////////////////////////////////////////////////////////////////////////////////////////////// var imgPathMag = "pages/page1.jpg"; // MAGAZINE: set the path to the first image in the page folder - default: pages/page1.jpg var imageScaleMag=100; // MAGAZINE: magazine percentage scale - default: 100 // OVERLAY RELATED VARIABLES - the overlay is the background when an item in the menubar is pressed /////////////////////////////////////////// var overlayColorInput="888888"; // OVERLAY: set the overview color in the flash movie - default: "DDDDDD" var overlayMarginLeft=50; // OVERLAY: inner left and right margin in overview - default: 25 var overlayMarginTop=50; // OVERLAY: inner top and bottom margin in overview - default: 25 var overlayAlpha=100; // OVERLAY: overview alpha - default: 100 // SCROLLBAR - OVERVIEW RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var scrollbarBgColorInput = "ffffff"; // SCROLLBAR: set the backgroundcolor of the scrollbar - default "999999" var scrollbarColorInput = "000000"; // SCROLLBAR: set the color of the scroller - default "333333" var scrollbarWidth = 8; // SCROLLBAR: set the width of the scrollbar - default 8 // FONTS VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var fontSizeOverlay=12; // FONT-OVERLAY: set the font size in the overview - default: 10 var fontColorOverlayInput="444444"; // FONT-OVERLAY: set the font color in the overview - default: "000000" var fontSizeLoading=12; // FONT-LOADING: set the font size when loading - default: 10 var fontColorLoadingInput="444444"; // FONT-LOADING: set the font color when loading - default: "000000" var fontFamily= "Times"; // FONT: set font family - default: "Helvetica" // OVERVIEW RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var buildOverview="yes"; // OVERVIEW: build overview - default: "yes" takes: "yes" and "no" var overviewPageSize=200; // OVERVIEW: set size of the pages in the overview in pixels - default: 200 // ZOOM RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var buildZoomPage="yes"; // ZOOM: enable zooming in the magazine - default: "yes" takes: "yes" and "no" var imgPathZoomPage = "zoompage/page1.swf"; // ZOOM: set the path to the first zoom image - default: "zoompage/page1.swf" var zoomMax=400; // ZOOM: maximum percentage scale value for more zoom - default: 400 // ARCHIVE RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var buildArchive="no"; // ARCHIVE: enable archive - default: "no" takes: "yes" and "no" var archiveXMLPath = "../archive/archive.xml"; // ARCHIVE: set the path to the archive XML file - default: "../archive/archive.xml" var archivePageSize="400"; // ARCHIVE: set page size in archive in pixels - default: 250 // PDF DOWNLOAD RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////// var buildPDFdownload="no"; // PDF: enable pdf download - default: "yes" takes: "yes" and "no" var pdfPath="Basen-brochure-2005.pdf"; // PDF: the path to the pdf file with extension- default: article.pdf // ICON RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var iconPath="../pagegangster/icons/en_black/"; // ICON: Path to the icon folder - default: "../pagegangster/icons/en/" var iconFileType="swf"; // ICON: Icon file type var iconBarPosition="bottom"; // ICON: Position of the icon bar. - default: "bottom" takes: "bottom" or "top" // PRINT RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var buildPrintTool = "no"; // PRINT: enable the Print option: - default: "yes" takes: "yes" and "no" var printPath="print/page1.pdf" // PRINT: path to first printable file - deafault: print/page1.jpg // HELP RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////// var buildHelp = "no"; // HELP: enable the Help option: - default: "yes" takes: "yes" and "no" var helpMoviePath = "../help/help.flv"; // HELP: Path to the help movie relative to the flash file and not this html file - default: help/help.flv