// JavaScript Document
/*function expandCreative() {
	   	document.getElementById('avisExpandableZ').style.zIndex = 99999; 
	  }
function collapseCreative() {
		document.getElementById('avisExpandableZ').style.zIndex = -20; 
		document.getElementById('content').style.zIndex = 99999; 
	  }
    
	  function expandCreative() {
	    document.getElementById('avisExpandableZ').style.height = "250px"; // erweiterte Höhe des Flash-Banners
	  }
	  function collapseCreative() {
	    document.getElementById('avisExpandableZ').style.height = "60px"; // normale Höhe des Flash-Banners
	  }   
*/
	  function expandCreative(avisExpandableZ) {
	    document.getElementById(avisExpandableZ).style.height = "250px"; // erweiterte Höhe des Flash-Banners
	  }
	  function collapseCreative(avisExpandableZ) {
	    document.getElementById(avisExpandableZ).style.height = "80px"; // normale Höhe des Flash-Banners
	  }     
