var win=0; var mac=0;if (navigator.userAgent.indexOf("Win")!=-1) {	win=1;} else if (navigator.userAgent.indexOf("Mac")!=-1) {	mac=1;}if (win) {	if (navigator.appVersion.charAt(0) >= 4) {		document.write('<STYLE TYPE="text/css">');		document.write('<!--');		document.write('	body  {SCROLLBAR-FACE-COLOR: #FFFFFF;}');		document.write('	td	{font-size : 12px; color: #404040; line-height:18px; letter-spacing:1px;}');		document.write('	.text1	{font-size : 10px; line-height:14px; letter-spacing:1px;}');		document.write('	.text1-1	{font-size : 10px; line-height:17px; letter-spacing:1px;}');		document.write('	.text1_lg	{font-size : 10px; color: #808080; line-height:14px; letter-spacing:1px;}');		document.write('	.text2	{font-size : 12px; line-height:18px; letter-spacing:1px;}');		document.write('	.text3	{font-size : 14px; line-height:20px; letter-spacing:1px;}');		document.write('	.text4	{font-size : 18px; line-height:27px; letter-spacing:1px;}');		document.write('	.text5	{font-size : 20px; line-height:31px; letter-spacing:1px;}');		document.write('	.text_accessmap	{font-size : 14px; letter-spacing:1px; font-weight: bold; color: #000066;}');		document.write('	.text_bg_w-red	{font-weight: bold; color: #FFFFFF; background-color: #CC0000} letter-spacing:1px;}');		document.write('	.text_bg_navy	{font-weight: bold; color: #FFFFFF; background-color: #000066} letter-spacing:1px;}');		document.write('	.info_title	{font-size : 12px; line-height:18px; letter-spacing:1px; font-weight: bold;}');		document.write('	.goods_num	{font-size : 14px; line-height:20px; letter-spacing:1px; font-weight: bold;}');		document.write('	.title_bold	{font-size : 18px; line-height:27px; letter-spacing:1px; font-weight: bold;}');		document.write('	a:link {color: #0099FF; text-decoration: none; font-weight: lighter;}');		document.write('	a:visited {color: #800080; text-decoration: none; font-weight: lighter;}');		document.write('	a:hover {color: #ff0000; text-decoration: underline;}');		document.write('	a.menu:link {font-size : 10px; color: #FFFFFF; letter-spacing:1px; font-weight: bold; text-decoration: none;}');		document.write('	a.menu:visited {font-size : 10px; color: #FFFFFF; letter-spacing:1px; font-weight: bold; text-decoration: none; }');		document.write('	a.menu:vlink {font-size : 10px; color: #FF0000; letter-spacing:1px; font-weight: bold; text-decoration: underline;}');		document.write('	a.menu:hover {font-size : 10px; color: #FFFFFF; letter-spacing:1px; font-weight: bold; text-decoration: underline;}');				document.write('	a.white:link {color: #FFFFFF; letter-spacing:1px; text-decoration: none;}');		document.write('	a.white:visited {color: #FFFFFF; letter-spacing:1px; text-decoration: none; }');		document.write('	a.white:vlink {color: #FF0000; letter-spacing:1px; text-decoration: underline;}');		document.write('	a.white:hover {color: #000066; letter-spacing:1px; text-decoration: underline;}');				document.write('\/\/ -->');		document.write('</STYLE>');	}} else if (mac) {	if (navigator.appVersion.charAt(0) >= 4) {		document.write('<STYLE TYPE="text/css">');		document.write('<!--');		document.write('	body  {SCROLLBAR-FACE-COLOR: #FFFFFF;}');		document.write('	td	{font-size : 12px; color: #404040; line-height:18px;}');		document.write('	.text1	{font-size : 10px; line-height:14px;}');		document.write('	.text1-1	{font-size : 10px; line-height:17px;}');		document.write('	.text1_lg	{font-size : 10px; color: #808080; line-height:14px;}');		document.write('	.text2	{font-size : 12px; line-height:18px;}');		document.write('	.text3	{font-size : 14px; line-height:20px;}');		document.write('	.text4	{font-size : 18px; line-height:24px;}');		document.write('	.text5	{font-size : 20px; line-height:28px;}');		document.write('	.text_accessmap	{font-size : 14px; font-weight: bold; color: #000066;}');		document.write('	.text_bg_w-red	{font-weight: bold; color: #FFFFFF; background-color: #CC0000;}');		document.write('	.text_bg_navy	{font-weight: bold; color: #FFFFFF; background-color: #000066;}');		document.write('	.info_title	{font-size : 12px; line-height:18px; font-weight: bold;}');		document.write('	.goods_num	{font-size : 14px; line-height:20px; font-weight: bold;}');		document.write('	.title_bold	{font-size : 18px; line-height:24px; font-weight: bold;}');		document.write('	a:link {color: #0099FF; text-decoration: none; font-weight: lighter;}');		document.write('	a:visited {color: #800080; text-decoration: none; font-weight: lighter;}');		document.write('	a:hover {color: #ff0000; text-decoration: underline;}');		document.write('	a.menu:link {font-size : 10px; color: #FFFFFF; font-weight: bold; text-decoration: none;}');		document.write('	a.menu:visited {font-size : 10px; color: #FFFFFF; font-weight: bold; text-decoration: none; }');		document.write('	a.menu:vlink {font-size : 10px; color: #FF0000; font-weight: bold; text-decoration: underline;}');		document.write('	a.menu:hover {font-size : 10px; color: #FFFFFF; font-weight: bold; text-decoration: underline;}');		document.write('	a.white:link {color: #FFFFFF; text-decoration: none;}');		document.write('	a.white:visited {color: #FFFFFF; text-decoration: none; }');		document.write('	a.white:vlink {color: #FF0000; text-decoration: underline;}');		document.write('	a.white:hover {color: #000066; text-decoration: underline;}');		document.write('\/\/ -->');		document.write('</STYLE>');	}}