			swfobject.embedSWF("/flip-flyer/inc/flyer.swf",        /* Path to the megazine.swf. You probably won't have to change this. */
			"flyer",                   				  /* Change this if you use another id for the div to display MegaZine. */
			"325",										  /* This is the WIDTH of the element used to display MegaZine. */
			"157",                         				  /* This is the HEIGHT of the element used to display MegaZine. */
			"9.0.115",                     				  /* Required Flash Player version. You probably won't have to change this. */
			"inc/expressInstall.swf",					  /* Path to the expressInstall.swf to upgrade Flash Player. You probably won't have to change this. */
			{
				xmlFile : "../flyer_mobo/mobo.xml",   	  /* Used to pass the name of the xml file to use. Path is relative to the swf! */
										    			  /* Settings for liquid scaling. If minScale = maxScale liquid scaling is disabled. */
				minScale : 1.0,             			  /* Minimum scaling factor. Default is 1.0, i.e. the book can not get smaller than it's 100% size. */
				maxScale : 1.0,             			  /* Maximum scaling factor. Default is 1.0, i.e. the book can not get bigger than it's 100% size. */
				top: "auto;"                 			  /* Determines the height of the empty space above pages in pixels */
			},
			{
				bgcolor : "#FFFFFF",         /* This is the background color used for the Flash element. */
				wmode : "transparent",     /* Remove the // to enable transparency (show HTML background). Not recommended if using videos. */
				allowFullscreen : "false"    /* Required for fullscreen mode. */
			},
			{id : "flyer"});              /* Required for SWFAddress. */