﻿
function EmbedFlash()
{
    document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="210" width="760" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
    document.write('<param name="movie" value="/flash/banner-01.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="/flash/banner-01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="210" />\n');
    document.write('</object>\n');
}

function EmbedFlashBannerTwo()
{
    document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="210" width="760" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
    document.write('<param name="movie" value="/flash/banner-02.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="/flash/banner-02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="210" />\n');
    document.write('</object>\n');
}


function EmbedFlashLanding()
{
    document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="50" width="650" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
    document.write('<param name="movie" value="/flash/landing.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="/flash/landing.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="50" />\n');
    document.write('</object>\n');
}

function EmbedFlashHome()
{
    document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" height="50" width="650" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
    document.write('<param name="movie" value="/flash/home.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed src="/flash/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="50" />\n');
    document.write('</object>\n');
}