1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
<html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=big5" /> <link rel="stylesheet" href="style.css"> <script type="text/javascript" src="flash/objectSwap.js"></script> </head> <body bgcolor="#CFCEE1" LEFTMARGIN="0" TOPMARGIN="0" style="background-repeat:repeat-x" background="image/page_bg.png"> <table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="800" height="265"><?php require("header.php"); ?></td> </tr> <tr> <td style="padding-top:10;padding-bottom:20"><table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="566"><img src="image/page_title_line.gif" width="566" height="60"></td> <td width="234" valign="middle" class="title">About Us </td> </tr> </table></td> </tr> <tr> <td align="left" valign="top"><table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="180" align="left" valign="top" style="padding-top:20"> </td> <td width="620" height="400" align="right" valign="top"><table width="600" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="subtitle">About Yun Fung </td> </tr> <tr> <td class="content" style="padding-bottom:30">Yun Fung Metal Industrial Ltd. is a premier manufacturer, specialize in producing high quality fasteners and metal hardware export to the worldwide market. With over 30 years extensive experience and skill, we have been engineering a full range of fastener, with over 25,000 parts supply for various industrial fields, such as aerospace, automotive, construction, telecommunications and audio products, etc.... We are solely dedicated to the provision of a quality products and innovative services to suit the individual needs of consumer. </td> </tr> <tr> <td class="subtitle">RoHS Compliance </td> </tr> <tr> <td class="content" style="padding-bottom:30">Consolidating all of resources, Yun Fung meets the criteria required by the American/British/European Union RoHS directive, as it applies to certain restricted hazardous substances in the fasteners. </td> </tr> <tr> <td class="subtitle">Objective </td> </tr> <tr> <td class="content" style="padding-bottom:30">Our commitment towards excellence and quality is driven by comprehensive testing and inspections, customer satisfaction is always our utmost priority. We endeavor to live up to their iscerning needs that's maintain long-term business relationship. </td> </tr> </table> <p> </p></td> </tr> </table></td> </tr> <tr> <td height="45" align="right"><p class="footer">Copyright © 2009 Yun Fung Metal Industrial Limited. All Rights reserved. </p> </td> </tr> </table> </body>
</html>
|