var vacationtext=[
"För musen över bilden för att bläddra."
]

var mygallery=new simpleGallery({
wrapperid: "simplegalleryi", //ID of main gallery container,
dimensions: [300, 265], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
imagearray: [
["../bilder/bildspel/001.gif", "", "", ""],
["../bilder/bildspel/002.gif", "", "", ""],
["../bilder/bildspel/003.gif", "", "", ""],
["../bilder/bildspel/004.gif", "", "", ""],
["../bilder/bildspel/005.gif", "", "", ""],
["../bilder/bildspel/006.gif", "", "", ""],
["../bilder/bildspel/007.gif", "", "", ""],
["../bilder/bildspel/008.gif", "", "", ""],
["../bilder/bildspel/009.gif", "", "", ""],
["../bilder/bildspel/010.gif", "", "", ""],
["../bilder/bildspel/011.gif", "", "", ""],
["../bilder/bildspel/012.gif", "", "", ""],
["../bilder/bildspel/013.gif", "", "", ""],
["../bilder/bildspel/014.gif", "", "", ""],
["../bilder/bildspel/015.gif", "", "", ""],
["../bilder/bildspel/016.gif", "", "", ""],
["../bilder/bildspel/017.gif", "", "", ""],
["../bilder/bildspel/018.gif", "", "", ""],
["../bilder/bildspel/019.gif", "", "", ""],
["../bilder/bildspel/020.gif", "", "", ""]	 

],
autoplay: [true, 2500, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
persist: true,
fadeduration: 1000, //transition duration (milliseconds)
oninit:function(){ //event that fires when gallery has initialized/ ready to run
},
onslide:function(curslide, i){ //event that fires after each slide is shown

}
})

