// JavaScript Document
function nav()
{
document.write('<object type="application/x-shockwave-flash" data="./img/nav.swf" width="800" height="55">\n');
document.write('<param name="wmode" value="Transparent">\n');
document.write('<param name="movie" value="./img/nav.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="img/nav.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="55"></embed>\n');
document.write('</object>\n');
}
function intro()
{
document.write('<object type="application/x-shockwave-flash" data="./img/index.swf" width="800" height="600">\n');
document.write('<param name="wmode" value="Transparent">\n');
document.write('<param name="movie" value="./img/index.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="img/index.swf" quality="high" bgcolor="#e0dfe3" width="800" height="600" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}
function introre()
{
document.write('<object type="application/x-shockwave-flash" data="./img/indexre.swf" width="800" height="600">\n');
document.write('<param name="wmode" value="Transparent">\n');
document.write('<param name="movie" value="./img/indexre.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="img/indexre.swf" quality="high" bgcolor="#e0dfe3" width="800" height="600" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}
function logo()
{
document.write('<object type="application/x-shockwave-flash" data="./img/logo.swf" width="120" height="90">\n');
document.write('<param name="wmode" value="Transparent">\n');
document.write('<param name="movie" value="./img/logo.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<embed src="img/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="90"></embed>\n');
document.write('</object>\n');
}
