

/*------------------------------------------------------------------
  
  TopPage・MainFlash
  
------------------------------------------------------------------*/
function MovieFlash(targetName,linkPath,buttonSelect){
	linkPath=escape(linkPath);
	var movieFlash= new SWFLoader( {
															 
	'src'             : '/movie/movie.swf',
	'id'              : 'movie-swf',
	'width'           : '185',
	'height'          : '180',
	'requiredVersion' : '8',
	'bgcolor'         : '#ffffff',
	'targetId'        : 'movie-block',
	'altBlock'        : 'movie-alternate-block',
	'base'        : '.',
	'noCache'         : true,
	'flvName'					: targetName,
	'linkPath'					: linkPath,
	'buttonSelect'			: buttonSelect
});
	return movieFlash;
}




