$(document).ready(function()  {
	var mygallery=new simpleGallery({
            wrapperid: "simplegallery1", 
            dimensions: [949, 323], 
            imagearray: [["/images/gallery/anim_img1.gif", "", "", ""],
			 ["/images/gallery/img1.jpg", "/products-breakers-abf", "", ""],
			 ["/images/gallery/img2.jpg", "/pdfs/ISS_25-40_Literature.pdf", "", ""],
			 ["/images/gallery/img3.jpg", "/products-breakers-hp25000", "", ""],
			 ["/images/gallery/img4.jpg", "", "", ""]],
            autoplay: [true, 5000, 2], 
            persist: false,
            fadeduration: 500, 
            oninit:function(){ 
            },
            onslide:function(curslide, i){
            }
	});
    }
 );



