function loadflash(text, width, height)
{
                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="'+width+'" height="'+height+'" id="movie" align="" type="application/x-shockwave-flash">\n');
document.write('<param name="movie" value="'+text+'">\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<embed src="'+text+'" quality="high" width="'+width+'" height="'+height+'" name="movie" align="" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" value="false">\n');
document.write('</object>\n');
}

