function flash(name, width, height) {

document.write('<embed src="' + name + '.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="' + width + '" height="' + height + '">\n</embed>');
}