var ua, an, ie, win, ns, ns6, ge;
ua  = navigator.userAgent;
an  = navigator.appName;
ie  = ua.indexOf('MSIE') >= 0;
win = ua.indexOf('Windows') >= 0;
unx = ua.indexOf('Unix') >= 0;
ns  = an.indexOf('Netscape') >= 0;
ns6 = ua.indexOf('Netscape6') >= 0;
ge  = ua.indexOf('Gecko') >= 0;

if (ie && win)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+lrec_width+'" height="'+lrec_height+'"><param name="movie" value="'+lrec_flashfile+'"><param name="quality" value="high"><param name="wmode" value="opaque"><param name="loop" value="true">');
    document.write('<img src="'+lrec_altimg+'" width="'+lrec_width+'" height="'+lrec_height+'" border="0" />');
    document.write('</object>');
}
else if (ns && !unx && !ns6 && !ge && navigator.mimeTypes && navigator.mimeTypes['application/x-shockwave-flash'] && navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin)
{
    document.write('<embed src="'+lrec_flashfile+'" swLiveConnect="true" width="'+lrec_width+'" height="'+lrec_height+'" quality="high" wmode="opaque" loop="true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"><noembed><img src="'+lrec_altimg+'" width="'+lrec_width+'" height="'+lrec_height+'" border="0" /></noembed></embed>');
}
else
{
    document.write('<img src="'+lrec_altimg+'" width="'+lrec_width+'" height="'+lrec_height+'" border="0" />');
}