/*
 * Denne filen inneholder en aldeles latterlig kodesnutt - som dessverre er nødvendig.
 * http://www.macromedia.com/devnet/activecontent/articles/devletter.html
 */

function skrivFlashKode(fil,width,height) {
	document.write("<object type='application/x-shockwave-flash' data='" + fil + "' width='"+width+"' height='"+height+"'>\n");
	document.write("<param name='movie' value='" + fil + "' />\n");
	document.write("</object>\n");
}