<script type="text/javascript">
var mygallery = new fadeSlideShow({
wrapperid: "fadeshow1",
dimensions: ['100%', 938],
imagearray: [
["http://www.mikama.it/img/home/11.jpg"],
["http://www.mikama.it/img/home/12.jpg"],
["http://www.mikama.it/img/home/11.jpg"],
["http://www.mikama.it/img/home/12.jpg"]
],
displaymode: { type: 'auto', pause: 2500, cycles: 0, wraparound: true },
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: ""
})
</script>