function menu()
{
   document.write('<object type="application/x-shockwave-flash" data="../animations/menu.swf" width="200" height="460" title="Glo Kidz menu">\n');
   document.write('<param name="movie" value="../animations/menu.swf" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<img src="../images/background_big.gif" alt="Glo Kidz menu - No Flash" width="200" height="460" />\n');
   document.write('</object>\n');
}

function characters()
{
   document.write('<object type="application/x-shockwave-flash" data="../animations/characters.swf" width="600" height="460" title="Glo Kidz characters">\n');
   document.write('<param name="movie" value="../animations/characters.swf" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<img src="../images/background_big.gif" alt="Glo Kidz characters - No Flash" width="600" height="460" />\n');
   document.write('</object>\n');
}

function homeintro()
{
   document.write('<object type="application/x-shockwave-flash" data="../animations/home.swf" width="600" height="460" title="Glo Kidz intro">\n');
   document.write('<param name="movie" value="../animations/home.swf" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<img src="../images/background_big.gif" alt="Glo Kidz intro - No Flash" width="600" height="460" />\n');
   document.write('</object>\n');
}

function box()
{
   document.write('<object type="application/x-shockwave-flash" data="../animations/box.swf" width="530" height="380" title="About Us">\n');
   document.write('<param name="movie" value="../animations/box.swf" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}