function startGallery() {
	var myGallery = new gallery($('myGallery'), {
		timed : true,
		showArrows : true,
		delay : 8000,
		defaultTransition : "fadeslideleft",
		showCarousel : false,
		showArrows : false
	});
}
jQuery(startGallery);

function myWindow(address) {
	window.open(address, "myWindow", "status = 1, height = 450, width = 620, resizable = 0, scrollbars=yes");
}
