function RunIntro()
{
document.write('<object type="application/x-shockwave-flash" data="./flash/loader_home.swf?path=./flash/home.swf" width="300" height="120">\n');
document.write('<param name="movie" value="./flash/loader_home.swf?path=./flash/home.swf" />\n');
document.write('<param name="quality" value="hight" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('</object>\n');
}

function RunIntroBig()
{
document.write('<object type="application/x-shockwave-flash" data="./flash/loader_home.swf?path=./flash/home.swf" width="350" height="140">\n');
document.write('<param name="movie" value="./flash/loader_home.swf?path=./flash/home.swf" />\n');
document.write('<param name="quality" value="hight" />\n');
document.write('<param name="menu" value="false" />\n');
document.write('</object>\n');
}
