carousel({id:'mzScreen1', //Enter arbitrary but unique ID of this slideshow instance
          border:'',
          size_mode:'image', //Enter "carousel" or "image". Affects the width and height parameters below.
          width:320, //Enter width of image or entire carousel, depending on above value
          height:200, //Enter height of image or entire carousel, depending on above value
          sides:8, //# of sides of the carousel. What's shown = sides/2. Even integer with sides/2< total images is best
          steps:23, //# of animation steps. More = smoother, but more CPU intensive
          speed:3, //Speed of slideshow. Larger = faster.
          direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
          images:[
    "./scn/mz-screen01.jpg",
    "./scn/mz-screen02.jpg",
    "./scn/mz-screen03.jpg",
    "./scn/mz-screen04.jpg",
    "./scn/mz-screen05.jpg",
    "./scn/mz-screen06.jpg",
    "./scn/mz-screen07.jpg",
    "./scn/mz-screen08.jpg",
    "./scn/mz-screen09.jpg",
    "./scn/mz-screen10.jpg",
    "./scn/mz-screen11.jpg",
    "./scn/mz-screen12.jpg",
    "./scn/mz-screen13.jpg",
    "./scn/mz-screen14.jpg",
    "./scn/mz-screen15.jpg",
    "./scn/mz-screen16.jpg"
		  ],
          links: [ //enter link URLs, or for no links, empty array instead (links :[])
		  'sdoc.php?p=1','sdoc.php?p=2','sdoc.php?p=3','sdoc.php?p=4',
		  'sdoc.php?p=5','sdoc.php?p=6','sdoc.php?p=7','sdoc.php?p=8',
		  'sdoc.php?p=9','sdoc.php?p=10','sdoc.php?p=11','sdoc.php?p=12',
		  'sdoc.php?p=13','sdoc.php?p=14','sdoc.php?p=15','sdoc.php?p=16'
		  ],
          lnk_targets:[//link target for each link (see: http://www.codingforums.com/showthread.php?t=58814&page=2)
	'_top.mz','_top.mz','_top.mz','_top.mz','_top.mz','_top.mz','_top.mz','_top.mz',
	'_top.mz','_top.mz','_top.mz','_top.mz','_top.mz','_top.mz','_top.mz','_top.mz'
		  ],		  
          titles:[],
          image_border_width:1,
          image_border_color:'brown'
          });
