﻿document.writeln("<script type=\"text/JavaScript\">");
document.writeln("activateMenu = function(nav) {");
document.writeln("");
document.writeln("    /* currentStyle restricts the Javascript to IE only */");
document.writeln("	if (document.all && document.getElementById(nav).currentStyle) {  ");
document.writeln("        var navroot = document.getElementById(nav);");
document.writeln("        ");
document.writeln("        /* Get all the list items within the menu */");
document.writeln("        var lis=navroot.getElementsByTagName(\"LI\");  ");
document.writeln("        for (i=0; i<lis.length; i++) {");
document.writeln("        ");
document.writeln("           /* If the LI has another menu level */");
document.writeln("            if(lis[i].lastChild.tagName==\"UL\"){");
document.writeln("            ");
document.writeln("                /* assign the function to the LI */");
document.writeln("             	lis[i].onmouseover=function() {	");
document.writeln("                ");
document.writeln("                   /* display the inner menu */");
document.writeln("                   this.lastChild.style.display=\"block\";");
document.writeln("                }");
document.writeln("                lis[i].onmouseout=function() {                       ");
document.writeln("                   this.lastChild.style.display=\"none\";");
document.writeln("                }");
document.writeln("            }");
document.writeln("        }");
document.writeln("    }");
document.writeln("}");
document.writeln("window.onload= function(){");
document.writeln("    /* pass the function the id of the top level UL */");
document.writeln("    /* remove one, when only using one menu */");
document.writeln("    activateMenu(\'nav\'); ");
document.writeln("   // activateMenu(\'vertnav\'); ");
document.writeln("}");
document.writeln("function MM_jumpMenu(targ,selObj,restore){ //v3.0");
document.writeln("  eval(targ+\".location=\'\"+selObj.options[selObj.selectedIndex].value+\"\'\");");
document.writeln("  if (restore) selObj.selectedIndex=0;");
document.writeln("}");
document.writeln("</script>");
document.writeln("<style type=\"text/css\">");
document.writeln("*{ margin:0px; border:0px}");
document.writeln("a:visited {");
document.writeln("");
document.writeln("");
document.writeln("	color: #666666;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("a:hover {");
document.writeln("");
document.writeln("");
document.writeln("	color: #FF3300;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("");
document.writeln("a:active {");
document.writeln("");
document.writeln("");
document.writeln("	color: #FF3300;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("#bottom01 a.link {");
document.writeln("	font-family: \"Arial\", \"Helvetica\", \"sans-serif\", \"微软雅黑\", \"宋体\";");
document.writeln("	font-size: 12px;");
document.writeln("	color: #286FA3;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("#searchbox {");
document.writeln("	width: 211px;");
document.writeln("	height: 19px;");
document.writeln("	float: right;");
document.writeln("}");
document.writeln("#searchbanner {");
document.writeln("	float: left;");
document.writeln("	height: 12px;");
document.writeln("	width: 120px;");
document.writeln("	font-family:\"Arial\", \"Helvetica\", \"sans-serif\", \"微软雅黑\", \"宋体\";");
document.writeln("	font-size: 12px;");
document.writeln("	color: #666666;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("#searchbuttom {");
document.writeln("	float: right;");
document.writeln("	margin-right: 12px;");
document.writeln("	margin-left: 8px;");
document.writeln("}");
document.writeln("#top {");
document.writeln("	margin-right: auto;");
document.writeln("	margin-left: auto;");
document.writeln("	height: 80px;");
document.writeln("	width: 882px;");
document.writeln("}");
document.writeln("#toptexts {");
document.writeln("	font-family:\"Arial\", \"Helvetica\", \"sans-serif\", \"微软雅黑\", \"宋体\";");
document.writeln("	font-size: 12px;");
document.writeln("	color: #666666;");
document.writeln("	line-height: 22px;");
document.writeln("	float: left;");
document.writeln("}");
document.writeln("#searchif {");
document.writeln("	float: right;");
document.writeln("	width: 211px;");
document.writeln("	height: 19px;");
document.writeln("}");
document.writeln("#searchbanner {");
document.writeln("	float: left;");
document.writeln("	height: 12px;");
document.writeln("	width: 120px;");
document.writeln("	font-family:\"Arial\", \"Helvetica\", \"sans-serif\", \"微软雅黑\", \"宋体\";");
document.writeln("	font-size: 12px;");
document.writeln("	color: #666666;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("#searchbuttom {");
document.writeln("	float: right;");
document.writeln("	margin-right: 12px;");
document.writeln("	margin-left: 8px;");
document.writeln("}");
document.writeln("#box {");
document.writeln("	height: 643px;");
document.writeln("	width: 993px;");
document.writeln("	margin-right: auto;");
document.writeln("	margin-left: auto;");
document.writeln("	background-color: #FFFFFF;");
document.writeln("}");
document.writeln("#toplogo {");
document.writeln("	float: left;");
document.writeln("	height: 47px;");
document.writeln("	width: 180px;");
document.writeln("	margin-top: 20px;");
document.writeln("	margin-bottom: 13px;");
document.writeln("}");
document.writeln("#topfuchtion {");
document.writeln("	height: 22px;");
document.writeln("	width: 480px;");
document.writeln("	margin-top: 2px;");
document.writeln("	margin-bottom: 13px;");
document.writeln("	float: right;");
document.writeln("}");
document.writeln(".font01 {");
document.writeln("	font-family: \"Arial\", \"Helvetica\", \"sans-serif\", \"微软雅黑\", \"宋体\";");
document.writeln("	font-size: 12px;");
document.writeln("	color: #666666;");
document.writeln("	padding-right: 5px;");
document.writeln("	padding-left: 5px;");
document.writeln("}");
document.writeln("");
document.writeln("#toptext {");
document.writeln("	font-family: \"Arial\", \"Helvetica\", \"sans-serif\", \"微软雅黑\", \"宋体\";");
document.writeln("	font-size: 12px;");
document.writeln("	color: #666666;");
document.writeln("	line-height: 19px;");
document.writeln("	float: left;");
document.writeln("}");
document.writeln("#nav{");
document.writeln("	list-style: none;");
document.writeln("	margin:0px;");
document.writeln("	width:900px;");
document.writeln("	text-align:center;");
document.writeln("	padding-left:15px;");
document.writeln("	z-index:50;");
document.writeln("	position:relative;");
document.writeln("}");
document.writeln("#nav ul { ");
document.writeln("	padding: 0;");
document.writeln("	margin:0;");
document.writeln("	list-style: none;");
document.writeln("  position:relative;");
document.writeln("  overflow:visible; ");
document.writeln("	width:900px;");
document.writeln("}");
document.writeln("#nav li {");
document.writeln("	position: relative;");
document.writeln("	float:left;");
document.writeln("	display:block;");
document.writeln("	height:auto;");
document.writeln("	padding-left:1px;");
document.writeln("}");
document.writeln("<!--");
document.writeln("/*all see this */");
document.writeln("#nav #nav_sp1  ul{");
document.writeln("	left:0px;");
document.writeln("  display:none;");
document.writeln("  position:absolute;");
document.writeln("}");
document.writeln("#nav #nav_sp1  ul ul{");
document.writeln("	left: 227px;");
document.writeln("	top:0px;");
document.writeln("}");
document.writeln("#nav #nav_sp1 ul li{");
document.writeln("font-size:11px;");
document.writeln("}");
document.writeln("/* 一级栏目 */");
document.writeln("#nav #nav_sp1 a.nav_product {");
document.writeln("	background-image:url(../images/v3-11_07.jpg) !important;");
document.writeln("	background-image:none;");
document.writeln("	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/v3-11_07.jpg);");
document.writeln("	cursor:hand;");
document.writeln("	background-repeat: no-repeat;");
document.writeln("	display: block;");
document.writeln("	width: 227px;");
document.writeln("	height:30px;");
document.writeln("	border: none;");
document.writeln("}");
document.writeln("#nav #nav_sp1 ul {");
document.writeln("	width: 227px;");
document.writeln("}");
document.writeln("#nav #nav_sp1 ul li{");
document.writeln("	width: 227px;");
document.writeln("}");
document.writeln("#nav #nav_sp1 ul a {");
document.writeln("	text-decoration:none;background:url(../images/1_03.gif);padding-left:25px; text-align:left; color:#FFFFFF; display:block; height:22px;vertical-align:middle; line-height:22px;");
document.writeln("}");
document.writeln("#nav #nav_sp1 ul a:hover {");
document.writeln("background:url(../images/1_06.gif); padding-left:25px;color:#FFFFFF; text-align:left; display:block;");
document.writeln("}");
document.writeln("-->");
document.writeln("<!--");
document.writeln("/*all see this */");
document.writeln("#nav #nav_sp2  ul{");
document.writeln("	left:0px;");
document.writeln("  display:none;");
document.writeln("  position:absolute;");
document.writeln("}");
document.writeln("#nav #nav_sp2  ul ul{");
document.writeln("	left: 206px;");
document.writeln("	top:0px;");
document.writeln("}");
document.writeln("#nav #nav_sp2 ul li{");
document.writeln("font-size:11px;");
document.writeln("}");
document.writeln("/* 一级栏目 */");
document.writeln("#nav #nav_sp2 a.nav_product {");
document.writeln("	background-image:url(../images/v3-11_09.jpg) !important;");
document.writeln("	background-image:none;");
document.writeln("	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/v3-11_09.jpg);");
document.writeln("	cursor:hand;");
document.writeln("	background-repeat: no-repeat;");
document.writeln("	display: block;");
document.writeln("	width: 206px;");
document.writeln("	height:30px;");
document.writeln("	border: none;");
document.writeln("}");
document.writeln("#nav #nav_sp2 ul {");
document.writeln("	width: 206px;");
document.writeln("}");
document.writeln("#nav #nav_sp2 ul li{");
document.writeln("	width: 206px;");
document.writeln("}");
document.writeln("#nav #nav_sp2 ul a {");
document.writeln("	text-decoration:none;background:url(../images/2_03.gif);padding-left:25px; text-align:left; color:#FFFFFF; display:block; height:22px;vertical-align:middle; line-height:22px;");
document.writeln("}");
document.writeln("#nav #nav_sp2 ul a:hover {");
document.writeln("background:url(../images/2_05.gif); padding-left:25px;color:#FFFFFF; text-align:left; display:block;");
document.writeln("}");
document.writeln("-->");
document.writeln("<!--");
document.writeln("/*all see this */");
document.writeln("#nav #nav_sp3  ul{");
document.writeln("	left:0px;");
document.writeln("  display:none;");
document.writeln("  position:absolute;");
document.writeln("}");
document.writeln("#nav #nav_sp3  ul ul{");
document.writeln("	left: 208px;");
document.writeln("	top:0px;");
document.writeln("}");
document.writeln("#nav #nav_sp3 ul li{");
document.writeln("font-size:11px;");
document.writeln("}");
document.writeln("/* 一级栏目 */");
document.writeln("#nav #nav_sp3 a.nav_product {");
document.writeln("	background-image:url(../images/v3-11_11.jpg) !important;");
document.writeln("	background-image:none;");
document.writeln("	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/v3-11_11.jpg);");
document.writeln("	cursor:hand;");
document.writeln("	background-repeat: no-repeat;");
document.writeln("	display: block;");
document.writeln("	width: 208px;");
document.writeln("	height:30px;");
document.writeln("	border: none;");
document.writeln("}");
document.writeln("#nav #nav_sp3 ul {");
document.writeln("	width: 208px;");
document.writeln("}");
document.writeln("#nav #nav_sp3 ul li{");
document.writeln("	width: 208px;");
document.writeln("}");
document.writeln("#nav #nav_sp3 ul a {");
document.writeln("	text-decoration:none;background:url(../images/3_06.gif);padding-left:25px; text-align:left; color:#FFFFFF; display:block; height:22px;vertical-align:middle; line-height:22px;");
document.writeln("}");
document.writeln("#nav #nav_sp3 ul a:hover {");
document.writeln("background:url(../images/3_07.gif); padding-left:25px;color:#FFFFFF; text-align:left; display:block;");
document.writeln("}");
document.writeln("-->");
document.writeln("<!--");
document.writeln("/*all see this */");
document.writeln("#nav #nav_sp4  ul{");
document.writeln("	left:0px;");
document.writeln("  display:none;");
document.writeln("  position:absolute;");
document.writeln("}");
document.writeln("#nav #nav_sp4  ul ul{");
document.writeln("	left: 238px;");
document.writeln("	top:0px;");
document.writeln("}");
document.writeln("#nav #nav_sp4 ul li{");
document.writeln("font-size:11px;");
document.writeln("}");
document.writeln("/* 一级栏目 */");
document.writeln("#nav #nav_sp4 a.nav_product {");
document.writeln("	background-image:url(../images/v3-11_13.jpg) !important;");
document.writeln("	background-image:none;");
document.writeln("	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/v3-11_13.jpg);");
document.writeln("	cursor:hand;");
document.writeln("	background-repeat: no-repeat;");
document.writeln("	display: block;");
document.writeln("	width: 238px;");
document.writeln("	height:30px;");
document.writeln("	border: none;");
document.writeln("}");
document.writeln("#nav #nav_sp4 ul {");
document.writeln("	width: 238px;");
document.writeln("}");
document.writeln("#nav #nav_sp4 ul li{");
document.writeln("	width: 238px;");
document.writeln("}");
document.writeln("#nav #nav_sp4 ul a {");
document.writeln("	text-decoration:none;background:url(../images/4_03.gif);padding-left:25px; text-align:left; color:#FFFFFF; display:block; height:22px;vertical-align:middle; line-height:22px;");
document.writeln("}");
document.writeln("#nav #nav_sp4 ul a:hover {");
document.writeln("background:url(../images/4_05.gif); padding-left:25px;color:#FFFFFF; text-align:left; display:block;");
document.writeln("}");
document.writeln("-->");
document.writeln("</style>");
document.writeln("");
document.writeln("<center>");
document.writeln("<table width=\"882\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"227\" rowspan=\"2\"><a href=\"../index.html\"><img src=\'../images/v3-11_02.jpg\' width=\"227\" height=\"81\" border=\"0\" /></a></td>");
document.writeln("    <td height=\"41\">&nbsp;</td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td height=\"40\" align=\"right\">");
document.writeln("    <div id=\"topfuchtion\">");
document.writeln("<div id=\"toptexts\"><span class=\"font01\"><a href=\"http://www.bps-group.net\">English</a></span>|<span class=\"font01\"><a href=\"http://www.bps-group.net/gbk\">繁体中文</a></span>|<span class=\"font01\"><a href=\"http://www.bps-group.net/gb\">简体中文</a></span>|<span class=\"font01\"><a href=\"../Sitemap.html\">Navigation</a></span></div>");
document.writeln("<div id=\"searchbox\">");
document.writeln("        <label for=\"searchbanner\"></label>");
document.writeln("        <label for=\"searchbuttom\"></label>");
document.writeln("        <form action=\"http://www.bps-group.net/gb/bpssearch.html\" id=\"cse-search-box\" target=_blank>");
document.writeln("  <div>");
document.writeln("    <input type=\"hidden\" name=\"cx\" value=\"007431311560631316395:zi5gpepx7zu\" />");
document.writeln("    <input type=\"hidden\" name=\"cof\" value=\"FORID:9\" />");
document.writeln("    <input type=\"hidden\" name=\"ie\" value=\"UTF-8\" />");
document.writeln("    <input type=\"text\" name=\"q\" size=\"12\" id=\"searchbanner\" value=\"Logistics Consultant\" />");
document.writeln("    <input type=\"image\" name=\"searchbuttom\" value=\"search\"  id=\"searchbuttom\" src=\"../images/index_09.gif\" tabindex=\"3\" />");
document.writeln("  </div>");
document.writeln("</form>");

document.writeln("<script type=\"text/javascript\" src=\"http://www.google.com/cse/brand?form=cse-search-box&lang=zh-Hans\"></script>");
document.writeln("</div>");
document.writeln("</div></td>");
document.writeln("  </tr>");
document.writeln("</table>");
document.writeln("<table width=\"900\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("  <td align=\"center\">");
document.writeln("  <div>");
document.writeln("    <ul id=\"nav\">");
document.writeln("      <li id=\"nav_sp1\"><a href=\'Contact_4.html\' class=\"nav_product\"></a>");
document.writeln("        <ul>");
document.writeln("          <li><a href=\'../Contact_4.html\'>BPS CULTURE</a></li>");
document.writeln("          <li><a href=\'../Contact_6.html\'>BPS HISTORY</a></li>");
document.writeln("          <li><a href=\'../Contact_11.html\'>COMPANY HONOR</a></li>");
document.writeln("          <li><a href=\'../Contact_10.html\'>BUSINESS OVERVIEW</a></li>");
document.writeln("          <li><a href=\'../#\'>MANAGERS INTRODUCE</a></li>");
document.writeln("          <li><a href=\'../Contact_26.html\'>NEWS CENTER</a></li>");
document.writeln("          <li><a href=\'../Contact_9.html\'>OUR CUSTOMERS</a></li>");
document.writeln("          <li><a href=\"./Contact_24.html\">CAREERS</a></li>");
document.writeln("          <li><a href=\'../Contact_25.html\'>ENTERPRISE VIDEO</a></li>");
document.writeln("        </ul>");
document.writeln("      </li>");
document.writeln("      <li id=\"nav_sp2\"><a href=\'../Business_20.html\' class=\"nav_product\"></a>");
document.writeln("        <ul>");
document.writeln("          <li><a href=\'../Business_20.html\'>LOGISTICS CONSULTANT</a>");
document.writeln("            <ul>");
document.writeln("              <li><a href=\'../Business_20_78.html\'>TECHNICAL ANALYSIS</a> </li>");
document.writeln("              <li><a href=\'../Business_20_79.html\'>SERVICES</a> </li>");
document.writeln("              <li><a href=\'../Business_22_93.html\' title=\'LOGISTICS MANAGEMENT SOFTWARE\'>LOGISTICS MANAGEMENT...</a> </li>");
document.writeln("            </ul>");
document.writeln("          </li>");
document.writeln("          <li><a href=\'../Business_21.html\'>ENGINEERING SERVICE</a>");
document.writeln("            <ul>");
document.writeln("              <li><a href=\'../Business_21_72.html\' title=\'SECURITY AND CONTROL SYSTEMS ENGINEERING\'>SECURITY AND CONTROL...</a> </li>");
document.writeln("              <li><a href=\'../Business_21_73.html\'>WAREHOUSE PROJECT</a> </li>");
document.writeln("              <li><a href=\'../Business_21_74.html\' title=\'POWER/POWER AND LIGHTING SYSTEMS ENGINEERING\'>POWER/POWER AND LIGHTING...</a> </li>");
document.writeln("              <li><a href=\'../Business_21_75.html\' title=\'AIR-CONDITIONING AND VENTILATION SYSTEMS ENGINEERING\'>AIR-CONDITIONING AND VENTILATION...</a> </li>");
document.writeln("              <li><a href=\'../Business_21_76.html\'>INTERIOR DESIGN AND DECORATION</a> </li>");
document.writeln("              <li><a href=\'../Business_21_77.html\' title=\'CONSTRUCTION AND ENGINEERING INSTITUTION\'>CONSTRUCTION AND ...</a> </li>");
document.writeln("            </ul>");
document.writeln("          </li>");
document.writeln("          <li><a href=\'../Business_22.html\'>EQUIPMENT SUPPLIES</a>");
document.writeln("            <ul>");
document.writeln("              <li><a href=\'../Business_22_83.html\'>THE TYPE OF BUSINESS</a> </li>");
document.writeln("              <li><a href=\'../Business_22_84.html\' title=\'STORAGE DEVICE FEATURES SOLUTIONS\'>STORAGE DEVICE FEATURES...</a> </li>");
document.writeln("              <li><a href=\'../Business_22_85.html\' title=\'WAREHOUSE EQUIPMENT AND ACCESSORIES\'>WAREHOUSE EQUIPMENT AND...</a> </li>");
document.writeln("              <li><a href=\'../Business_22_86.html\'>INDUSTRIAL EQUIPMENT</a> </li>");
document.writeln("               <li><a href=\'../racking\'>RACKING SYSTEM</a> </li>");
document.writeln("              <li><a href=\"./modula\">MODULA</a> </li>");
document.writeln("              <li><a href=\'../Business_22_89.html\'>CONVEYOR BELT</a> </li>");
document.writeln("              <li><a href=\"../Business_22_91.html\">MHE WAREHOUSE ACCESSORIES</a> </li>");
document.writeln("              <li><a href=\"../Business_22_90.html\" title=\'OTHER INDUSTRIAL EQUIPMENT\'>OTHER INDUSTRIAL EQUIPMENT</a> </li>");
document.writeln("            </ul>");
document.writeln("          </li>");
document.writeln("          <li><a href=\'../Business_23.html\'>ENTRUSTED MANAGEMENT</a>");
document.writeln("            <ul>");
document.writeln("              <li><a href=\'../Business_23.html\'>MANAGEMENT & INVESTMENT</a> </li>");
document.writeln("              <li><a href=\'../Business_23_82.html\'>COMMISSIONED MANAGEMENT</a> </li>");
document.writeln("            </ul>");
document.writeln("          </li>");
document.writeln("        </ul>");
document.writeln("      </li>");
document.writeln("      <li id=\"nav_sp3\"><a href=\'../Success_28.html\' class=\"nav_product\"></a>");
document.writeln("        <ul>");
document.writeln("          <li><a href=\'../Success_28.html\' >ENGINEERING CASE</a>");
document.writeln("            <ul>");
document.writeln("              <li><a href=\'../Success_28_59.html\' title=\'\'>INDUSTRIAL ENGINEERING CASE</a> </li>");
document.writeln("              <li><a href=\'../Success_28_60.html\' title=\'CONSTRUCTION AND DECORATING CASE\'>CONSTRUCTION AND DECORATING...</a> </li>");
document.writeln("            </ul>");
document.writeln("          </li>");
document.writeln("           <li><a href=\'../Success_29.html\' >LOGISTICS CONSULTANT</a>");
document.writeln("            <ul>");
document.writeln("              <li><a href=\'../Success_29_61.html\' title=\'\'>MACRO-LOGISTICS CASE</a> </li>");
document.writeln("              <li><a href=\'../Success_29_62.html\' title=\'DONGGUAN NOKIAL LOGISTICS CENTER PROJECT\'>DONGGUAN NOKIAL LOGISTICS...</a> </li>");
document.writeln("            </ul>");
document.writeln("          </li>");
document.writeln("           <li><a href=\'../Success_30.html\' >INDUSTRIAL & LOGISTICS EQUIPMENT</a>");
document.writeln("            <ul>");
document.writeln("              <li><a href=\"./#\">INDUSTRIAL EQUIPMENT</a> </li>");
document.writeln("              <li><a href=\"./#\">LOGISTICS EQUIPMENT</a> </li>");
document.writeln("              <li><a href=\"./#\">EQUIPMENT MANUFACTURERS</a> </li>");
document.writeln("            </ul>");
document.writeln("          </li>");
document.writeln("        </ul>");
document.writeln("      </li>");
document.writeln("      <li id=\"nav_sp4\"><a href=\'../Branch.html\' class=\"nav_product\"></a>");
document.writeln("        <ul>");
document.writeln("          <li><a href=\'../Branch_32.html\' title=\'HONG KONG LOGISTICS TECHNOLOGY & SYSTEMS LIMITED (HKLTS)\'>HONG KONG LOGISTICS TECHNOLOGY...</a></li>");
document.writeln("          <li><a href=\'../Branch_66.html\' title=\'HONG KONG BS ENGINEERING & CONSULTANCY COMPANY LIMITED\'>HONG KONG BS ENGINEERING & CONSULTANCY...</a></li>");
document.writeln("          <li><a href=\'../Branch_67.html\' title=\'HONG KONG BEST & PRESTIGE INDUSTRIAL & LOGISTICS EQUIPMENT LIMITED\'>HONG KONG BEST & PRESTIGE INDUSTRIAL...</a></li>");
document.writeln("          <li><a href=\".\/\/#\" title=\'Hong Kong Logistics Management Services Limited\'>Hong Kong Logistics Management Services Limited</a></li>");
document.writeln("          <li><a href=\'#\' title=\'HONG KONG BESTE WAHLEN LIMITED\'>HONG KONG BESTE WAHLEN LIMITED</a></li>");
document.writeln("          <li><a href=\'../Branch_39.html\'>BPS GLOBAL (SINGAPORE) PTE,.LTD</a></li>");
document.writeln("          <li><a href=\'../Branch_33.html\' title=\'\'>BPS GLOBAL HOLDINGS(BEIJING) OFFICE</a></li>");
document.writeln("          <li><a href=\"./#\" title=\'\'> BPS GLOBAL HOLDINGS (TIANJIN) BRANCH</a></li>");
document.writeln("          <li><a href=\'../Branch_34.html\' title=\'\'>BPS GLOBAL HOLDINGS(SHANGHAI) OFFICE</a></li>");
document.writeln("          <li><a href=\'../Branch_35.html\' title=\'\'>BPS GLOBAL HOLDINGS (GUANGZHOU) OFFICE\'>BPS GLOBAL HOLDINGS (GUANGZHOU)...</a></li>");
document.writeln("          <li><a href=\'../Branch_36.html\' title=\'\'>ZHONG QIAO DECORATION CO., LTD.</a></li>");
document.writeln("          <li><a href=\'../Branch_38.html\' title=\'\'>BPS GLOBAL HOLDINGS (SHENZHEN) BRANCH</a></li>");
document.writeln("        </ul>");
document.writeln("      </li>");
document.writeln("    </ul>");
document.writeln("  </div>");
document.writeln("  </td>");
document.writeln("  </tr>");
document.writeln("  </table>");
document.writeln("  </center>");
