﻿
document.write('<link rel="stylesheet" type="text/css" href="/eiw/css/common.css" media="screen, print" />');

// EIW Navigation
function eiwNavi( contentsType )
{
	document.write('<div class="eiwNavi"><div id="GlobalNav"></div></div>');

	var flashvars =
	{
		contentsType: contentsType
	};

	var params =
	{
		menu:			"false",
		scale:			"noscale",
		allowScriptAccess:	"always",
		bgcolor:		"#FFFFFF"
	};

	var atts =
	{
		id: "eiw"
	}
	swfobject.embedSWF("/eiw/nav.swf", "GlobalNav", "100%", "35", "9.0.45", '/eiw/expressinstall.swf', flashvars, params, atts);
}

// 共通ナビゲーション
function shiseidoNavi()
{
	document.write('<div id="shiseidoNav">');
	footerNavi("products","gray","100%","http://www.shiseido.co.jp/products/top.html?br=eiw");
	document.write('</div>');
}


