function flashIntro(filename,width,height) {
	document.write("<object type='application/x-shockwave-flash' data='" + filename + "' width='" + width + "' height='" + height + "' id='filmato'> ");
	document.write("<param name='movie' value='" + filename + "' /> ");
	document.write("<param name='quality' value='high' /><param name='wmode' value='transparent' /> ");
	document.write("</object> ");
}
