﻿function swf(w,h,flash){
        document.write('<object ')
        document.write('classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ')
        document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ')
        document.write('width="'+ w +'"')
        document.write('height="'+ h +'">')
        document.write('<param name="movie" value="'+ flash +'" />')
        document.write('<param name="wmode" value="transparent" />')
        document.write('<param name="menu" value="false" />')
        document.write('<embed wmode="transparent" ')
        document.write('src="'+ flash +'" quality="high" ')
        document.write('width="'+ w +'" menu="no" ')
        document.write('height="'+ h +'" ')
        document.write('allowScriptAccess="sameDomain" ')
        document.write('type="application/x-shockwave-flash" ')
        document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />')
        document.write('</object>')
}