﻿// JavaScript Document
document.writeln("<style>");
document.writeln("#company {");
document.writeln("	height: auto;");
document.writeln("	width: 580px;");
document.writeln("	border-top-width: 1px;");
document.writeln("	border-top-style: solid;");
document.writeln("	border-top-color: #CCCCCC;");
document.writeln("	border-bottom-width: 1px;");
document.writeln("	border-bottom-style: solid;");
document.writeln("	border-bottom-color: #CCCCCC;");
document.writeln("	background-image: url(../images/companybg.gif);");
document.writeln("	background-position: right bottom;");
document.writeln("	margin: auto;");
document.writeln("	padding-right: 6px;");
document.writeln("	padding-left: 6px;");
document.writeln("}");
document.writeln("</style>");
document.writeln("");
document.writeln("<div id=\"company\"><h3>About BPS Global Group");
document.writeln("");
document.writeln("</h3>");
document.writeln("BPS is a multi-national company that strives to develop best practice solutions to support commercial and governmental organizations in gaining the power for innovation and sustainable development during the course of business and economic expansion.  With an innovating spirit, flexible use of technology and collaboration with our internal members and business partners, BPS provides our clients with highly efficient, workable and diversified business solutions.  Currently, our service covers the scopes of logistics project consultancy, professional architectural engineering, logistics engineering, industrial equipment distribution, engineering materials trading, project management and investment, etc.  Our service continues to cover more areas to address market demands.</div>");
