$(document).ready(function(){    $('div#thema1').click(function(){    		$('div#thema1c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema1c').click(function(){			$('div#thema1c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema2').click(function(){    		$('div#thema2c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema2c').click(function(){			$('div#thema2c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema3').click(function(){    		$('div#thema3c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema3c').click(function(){			$('div#thema3c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema4').click(function(){    		$('div#thema4c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema4c').click(function(){			$('div#thema4c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema5').click(function(){    		$('div#thema5c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema5c').click(function(){			$('div#thema5c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema6').click(function(){    		$('div#thema6c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema6c').click(function(){			$('div#thema6c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema7').click(function(){    		$('div#thema7c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema7c').click(function(){			$('div#thema7c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema8').click(function(){    		$('div#thema8c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema8c').click(function(){			$('div#thema8c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema9').click(function(){    		$('div#thema9c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema9c').click(function(){			$('div#thema9c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    $('div#thema10').click(function(){    		$('div#thema10c').animate({ width: 'show', height: 'show', opacity: 0.95 }, 'slow');    });    $('div#thema10c').click(function(){			$('div#thema10c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');    });    	$('a.themlink').click(function(event){		event.preventDefault();	});        });function layerhideall(){	$('div#thema1c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema2c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema3c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema4c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema5c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema6c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema7c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema8c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema9c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');	$('div#thema10c').animate({ width: 'hide', height: 'hide', opacity: 'hide' }, 'slow');}
