﻿function showFB(w,h,f,ds) {
 	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" ')
    document.write('width="'+ w +'" ')
    document.write('height="'+ h +'" ')
    document.write('id="flashFader" ')
    document.write('>')
    document.write('<PARAM NAME="movie" VALUE="'+f+'">')
    document.write('<PARAM NAME="menu" VALUE="false">')
    document.write('<PARAM NAME="wmode" VALUE="transparent">')
    document.write('<PARAM NAME="bgcolor" VALUE="#FFFFFF">')
    document.write('<param name="FlashVars" value="xmlFileName='+ds+'" />')
    document.write('<EMBED TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"')
    document.write('src="'+f+'?xmlFileName='+ds +'" ')
    document.write('menu="false" ')
    document.write('quality="best" ')
    document.write('wmode="transparent" ')
    document.write('bgcolor="#FFFFFF" ')
    document.write('width="'+w+'" ')
    document.write('height="'+h+'" ')
    document.write('name="flashFader" ')
    document.write('></EMBED>')
    document.write('</OBJECT>')
    
}

          
