function flashmovie(){ this.width=190; this.height=210; this.textheight=20; this.flashheight=this.height+this.textheight; this.pics=''; this.links=''; this.texts=''; this.add=function(pic,link,text){ if(this.pics!='')this.pics+='|'; this.pics+=pic; if(this.links!='')this.links+='|'; this.links+=link; if(this.texts!='')this.texts+='|'; this.texts+=text; } this.play = function(){ this.flashheight=this.height + this.textheight; document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); } }