function loadFlash(section, width, height, argument)
{
document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="' + width + '" HEIGHT="' + height + '">');
document.write('        <PARAM NAME=movie VALUE="' + section + '">');
document.write('        <PARAM NAME=quality VALUE="high">');
document.write('        <PARAM NAME=bgcolor VALUE="#FFFFFF">');
document.write('        <PARAM NAME=flashvars VALUE="' + argument + '">');
document.write(' 	<PARAM NAME=wmode VALUE="transparent">');
document.write('        <EMBED src=" '+ section + '" quality="high" scale="exactfit" flashvars="' + argument + '" wmode="transparent" bgcolor="#FFFFFF" WIDTH="' + width + '" HEIGHT="' + height + '" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
document.write('</OBJECT>');
}