function open_flash(filename, width, height) {
	document.write("<embed src='" + filename + "' width='" + width + "' height='" + height + "' quality='high' wmode='transparent'></embed>");
}