function home(theFile)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="780" height="400" id="home" align="top">\n');
document.write('<param name=movie value="'+theFile+'">\n');
document.write('<param name=quality value=high>\n');
document.write('<embed src="'+theFile+'" quality=high pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="400"  quality="high" scale="noscale" wmode="transparent" bgcolor="#000000">\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('</embed> \n');
document.write('</object>\n');
}
function secnav(theFile)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="780" height="145" id="secnav" align="top">\n');
document.write('<param name=movie value="'+theFile+'">\n');
document.write('<param name=quality value=high>\n');
document.write('<embed src="'+theFile+'" quality=high pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="145" quality="high" scale="noscale" wmode="transparent" bgcolor="#000000">\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('</embed> \n');
document.write('</object>\n');
}
function secondary(theFile)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="780" height="400" id="secondary" align="top">\n');
document.write('<param name=movie value="'+theFile+'">\n');
document.write('<param name=quality value=high>\n');
document.write('<embed src="'+theFile+'" quality=high pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="400"  quality="high" scale="noscale" wmode="transparent" bgcolor="#000000">\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('</embed> \n');
document.write('</object>\n');
}
//function secondary(theFile)
//{
//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="470" height="195" id="secondary" align="top">\n');
//document.write('<param name=movie value="'+theFile+'">\n');
//document.write('<param name=quality value=high>\n');
//document.write('<embed src="'+theFile+'" quality=high pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="470" height="195" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff">\n');
//document.write('<param name="wmode" value="transparent" />\n');
//document.write('</embed> \n');
//document.write('</object>\n');
//}
