var mygallery=new simpleGallery({
	wrapperid: "simplegallery1", //任意のid
	dimensions: [600, 250], //スライドショーのサイズ(横、縦)
	
	imagearray: [
	
//["画像パス", "画像をクリックしたときのリンク", "_new←新しいウィンドウで開く"],1
["http://kabufp.com/gainer1/040190002_b_017_sample.jpg", "http://gainer.shop-pro.jp/?tid=15&mode=f56", "_new"],
["http://kabufp.com/gainer/udedokei-tokusyu.jpg", "http://gainer.shop-pro.jp/?mode=srh&cid=&keyword=%CF%D3%BB%FE%B7%D7", "_new"],
["http://kabufp.com/gainer/080100158_b_403_m.jpg", "http://gainer.shop-pro.jp/?mode=cate&cbid=851582&csid=0", "_new"],
["http://kabufp.com/gainer/080100154_b_506_m.jpg", "http://gainer.shop-pro.jp/?mode=f8", "_new"],
["http://kabufp.com/gainer/nekutai-250.jpg", "http://gainer.shop-pro.jp/?mode=cate&cbid=742133&csid=0&sort=n", "_new"],
["http://kabufp.com/gainer/o-sutoritti-250.jpg", "http://gainer.shop-pro.jp/?pid=20023718", "_new"],
["http://kabufp.com/gainer/udedokei-1.jpg", "http://gainer.shop-pro.jp/?mode=cate&cbid=851582&csid=0", "_new"],
["http://kabufp.com/gainer/low-table-250.jpg", "http://gainer.shop-pro.jp/?pid=16805474", "_new"],
["http://kabufp.com/gainer/040190003_250.jpg", "http://gainer.shop-pro.jp/?mode=f10", "_new"],
["http://kabufp.com/gainer/040103001_b_605_m.jpg", "http://gainer.shop-pro.jp/?mode=f9", "_new"],
["http://kabufp.com/gainer/setfuton-tokusyu.jpg", "http://gainer.shop-pro.jp/?mode=f15", "_new"],
["http://kabufp.com/gainer/singu-tokusyu.jpg", "http://gainer.shop-pro.jp/?mode=f5", "_new"],
["http://kabufp.com/gainer/040190001_b_002_m.jpg", "http://gainer.shop-pro.jp/?mode=f9", "_new"],
["http://kabufp.com/gainer/040190002_b_005_m.jpg", "http://gainer.shop-pro.jp/?mode=f11", "_new"],
["http://kabufp.com/gainer/040200501_250.jpg", "http://gainer.shop-pro.jp/?mode=cate&cbid=620286&csid=3&sort=n", "_new"],
["http://kabufp.com/gainer/040200427-250.jpg", "http://gainer.shop-pro.jp/?mode=f4", "_new"],
["http://kabufp.com/gainer/kotatutokusyu.jpg", "http://gainer.shop-pro.jp/?mode=f14", "_new"],
["http://kabufp.com/gainer/040106156-250.jpg", "http://gainer.shop-pro.jp/?mode=cate&cbid=669266&csid=0&sort=n", "_new"],
["http://kabufp.com/gainer/kiitin-250.jpg", "http://gainer.shop-pro.jp/?mode=cate&cbid=669266&csid=4&sort=n", "_new"],
["http://kabufp.com/gainer/korekusyon-250.jpg", "http://gainer.shop-pro.jp/?pid=19723474", "_new"],
["http://kabufp.com/gainer/040103270_b_103_m.jpg", "http://gainer.shop-pro.jp/?mode=f12", "_new"],
["http://kabufp.com/gainer/040104073_250.jpg", "http://gainer.shop-pro.jp/?mode=cate&cbid=620286&csid=6&sort=n", "_new"],
["http://kabufp.com/gainer/ideal-250.jpg", "http://gainer.shop-pro.jp/?pid=16226501", "_new"]
	],
	autoplay: [true, 5000, 9], //自動でスライドショースタート
	persist: false,
	fadeduration: 500, //エフェクトのスピード
	oninit:function(){ //event that fires when gallery has initialized/ ready to run
	},
	onslide:function(curslide, i){ //event that fires after each slide is shown
		//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
		//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
	}
})
