function openSWF(url,w,h)
{
	window.open(url,'Bild'+fs,'width='+w+', height='+h+',menubar=no,toolbar=no,location=no,scrollbars=no,resizable=no');
}
function printWindow(url)
{
	window.open(url,'PrintWindow','width=810,height=600,left=100,top=100,scrollbars=yes')
}

jQuery(function($) {

$('form#newsletterform input').change(function(){$('form#newsletterform').submit();})
$('.bildslider').jScrollPane({showArrows: true,horizontalGutter: 10});
$('.vtextslider').accordion({active:false,collapsible:true,autoHeight: false});

$('.bildslider ul li img').reflect({height:1});

});


