jQuery(function() {
	if((jQuery.browser.msie) && (jQuery.browser.version <=6)) {
		jQuery('#menu ul li:last-child').addClass('last-child')
	}
	if (GetSwfVer()<0)
	{
		jQuery('.tx-slideshow-pi1').html('<img src="fileadmin/images/top-banner.jpg"/>');
	}
	jQuery('#home').parent('html').css('background','black')
});

function view_trailer(url, window_conf){
	trailer = window.open(url, 'popup', window_conf);
	//trailer.focus();
	return false;
}