Showing the n-Days view

With this view you can display many days in a view similar to the single day view. First you should enable the "nDays" view and then set the number of days to view on each calendar page. The parameter are viewNDays:true for enabling the view, numberOfDays:10 for setting the number of days and viewdefault:"nDays" to make it the default view if needed.
Parameters

If you want to change the title tag "Days" to something else, you can do that by opening the language file (ex: "language/multiview_lang_ENG.js" for the English language), locate where says "ndays":"Days", and change that to (for example) "ndays":"something else",.

Instructions
If you are using Dreamweaver most of the configuration parameters are specified in the insertion dialog. If you aren't using Dreamweaver or if you don't find these configuration settings into the insertion dialog then locate the call to the initMultiViewCal into your page and update the parameters in the third parameter of that function, example:

<script>initMultiViewCal("cal1",1,{ ... paste parameters here ...});</script>
This page contains a demo of the Multi View Calendar for Dreamweaver and Multi View Calendar standalone version. If you don't have the product yet, then download it at the main Multi View Calendar page.