

function RunHome()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write('codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"\n');
document.write('id="Home" width="550" height="110">\n');
document.write('<param name="movie" value="./flash/home.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="bgcolor" value="#ede5d0">\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<embed name="Home" src="./flash/home.swf" quality="high" bgcolor="#ede5d0"\n');
document.write('width="550" height="110"\n');
document.write('type="application/x-shockwave-flash"\n');
document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
document.write('</embed>\n');
document.write('</object>\n');
}


function RunLogoHome()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
document.write('id="logohome" width="130" height="220">\n');
document.write('<param name="movie" value="flash/logohome.swf">\n');
document.write('<param name="bgcolor" value="#ced5dd">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="allowscriptaccess" value="samedomain">\n');
document.write('<embed type="application/x-shockwave-flash"\n');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
document.write('width="130" height="220"\n');
document.write('name="logohome" src="flash/logohome.swf"\n');
document.write('bgcolor="#ced5dd" quality="high"\n');
document.write('swLiveConnect="true" allowScriptAccess="samedomain"\n');
document.write('></embed>\n');
document.write('</object>\n');
}


function RunLogo()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"\n');
document.write('id="logo" width="130" height="220">\n');
document.write('<param name="movie" value="flash/logo.swf">\n');
document.write('<param name="bgcolor" value="#ced5dd">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="allowscriptaccess" value="samedomain">\n');
document.write('<embed type="application/x-shockwave-flash"\n');
document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"\n');
document.write('width="130" height="220"\n');
document.write('name="logo" src="flash/logo.swf"\n');
document.write('bgcolor="#ced5dd" quality="high"\n');
document.write('swLiveConnect="true" allowScriptAccess="samedomain"\n');
document.write('></embed>\n');
document.write('</object>\n');
}

function RunDigitalkite()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
document.write('codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"\n');
document.write('id="Digitalkite" width="100" height="55">\n');
document.write('<param name="movie" value="./flash/digitalkite.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="bgcolor" value="#ffffff">\n');
document.write('<param name="wmode" value="transparent">\n');
document.write('<embed name="Digitalkite" src="./flash/digitalkite.swf" quality="high" bgcolor="#ffffff"\n');
document.write('width="100" height="55"\n');
document.write('type="application/x-shockwave-flash"\n');
document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
document.write('</embed>\n');
document.write('</object>\n');
}