var ua,an,ie,mac,win,ns,ns6,ge;
ua=navigator.userAgent;
an=navigator.appName;
ie=ua.indexOf('MSIE')>=0;
mac=ua.indexOf('Mac')>=0;
win=ua.indexOf('Windows')>=0;
ns=an.indexOf('Netscape')>=0;
ns6=ua.indexOf('Netscape6')>=0;
ge=ua.indexOf('Gecko')>=0;
function swf_DoFSCommand(a,b) {
 location.href=red+startr+'/id=FSCommand%20Link/*'+url;
}
if (ie&&win) {
 document.write('<script language=vbscript\>\non error resume next\nSub swf_FSCommand(a,b)\ncall swf_DoFSCommand(a,b)\nend sub</script\>\n');
 document.write('<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id=swf width='+width+' height='+height+'><param name=movie value="'+fla+'"><param name=quality value=autohigh><param name=loop value=false>');
 document.write('<a href="'+url+'"><img src="'+img+'" width='+width+' height='+height+' border=0></a>');
 document.write('</object>')
} else if (ns && !ns6 && !ge && navigator.mimeTypes && navigator.mimeTypes['application/x-shockwave-flash'] && navigator.mimeTypes['application/x-shockwave-flash'].enabledPlugin && navigator.plugins && navigator.plugins['Shockwave Flash']) {
 document.write('<embed src="'+fla+'" name=swf swLiveConnect=true width='+width+' height='+height+' quality=autohigh loop=false type="application/x-shockwave-flash"><noembed><a href="'+url+'"><img src="'+img+'" width='+width+' height='+height+' border=0></a></noembed></embed>');
} else {
 document.write('<a href="'+url+'"><img src="'+img+'" width='+width+' height='+height+' border=0></a>');
}


