
function intro(){
    document.write('<object type="application/x-shockwave-flash" data="intro.swf" width="770" height="385">\n');
    document.write('<param name="movie" value="intro.swf" />\n');
	document.write('<param name="menu" value="false" />\n');
    document.write('</object>\n');
}
function site(){
    document.write('<object type="application/x-shockwave-flash" data="site.swf" width="775" height="600">\n');
    document.write('<param name="movie" value="site.swf" />\n');
	document.write('<param name="menu" value="false" />\n');
    document.write('</object>\n');
}