/******************************************
E.Imami <imami@yazdtoday.com>
Pishgaman Group - PMG Co
******************************************/
function startGallery() {
	var myGallery = new gallery($('myGallery'), {
		timed: true,
		showArrows: false,
		showCarousel: false
	});
}
window.addEvent('domready', startGallery);