/* $(document).ready(function() { $('#gewinnspielbutton').mouseenter(function(){ $(this).animate({backgroundColor:'#fef4aa'},1000); }); $('#gewinnspielbutton').mouseleave(function(){ $(this).animate({backgroundColor:'#fce119'},1000); }); }); */ function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); } /*********************************************** * Eine ID sichtbar/unsichtbar machen ***********************************************/ function show_hide(v) { if (document.getElementById(v)) { if (document.getElementById(v).style.display == "none") { document.getElementById(v).style.display = "block"; document.getElementById(v).style.display = ""; } else { document.getElementById(v).style.display = "none"; } } } /*********************************************** * Eine oder mehrere (,) ID(s) sichtbar machen ***********************************************/ function show(v) { var arr = v.split(','); for (var i=0; i