function _top_swf() {
	// Get This Arguments.
	// Version, ObjectID, Source, Width, Height, Bgcolor, DTD, FlashVars, AlternateType, Alternate...
	var args = _top_swf.arguments;
	var dtd = 0;
	var version = 8;
	var movieID = 'flash-navi';
	var moviePath = args[0];
	var movieWidth = 720;
	var movieHeight = 246;
	var bgColor = '#FFFFFF';
	var flashVars = '';
	if (P5_checkFlashPlayer() < version) {
		var elm = document.getElementById("container");
		elm.style.backgroundImage = "url(/unit/images/" + moviePath + ".jpg)";
		elm.style.backgroundRepeat = "no-repeat";
		elm.style.backgroundPosition = "0 34px";
	} else {
		P5_putFlashMovie(version, movieID, moviePath, movieWidth, movieHeight, bgColor, dtd, flashVars, 0)
	}
}
