
if (DetectFlashVer(9, 0, 0)) {

	var so = new SWFObject('stroses.swf', 'stroses', '980', '580', '9.0.0', '#ffffff');

	so.addParam('play', 'false');

	so.addParam('loop', 'false');
	so.addParam('menu', 'false');
	so.addParam('quality', 'high');
	so.addParam('scale', 'showall');
	so.addParam('salign', 'tl');
	so.addParam('wmode', 'window');
	so.addParam('devicefont', 'false');
	so.addParam('allowfullscreen', 'false');
	so.addParam('allowscriptaccess', 'always');

	so.write('flashArea');

}



function doPlanLink (path) {
		/*
	//コンテンツサイズ
	var width = 868;
	var height = 610;

	if (screen.availWidth < width) {
		width = screen.availWidth;
	}
	if (screen.availHeight < height) {
		height = screen.availHeight;
	}
	var left = (screen.availWidth - width) / 2;
	var top = (screen.availHeight - height) / 2;

	var w = window.open(path, "", "width=" + width + ",height=" + height + ",top=" + top + ",left=" + left + ",status=yes,resizable=yes,scrollbars=yes");
	if (w) {
		w.focus();
		return 1;
	}
	else {
		return 0;
	}
*/
	return 0;
}

