function FixLogoFoo()
{
    document.write('<embed src="http://www.uk-aquarist.com/style_images/1/banner.swf" width="212" height="50" loop="false" wmode="transparent" type="application/x-shockwave-flash">');
}

function FixRolexFoo()
{
    document.write('<embed src="http://www.uk-aquarist.com/sources/dynamiclite/rolex.swf" width="170" height="170" wmode="transparent" type="application/x-shockwave-flash">');
}

function FixBannerFoo($title, $image)
{
    document.write('<embed title="');
    document.write($title);
    document.write('" src="');
    document.write($image);
    document.write('" width="468" height="60" loop="true" wmode="transparent" type="application/x-shockwave-flash">');
}

function FixArcadeFoo1($game_width, $game_height, $game_gname, $game_bg, $game_title)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="');
    document.write($game_width);
    document.write('" height="');
    document.write($game_height);
    document.write('">\n');
    document.write('<param name="movie" value="./arcade/');
    document.write($game_gname);
    document.write('.swf?tgame=0" />\n');
    document.write('<param name="type" value="application/x-shockwave-flash" />\n');
    document.write('<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer/" />\n');
    document.write('<param name="bgcolor" value="#');
    document.write($game_bg);
    document.write('" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="menu" value="false" />\n');
    document.write('<param name="width" value="');
    document.write($game_width);
    document.write('" />\n');
    document.write('<param name="height" value="');
    document.write($game_height);
    document.write('" />\n');
    document.write('<param name="flashvars" value="location=./&gamename=');
    document.write($game_gname);
    document.write('" />\n');
    document.write('<embed src="./arcade/');
    document.write($game_gname);
    document.write('.swf?tgame=0" width="');
    document.write($game_width);
    document.write('" height="');
    document.write($game_height);
    document.write('" bgcolor="#');
    document.write($game_bg);
    document.write('" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer/" flashvars="location=./&gamename=');
    document.write($game_gname);
    document.write('" menu="false"></embed>\n');
    document.write('<noembed>Sorry, you will need the <a href="http://www.macromedia.com/go/getflashplayer/" target="_blank">Flash Player</a> to play ');
    document.write($game_title);
    document.write('</noembed>\n');
    document.write('</object>\n');
}

function FixArcadeFoo2($game_width, $game_height, $game_gname, $game_bg, $game_title)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="');
    document.write($game_width);
    document.write('" height="');
    document.write($game_height);
    document.write('">\n');
    document.write('<param name="movie" value="./arcade/');
    document.write($game_gname);
    document.write('.swf" />\n');
    document.write('<param name="type" value="application/x-shockwave-flash" />\n');
    document.write('<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer/" />\n');
    document.write('<param name="bgcolor" value="#');
    document.write($game_bg);
    document.write('" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<param name="menu" value="false" />\n');
    document.write('<param name="width" value="');
    document.write($game_width);
    document.write('" />\n');
    document.write('<param name="height" value="');
    document.write($game_height);
    document.write('" />\n');
    document.write('<param name="flashvars" value="location=./&gamename=');
    document.write($game_gname);
    document.write('" />\n');
    document.write('<embed src="./arcade/');
    document.write($game_gname);
    document.write('.swf" width="');
    document.write($game_width);
    document.write('" height="');
    document.write($game_height);
    document.write('" bgcolor="#');
    document.write($game_bg);
    document.write('" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer/" flashvars="location=./&gamename=');
    document.write($game_gname);
    document.write('" menu="false"></embed>\n');
    document.write('<noembed>Sorry, you will need the <a href="http://www.macromedia.com/go/getflashplayer/" target="_blank">Flash Player</a> to play ');
    document.write($game_title);
    document.write('</noembed>\n');
    document.write('</object>\n');
}
