function navigation()
{
   document.write('<object width="320" height="492">\n');
   document.write('<param name="movie" value="images/navigation.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent">\n');
   document.write('<embed src="images/navigation.swf" wmode="transparent" width="320" height="492"></embed>\n');
   document.write('</object>\n');
}
function home()
{
   document.write('<object width="670" height="492">\n');
   document.write('<param name="movie" value="images/home.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent">\n');
   document.write('<embed src="images/home.swf" wmode="transparent" width="670" height="492"></embed>\n');
   document.write('</object>\n');
}