
file="http://www.iol.ie/~gscoil/mm/ex7.swf";
wh="WIDTH=550px HEIGHT=550px";

function do_top_left() {
document.writeln("<nobr>It's About Time</nobr><br><br>Renga<br>Flash<br>Animation<br><br></b>");
}




function do_movie() {
document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.writeln('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#4,0,0,0" ');
document.writeln(wh+ '>');
document.writeln('<PARAM name=movie VALUE="' +file+ '">');
document.writeln(' <PARAM NAME=menu VALUE=true>');
document.writeln(' <PARAM NAME=autorewind VALUE=true>');
document.writeln(' <PARAM NAME=autoplay VALUE=true>');
document.writeln(' <PARAM NAME=quality VALUE=autohigh>');
document.writeln(' <PARAM NAME=scale VALUE=exactfit>');
document.writeln(' <PARAM NAME=wmode VALUE=opaque>');
document.writeln('<EMBED ' +wh+ ' src="' +file+ '"');
document.writeln('menu=true quality=autohigh scale=exactfit wmode=opaque loop=true');
document.writeln(' TYPE="application/x-shockwave-flash"');
document.writeln(' PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.writeln('</EMBED></object>');
}

function do_back_link() {
document.writeln('<a href="http://www.poetrylives.com/CAROL/multimedia.%20RENGA%202.exercise%207.htm">');
document.writeln('&lt;&lt; Back</a>');
}
