$(document).ready(function() { //var i = 0; //$('div.omraden .bild img').each(function() { // $(this).wrap('') // i = i + 2; // }); if($.browser.msie) { $('.rightCol').addClass('frontOffsetIE'); } else { $('.rightCol').addClass('frontOffsetFF'); } $('.menuItem').hover(function() { $('a:eq(0)',this).hide(); $('a:eq(1)',this).show(); },function() { $('a:eq(0)',this).show(); $('a:eq(1)',this).hide(); }); }); function writeFlashDownload(obj){ var amp = String.fromCharCode(38) + String.fromCharCode(38); var tagOpen = String.fromCharCode(60); var tagClose = String.fromCharCode(62); var classid = (navigator.userAgent +amp+ navigator.userAgent.indexOf('MSIE')>=0 +amp+ (navigator.appVersion.indexOf('Win') != -1))?' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"':''; towrite = tagOpen + 'object type="application/x-shockwave-flash" data="/wim/includes/emptyflash.swf" height="0" width="0" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8"' + classid + tagClose + tagOpen + 'param name="movie" value="/wim/includes/emptyflash.swf" /' + tagClose + tagOpen + '/object' + tagClose; $(obj).html(towrite); }