// STAGE RELATED VARIABLES //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
var flashFilePath = "http://www.lilleheden.dk/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 ="";	// BACKGROUND: set path to the background images without sequence number and extension - default: background/xxx.jpg
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 = "http://www.lilleheden.dk/pagegangster/logo/interbuild.gif";	// 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 = 0; // LOGO:offset the logo Y position - default: 20 
var logoURL = "http://www.interbuild.dk";// LOGO: set the url attached to the logo - default: "http://www.nxtbrand.dk"

// MAGAZINE RELATED VARIABLES /////////////////////////////////////////////////////////////////////////////////////////////////////////////
var imgPathMag = "http://www.lilleheden.dk/dk/nyheder/2007/ib3/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 = 80;				// 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="dddddd";		// 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 = "000000";     // SCROLLBAR: set the backgroundcolor of the scrollbar - default "999999"
var scrollbarColorInput = "FFFFFF";       // SCROLLBAR: set the color of the scroller	 - default "333333"    
var scrollbarWidth = 10;				  // 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= "Verdana";				// 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 = "http://www.lilleheden.dk/dk/nyheder/2007/ib3/zoompage/Page1.swf";		// ZOOM: set the path to the first zoom image - default: "zoompage/page1.swf"
var zoomMax=250;		// 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 = "http://www.lilleheden.dk/dk/nyheder/arkiv/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="yes";			        // PDF: enable pdf download - default: "yes" takes: "yes" and "no"
var pdfPath="http://www.lilleheden.dk/dk/nyheder/2007/ib3/InterBuild_03_2007.pdf";	// PDF: the path to the pdf file with extension- default: article.pdf

// ICON RELATED VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var iconPath="http://www.lilleheden.dk/pagegangster/icons/en_black105/";  // ICON: Path to the icon folder - default: "../pagegangster/icons/da/"	
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 = "yes";   // PRINT: enable the Print option: - default: "yes" takes: "yes" and "no"
var printPath="http://www.lilleheden.dk/dk/nyheder/2007/ib3/print/Page1.pdf"		// PRINT: path to first printable file - deafault: print/page1.jpg

// HELP RELATED VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var buildHelp = "yes"; 		// HELP: enable the Help option: - default: "yes" takes: "yes" and "no"
var helpMoviePath = "http://www.lilleheden.dk/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 = "yes";	// ICONBAR: enable the BACK TO FRONT PAGE option: - default: "yes" takes: "yes" and "no"				

// WELCOME TEXT RELATED VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var welcomeXMLPath = "http://www.lilleheden.dk/dk/nyheder/2007/ib3/welcome.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"

// SOUND VARIABLES ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var buildSound = "yes";	 // SOUND: Enable / disable sound - default: "yes", takes "yes" and "no" 
var soundPath = "sound/";	// SOUND: path to the sound folder - default:  "../pagegangster/sound/"

// STATISTICS  ////////////////////////////////////////////////////////////////////////////////////////////////////////////
var statisticReciever = "statServerConnector.php";
// STATISTICS: The path to the statistic reciever file. - default: 	"statServerConnector.php"	

