        swfobject.embedSWF("Handbuch/megazine/megazine.swf",        /* Path to the megazine.swf. You probably won't have to change this. */
                           "megazine",                     /* Change this if you use another id for the div to display MegaZine. */
/* (1) */                  "100%",                          /* This is the WIDTH of the element used to display MegaZine. */
/* (2) */                  "100%",                          /* 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. */
                           "Handbuch/js/expressInstall.swf", /* Path to the expressInstall.swf to upgrade Flash Player. You probably won't have to change this. */
                           {
                               xmlFile : "megazine.mz3",   /* Used to pass the name of the xml file to use. Path is relative to the megazine.swf file! */
                           },
                           {
/* (3) */                      bgcolor : "#F9FBFA",        /* This is the background color used for the Flash element. */
/* (4) */                      //wmode : "transparent",    /* Remove the // to enable transparency (show HTML background). Not recommended if using videos. */
                               allowFullscreen : "true"    /* Required for fullscreen mode. */
                           },
                           {id : "megazine"});             /* Required for SWFAddress and JavaScript interaction with the book. */

