function home()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="788" height="195">\n');
    document.write('<param name="movie" value="flash/home.swf" /><param name="wmode" value="transparent" />\n');
    document.write('<embed src="./flash/home.swf" quality="high" name="wmode" value="transparent" width="788" height="195" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
    document.write('</object>\n');
}

function showroom()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="177" height="95">\n');
    document.write('<param name="movie" value="flash/showroom.swf" /><param name="wmode" value="transparent" />\n');
    document.write('<embed src="./flash/showroom.swf" quality="high" name="wmode" value="transparent" width="177" height="95" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
    document.write('</object>\n');
}
