document.writeln("<div class=\"z-help-left\">");
document.writeln("	<div class=\"z-help-lefts\"><\/div>");
document.writeln("	<div class=\"z-help-leftz\">");
document.writeln("			<div class=\"txlt-01\"><span><img src=\"images\/help_xia.gif\" width=\"13\" height=\"13\" \/><a onclick=\"ShowFLT(1)\"");
document.writeln("			  href=\"javascript:void(null)\">注册&amp;认证<\/a> <\/span><\/div>");
document.writeln("			<div id=\"LM1\" style=\"DISPLAY: none\" class=\"txlt-011\">");
document.writeln("			  <ul>");
document.writeln("					<li><a href=\"help_zcrz01.html\" target=\"_self\" onclick=\"ShowSelf(1)\">注册激活<\/a><\/li>");
document.writeln("					<li><a href=\"help_rz01.html\" target=\"_self\" onclick=\"ShowSelf(1)\">会员登录<\/a><\/li>");
document.writeln("			  <\/ul>");
document.writeln("			 <\/div>");
document.writeln("			<div  class=\"txlt-01\"><span><img src=\"images\/help_xia.gif\" width=\"13\" height=\"13\" \/><a onclick=\"ShowFLT(2)\"");
document.writeln("			  href=\"javascript:void(null)\">我是买家<\/a> <\/span><\/div>");
document.writeln("			  <div id=\"LM2\" style=\"DISPLAY: none\" class=\"txlt-011\">");
document.writeln("                <ul>");
document.writeln("                    <li><a href=\"freereg_demo.html\" target=\"_self\" onclick=\"ShowSelf(2)\">注册成为买家<\/a><img src=\"images\/video.gif\" width=\"18\" height=\"10\" \/><\/li>");
document.writeln("                    <li><a href=\"search_pro_demo.html\" target=\"_self\" onclick=\"ShowSelf(2)\">找商品<\/a><img src=\"images\/video.gif\" width=\"18\" height=\"10\" \/><\/li>");
document.writeln("                    <li><a href=\"buy_demo.html\" target=\"_self\" onclick=\"ShowSelf(2)\">购买确认<\/a><img src=\"images\/video.gif\" width=\"18\" height=\"10\" \/><\/li>");
document.writeln("                <\/ul>");
document.writeln("			<\/div>");
document.writeln("			<div  class=\"txlt-01\"><span><img src=\"images\/help_xia.gif\" width=\"13\" height=\"13\" \/><a onclick=\"ShowFLT(3)\"");
document.writeln("			  href=\"javascript:void(null)\">我是卖家<\/a> <\/span><\/div>");
document.writeln("			  <div id=\"LM3\" style=\"DISPLAY: none\" class=\"txlt-011\">");
document.writeln("                <ul>");
document.writeln("                    <li><a href=\"sell_demo.html\" target=\"_self\" onclick=\"ShowSelf(3)\">注册成为卖家<\/a><img src=\"images\/video.gif\" width=\"18\" height=\"10\" \/><\/li>");
document.writeln("                    <li><a href=\"b_1_demo.html\" target=\"_self\" onclick=\"ShowSelf(3)\">管理店铺<\/a><img src=\"images\/video.gif\" width=\"18\" height=\"10\" \/><\/li>");
document.writeln("                <\/ul>");
document.writeln("			<\/div>");
document.writeln("			<div  class=\"txlt-01\"><span><img src=\"images\/help_xia.gif\" width=\"13\" height=\"13\" \/><a onclick=\"ShowFLT(4)\"");
document.writeln("			  href=\"javascript:void(null)\">网络店铺<\/a> <\/span><\/div>");
document.writeln("			  <div id=\"LM4\" style=\"DISPLAY: none\" class=\"txlt-011\">");
document.writeln("                <ul>");
document.writeln("                    <li><a href=\"search_mall_demo.html\" target=\"_self\" onclick=\"ShowSelf(4)\">找店铺<\/a><img src=\"images\/video.gif\" width=\"18\" height=\"10\" \/><\/li>");
//document.writeln("                    <li><a href=\"bg_demo.html\" target=\"_self\" onclick=\"ShowSelf(4)\">店铺布置指南<\/a><img src=\"images\/video.gif\" width=\"18\" height=\"10\" \/><\/li>");
//document.writeln("					  <li><a href=\"c_a_demo.html\" target=\"_self\" onclick=\"ShowSelf(4)\">完整店铺布置<\/a><img src=\"images\/video.gif\" width=\"18\" height=\"10\" \/><\/li>");
document.writeln("                <\/ul>");
document.writeln("			<\/div>");
document.writeln("			<div class=\"txlt-01\"><span><img src=\"images\/help_xia.gif\" width=\"13\" height=\"13\" \/><a onclick=\"ShowFLT(5)\"");
document.writeln("			  href=\"javascript:void(null)\">擂台个人信息<\/a><\/span><\/div>");
document.writeln("			   <div id=\"LM5\" style=\"DISPLAY: none\" class=\"txlt-011\">");
document.writeln("				<ul>");
document.writeln("					<li><a href=\"help_space01_1.html\" target=\"_self\" onclick=\"ShowSelf(5)\">个人信息设置<\/a><\/li>");
document.writeln("					<li><a href=\"help_space02_1.html\" target=\"_self\" onclick=\"ShowSelf(5)\">订单管理<\/a><\/li>");
//document.writeln("					<li><a href=\"help_space03_1.html\" target=\"_self\" onclick=\"ShowSelf(5)\">收藏夹管理<\/a><\/li>");
document.writeln("					<li><a href=\"help_space04_1.html\" target=\"_self\" onclick=\"ShowSelf(5)\">站内短信管理<\/a><\/li>");
document.writeln("					<li><a href=\"help_space05_1.html\" target=\"_self\" onclick=\"ShowSelf(5)\">玩家宝典<\/a><\/li>");
document.writeln("			  <\/ul>");
document.writeln("			<\/div>");
document.writeln("			<div class=\"txlt-01\"><span><img src=\"images\/help_xia.gif\" width=\"13\" height=\"13\" \/><a onclick=\"ShowFLT(6)\"");
document.writeln("			  href=\"help_safe.html\">交易安全<\/a><\/span><\/div>");
document.writeln("	<\/div>");
document.writeln("	<div class=\"z-help-leftx\"><\/div>");
document.writeln("<\/div>");

var number=5;

function LMYC() {
	var lbmc;
	for (i=1;i<=number;i++) {
		lbmc = document.getElementById('LM' + i);
		lbmc.style.display = 'none';
	}
}

function ShowFLT(i) {
lbmc = document.getElementById('LM' + i);
	if (lbmc.style.display == 'none') {
		LMYC();
		lbmc.style.display = '';
	}
	else {
		lbmc.style.display = 'none';
	}
}

function ShowSelf(i) {
		lbmc = document.getElementById('LM' + i);
        LMYC();
        lbmc.style.display = '';
}
