   function startGallery() {
      var myGallery = new gallery($("myGallery"), {
	  showArrows: true,
	  showCarousel: true,
	  showInfopane: true,
	  timed: true,
	  delay: 9000,
	  defaultTransition: "fade",
	  slideInfoZoneOpacity: 0.7,
	  slideInfoZoneSlide: true,
	  textShowCarousel: "Desenvolvimento de Sites Curitiba | Cria&ccedil;&atilde;o de Sites Curitiba"
      });
   }
   window.addEvent("domready",startGallery);
