////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//
// 
//      
//
//
//       						 Customize pagegangster by changing these global variables
//
//
//
//
//
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


// STAGE  RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////////////


var flashFilePath = "../pagegangster/pagegangster_engine/pagegangster.swf";    // FLASH FILE: Path to the flash file - default: "../magazine_v02.swf"
var quality = "best";											// 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 placeLogoX = 20;											// LOGO:set the logo X Position to upper left corner - default: 700
var placeLogoY = 20; 											// LOGO:set the logo Y Position	to upper left corner - default: 20 
var logoURL = "";							// 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


// OVERLAY RELATED VARIABLES - the overlay is the background when an item in the menubar is pressed ///////////////////////////////////////////


var overlayColorInput="FFFFFF";									// 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 = "999999";                         	// 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="000000";								// 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="000000";								// FONT-LOADING: set the font color when loading - default: "000000"	 
var fontFamily= "Georgia";									// 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=600;												// 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: 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					


// WELCOME TEXT RELATED VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////

var welcomeXMLPath = "welcomes.xml";	


// PAGE NUMBERS / ARROWS VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////

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

		


