function doInit(type, size, mm) {

	var prt = window.location.protocol;
	var hst = window.location.host;
	var pth = window.location.pathname;
	var site =prt+'//'+hst+pth;

	document.write('<script type="text/javascript">');
	document.write('AC_FL_RunContent("codebase", "http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0",');
	if (type == "parts01") {
	document.write('"width", "160",');
	document.write('"height", "320",');
	}else {
	document.write('"width", "160",');
	document.write('"height", "167",');
	}
	document.write('"id", "'+type+'",');
	document.write('"align", "middle",');
	document.write('"allowScriptAccess", "sameDomain",');
	document.write('"movie", "http://www.adomira.com/mirablogparts/swf/'+type+'",');
	document.write('"quality", "high",');
	document.write('"bgcolor", "#000000",');
	document.write('"wmode", "transparent",');//***
	document.write('"pluginspage","http://www.macromedia.com/go/getflashplayer",');
	document.write('"src", "http://www.adomira.com/mirablogparts/swf/'+type+'",');
	document.write('"FlashVars","mm='+mm+'&site='+site+'",');
	document.write('"name", "'+type+'");');
	document.write('</script>');
}
