	/* Aufruf Menu Effect*/
	jQuery().ready(function()
	{
		
	
		jQuery('.menu').accordion({
			active: false,
			header: '.head1',
			navigation: true,
			event: 'mouseover',
			fillSpace: true,
			animated: 'easeslide'
		});
	
	
	
	jQuery('#list3').accordion({ 
	    header: 'div.title', 
	    active: false, 
	    alwaysOpen: false, 
	    animated: 'slide',
	    autoheight: false 
});
	
	
	
	
	});
	
	/* Aufruf Pop Up*/
	function popup(cont)
	{
	overlib(cont,BORDER,0,FGBACKGROUND,'http://www.it-kms.de/assets/templates/it_kms/images/popup.png',BACKGROUND,'http://www.it-kms.de/assets/templates/it_kms/images/popup.png',TEXTFONTCLASS,'pop',LEFT, HEIGHT,132,WIDTH,237,PADX, 15, 15, PADY, 30, 15,OFFSETX,-50);
        }
