// jquery_cycle_all Einstellungen

$(function() {
	$('#slider').cycle({ 
		fx:    'fade',
		speed:  3000,
		pause:  0,
		random: 0
	 });
});




function OpenEFashionShow() {

	window.open("http://www.gaastraproshop.com/static/eshow/Gaastra.html", "fashionshow", "width=740,height=602,top=10,resizable=no");

	return false;

}

///	PopupHandler

function winopen(hrefobj){
	fenster = window.open(hrefobj, "_blank", "width=500,height=600,scrollbars=yes,status=no,location=no,menubar=no,toolbar=no,dependent=yes");
	fenster.focus();
}
