/**
 * fish-fisherman.de
 * javascript functions
 * Author www.erikwunderlich.de
 **/

// prevent errors from mixing with other js libs
//jQuery.noConflict();

//$(window).load(function() {
$(document).ready(function() {
	// projekt slideshow init
	if ($('div.showGallery').length > 0) $('div.showGallery').reformshow({
				mainWidth: 645,
				mainHeight: 260,
				leftRightWidth: 0,
				type: '',
				pagginationSHow: true,
				firstShow: 0
		});

});
