

function writeFlashIntro()
{
document.write('<object id="intro" data="intro.swf" type="application/x-shockwave-flash" height="476" width="476">');
document.write('<param name="movie" value="intro.swf" />'); 
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="type" value="application/x-shockwave-flash" />');
document.write('<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}

function writeFlashMenuFr()
{
document.write('<object align="right" data="menu_vf.swf" type="application/x-shockwave-flash" width="522" height="107">');
document.write('<param name="movie" value="menu_vf.swf" />'); 
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="type" value="application/x-shockwave-flash" />');
document.write('<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');	
}

function writeFlashMenuEn()
{
document.write('<object align="right" data="menu_va.swf" type="application/x-shockwave-flash" width="522" height="107">');
document.write('<param name="movie" value="menu_va.swf" />'); 
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="type" value="application/x-shockwave-flash" />');
document.write('<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');	
}

function writeFlashShanghaiFr()
{
document.write('<object data="shanghai_fr.swf" type="application/x-shockwave-flash" width="153" height="153">');
document.write('<param name="movie" value="shanghai_fr.swf" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="type" value="application/x-shockwave-flash" />');
document.write('<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}

function writeFlashShanghaiEn()
{
document.write('<object data="shanghai_en.swf" type="application/x-shockwave-flash" width="153" height="153">');
document.write('<param name="movie" value="shanghai_en.swf" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="type" value="application/x-shockwave-flash" />');
document.write('<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}

function shanghaiFr() 
{
	window.open("shanghaiFr.html", "shanghai" , "status=no, height=500, width=342, resizable=no" );
}

function shanghaiEn() 
{
	window.open("shanghaiEn.html", "shanghai" , "status=no, height=500, width=342, resizable=no" );
}
