﻿function Runintro(name, height)
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="548" height="' + height + '" id="movie">\n');
   document.write('<param name="movie" value="flash/' + name + '.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="flash/' + name + '.swf" width="548" wmode="transparent" height="' + height + '" />\n');
   document.write('<param name="wmode" value="transparent">\n');
   document.write('</object>\n');
}function Runarrow(name, height) {    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="20" height="' + height + '" id="movie">\n');    document.write('<param name="movie" value="flash/' + name + '.swf" />\n');    document.write('<param name="quality" value="high" />\n');    document.write('<embed src="flash/' + name + '.swf" width="20" wmode="transparent" height="' + height + '" />\n');    document.write('<param name="wmode" value="transparent">\n');    document.write('</object>\n');}
function Runlogo(name, height) {
        document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="130" height="' + height + '" id="movie">\n');
        document.write('<param name="movie" value="flash/' + name + '.swf" />\n');
        document.write('<param name="quality" value="high" />\n');
        document.write('<embed src="flash/' + name + '.swf" width="130" wmode="transparent" height="' + height + '" />\n');
        document.write('<param name="wmode" value="transparent">\n');
        document.write('</object>\n');}