/************* 测试 文件 *******************/ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"/> <title>Freewind Scroll Bar</title> <link rel="stylesheet" href="css/scrollbar.css" _fcksavedurl=""css/scrollbar.css"" /> <script type="text/javascript" src="js/scrollbar.js"></script> <script type="text/javascript">... function SetScrollBar()...{ var sb =new CScrollBar("scrollBar", "sbLeft", "sbContent", "sbRight", "sbUp", "sbCenter", "sbButton", "sbDown"); //sb.setSize(400, 300); //var sb2 = new CScrollBar("scrollBar2", "sbLeft2", "sbContent2", "sbRight2", "sbUp2", "sbCenter2", "sbButton2", "sbDown2"); } </script> </head> <body bgcolor="#831400" onload="SetScrollBar()"> <table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#003478"> <tr> <td height="130" bgcolor="#F8F8F8"> </td> <td bgcolor="#F8F8F8"> </td> </tr> <tr> <td height="377" bgcolor="#F8F8F8"> </td> <td valign="top"> <!-- CScrollBar v1.0 By Freewind 2008-02-20 freewind22@163.com --> <div class="scrollBar" id="scrollBar" style="width:300px; height:100px;" onselectstart="return false;"> <div class="sbLeft" id="sbLeft" onselectstart="return false;"> <div class="sbContent" id="sbContent" style="top:0px;"> <P>Established in 1999, Shenzhen Golden Grain Park Industrial Development Co., Ltd. is a diversified food enterprise integrating food research, development, allocation and distribution. After 5 years of hard efforts ever since the foundation of our company, now the gross assets of our company reaches RMB60,000,000, the production workshop covers about 10000 square meters and the whole staff of our company amounts to about 600, among whom there are 80 technical professionals and over 440 business operators and production workers. <BR>Along with the market changes and development, our company has developed into a industrial enterprise with several full-capital sub-companies and institutions attached to it, which include as follows: </P> <P>1、Golden Ear Nutrition Food Preparation Center<BR>2、Golden Ear Professional Meal Trusteeship Institution<BR>3、Golden Ear Breakfast Project Investment and Development Co., Ltd.<BR>4、Golden Grain Park Exquisite Specialty Shop<BR>5、Golden Baby Food Chain Institution</P> <P>Sticking to the development principle of people paramount, Golden Grain Park values </P> </div> </div> <div class="sbRight" id="sbRight"> <div class="sbUp" id="sbUp"></div> <div class="sbCenter" id="sbCenter"> <div class="sbButton" id="sbButton"></div> </div> <div class="sbDown" id="sbDown"></div> </div> </div> </td> </tr> </table> </body> </html>