function visflashunderside(intBilledeNr) {
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="765" height="170" VIEWASTEXT id=Object1>\n');
	document.write('    <param name="movie" value="flash/top.swf?billede=' + intBilledeNr + '.jpg">\n');
	document.write('    <param name="quality" value="best">\n');
    document.write('	<param name="play" value="true">\n');
	document.write('    <embed src="flash/top.swf?billede=' + intBilledeNr + '.jpg" type="application/x-shockwave-flash" width="765" height="170" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="best" play="true">\n');
    document.write('</object>\n');
}
