// STAGE  RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var flashFilePath = "../pagegangster/pagegangster_engine/pagegangster.swf";    	// FLASH FILE: Path to the flash file - default: "../magazine_v02.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 bgImgPath ="../pagegangster/background/xxx.jpg";	        // BACKGROUND: set path to the background images without sequence number and extension - default: 
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	
var randomBgImages = 10;					// BACKGROUND: set the number of background images to be loaded randomly - default: 1

// LOGO RELATED VARIABLES ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var imgPathLogo = "";						// LOGO: set the path to the image of the logo without sequence number and extension - default: "logo/img.png" - takes: "jpg", "gif", "swf", "png"
var logoStageAlign = "TC"; 					// LOGO:align the logo on the stage. - default: "TL" - Takes: "TL", "TC", "TR", "ML", "MC", "MR", "BL", "BC", "BR"  	
var placeLogoX = 0;						// LOGO:offset the logo X position - default: 20
var placeLogoY = 10; 						// LOGO:offset the logo Y position - default: 20 
var logoURL = "http://www.pagegangster.com";			// LOGO:set the url attached to the logo - default: "http://www.nxtbrand.dk"

// 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
var shadowAmount = 100;						// MAGSZINE: the shadow between the pages. Values between 0 and 100 (under 70 makes the flipping corner hard to see) - default: 100
var magazineStartPage = 1;					// MAGAZINE: The starting point in the magazine - default: 1;
var readingDirection = "R2L";					// MAGAZINE: (1.0.6 only) Read direction - default: "L2R" - takes: "L2R" and "R2L".
var magOffsetX = 0;						// MAGAZINE: Offset X from the center on the stage: Default: 0; 
var magOffsetY = -19;						// MAGAZINE: Offset Y from the center on the stage: Default: -40; 

// 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=50;						// OVERLAY: overview alpha  - default: 100

// SCROLLBAR - OVERVIEW RELATED VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var scrollbarBgColorInput = "000000";                       	// SCROLLBAR: set the backgroundcolor of the scrollbar - default "999999"
var scrollbarColorInput = "FFFFFF";                         	// 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="888888";				// 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="888888";				// FONT-LOADING: set the font color when loading - default: "000000"	 
var fontFamily= "Tahoma";					// 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="no";						// 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="PG-CartoonDK.pdf";					// PDF: the path to the pdf file with extension- default: article.pdf

// ICON RELATED VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var iconPath="../pagegangster/icons/en_black105/"; 		// 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="pages/page1.jpg"					// 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 = "../pagegangster/help/help.swf";		// HELP: Path to the help movie	relative to the flash file and not this html file - default: help/help.flv					

// FRONT PAGE BUTTON VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var buildBackToFrontPage = "no";				// ICONBAR: enable the BACK TO FRONT PAGE option: - default: "yes" takes: "yes" and "no"				

// WELCOME TEXT RELATED VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var welcomeXMLPath = "welcome.xml";				//WELCOMETEXT: path to the welcome text XML file

// PAGE NUMBERS / ARROWS VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var buildPageArrows = "no";					// PAGE: enable page arrows (nextpage links) option: - default: "yes" takes: "yes" and "no"
var buildPageNumbers = "no";					// PAGE: enable page numbers option: - default: "yes" takes: "yes" and "no"

// SOUND VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var buildSound = "yes";						// SOUND: Enable / disable sound - default: "yes", takes "yes" and "no" 
var soundPath = "../pagegangster/sound/";			// SOUND: path to the sound folder - default:  "../pagegangster/sound/"

// STATISTICS  ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var statisticReciever = "issue/statServerConnector.php";	// STATISTICS: The path to the statistic reciever file. - default: 	"statServerConnector.php"	
