
if (ua["dom"]) {
	var path_id = '';
	if (ua["iewin"]) {
		path_id += '1';
	}
	else {
		var javaEnabled = false;
		if (navigator.javaEnabled) {
			javaEnabled = navigator.javaEnabled();
		}
		if (javaEnabled) {
			path_id += '2';
		}
		else {
			path_id += '3';
		}
	}
	if (path_id.length > 0) {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="263" height="54">');
		document.write('<param name="movie" value="http://www.billedbutikken.dk/site/images/fotomail5.swf?path_id='+ path_id +'" />');
		document.write('<param name="bgcolor" value="#FFFFFF" />');
		document.write('<param name="wmode" value="transparent" />');
		document.write('<embed src="http://www.billedbutikken.dk/site/images/fotomail5.swf?path_id='+ path_id +'" width="263" height="54" quality="high" wmode="transparent" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');
		document.write('</object>');
	}
}