if(document.getElementById && document.createTextNode){
	var n=document.getElementsByTagName('body')[0];
	if(n){
	  n.className += n.className ? ' js-on' : 'js-on';
	}
	swfobject.embedSWF("flash/alixa_flashintro.swf", "main-teaser-inner", "719", "294", "9.0.0", "flash/expressInstall.swf");
}

	$("a[rel^='lightbox'],a.lightbox").slimbox(
		{
			overlayOpacity: 0.6,
			easing: "easeOutElastic",
			captionAnimationDuration: 1,
			counterText: "Bild {x} von {y}"
		},
		null,
		function(el) {
				return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
		}
	);

$('a.extern').click(function(){
	window.open(this.href);
	return false;
});

$('a[href^="http://www2.satzmedia-catalog.com/asp/"]').unbind("click").click(function(){
	p = window.open(this.href, "catalog", "width=780,height=590,left=100,top=200");
    p.focus();
	return false;
});


