/* 10/10/06 created RunFoo function to update flash protocals mofo  -Nate */
function RunFoo()
{
   document.write('<param name="bgcolor" value="#282828" /><center>\n');
   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" bgcolor="#282828" width="700" height="500" id="index" align="middle">\n');
   document.write('<param name="movie" value="ventana.swf" />\n');
   document.write('<param name="bgcolor" value="#282828" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="ventana.swf" quality="high" bgcolor="#282828" width="700" height="500" name="index" align="middle"></embed>\n');
   document.write('</center>');
   document.write('</object>\n');
}