$(document).ready(function() {
						   
	$('.hidelink').toggle(function() {
		$(this).parent().next('.verborgen').slideDown();
		$(this).html('&nbsp;');
		$(this).css('backgroundImage', 'url(css/img/pfeil_down.png)');	
		return false;
	},function(){
		$(this).parent().next('.verborgen').slideUp();
		$(this).html('&nbsp;');
		$(this).css('backgroundImage', 'url(css/img/pfeil_up.png)');
		return false;
	});
		
	
	//srollbar
	$('<div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div>').insertBefore('.viewport');
	//$('#scrollbar1').tinyscrollbar({ 
		//sizethumb: 'auto', wheel: 20
	//});
	
	
	//$('.verborgen').hide();
	
	//$('#scrollbar1').update();

	
});

$(window).bind("load", function() { 
	$('#scrollbar1').tinyscrollbar(); 
}); 

function cms_setClass(wo,URL) { for (j=0;j<document.links.length;j++)
	{
		document.links[j].className="normal";
	}
		document.links[wo-1].className="aktiverLink";
		if (URL) parent.content.location.href=URL;
	
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  		window.open(theURL,winName,features);
}

function neuesFenster(url)
{
       window.open(url,"Fenster","toolbar=0,menubar=0,status=0,scrollbars=0,resizable=1,left=0, top=0, width=640, height=480");
}

function shopFenster(url)
{
       window.open(url,"Shop","toolbar=0,menubar=0,status=0,scrollbars=1,resizable=1,left=0, top=0, width=800, height=600");

}
