<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>index.gif</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><!-- Fireworks 4.0  Dreamweaver 4.0 target.  Created Tue Nov 07 15:58:16 GMT+0800 (?D1¨²¡À¨º¡Á?¨º¡À??) 2000-->
<STYLE type=text/css></STYLE>

<SCRIPT language=JavaScript>
<!--
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (numGotos != null)
    if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
    else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  jmpFwd = (fNew > tmLn.curFrame);
  for (i = 0; i < tmLn.length; i++) {
    sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
    if (sprite.charAt(0) == "s") {
      numKeyFr = sprite.keyFrames.length;
      firstKeyFr = sprite.keyFrames[0];
      lastKeyFr = sprite.keyFrames[numKeyFr - 1];
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
      for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
      for (j=0; j<sprite.values.length; j++) {
        props = sprite.values[j];
        if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
        else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
        if (sprite.obj != null) {
          if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
          else        sprite.obj[props.prop2][props.prop] = props[propNum];
      } }
    } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  }
  tmLn.curFrame = fNew;
  if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}

function MM_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  if (myID == tmLn.ID) { //if Im newest
    setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
    fNew = ++tmLn.curFrame;
    for (i=0; i<tmLn.length; i++) {
      sprite = tmLn[i];
      if (sprite.charAt(0) == 's') {
        if (sprite.obj) {
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=1;
            for (j=0; j<sprite.values.length; j++) {
              props = sprite.values[j]; 
              if (numKeyFr != props.length) {
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
      if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  } }
}

function MM_initTimelines() { //v4.0
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    document.MM_Time = new Array(1);
    document.MM_Time[0] = new Array(2);
    document.MM_Time["Timeline1"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "Timeline1";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String("sprite");
    document.MM_Time[0][0].slot = 1;
    if (ns4)
        document.MM_Time[0][0].obj = document["Layer1"];
    else if (ns5)
        document.MM_Time[0][0].obj = document.getElementById("Layer1");
    else
        document.MM_Time[0][0].obj = document.all ? document.all["Layer1"] : null;
    document.MM_Time[0][0].keyFrames = new Array(1, 19, 20, 22, 24, 39, 42, 52, 74, 92, 107, 118, 120, 121, 122, 124, 125, 126, 127, 128, 130, 131, 132, 164, 186, 187, 188, 189, 190, 192, 193, 194);
    document.MM_Time[0][0].values = new Array(3);
    if (ns5)
        document.MM_Time[0][0].values[0] = new Array("565px", "564px", "563px", "562px", "561px", "560px", "559px", "558px", "557px", "556px", "555px", "554px", "553px", "553px", "552px", "551px", "550px", "550px", "549px", "546px", "544px", "542px", "538px", "531px", "529px", "527px", "525px", "523px", "520px", "518px", "515px", "512px", "510px", "507px", "505px", "503px", "501px", "500px", "498px", "497px", "499px", "500px", "499px", "497px", "495px", "493px", "491px", "489px", "487px", "485px", "484px", "483px", "483px", "483px", "483px", "483px", "484px", "484px", "485px", "485px", "486px", "486px", "487px", "488px", "488px", "489px", "490px", "490px", "491px", "491px", "492px", "492px", "493px", "493px", "493px", "493px", "493px", "493px", "493px", "493px", "493px", "493px", "492px", "492px", "492px", "492px", "492px", "492px", "492px", "492px", "493px", "493px", "494px", "495px", "496px", "497px", "499px", "500px", "502px", "503px", "505px", "506px", "508px", "509px", "510px", "511px", "512px", "513px", 
"514px", "514px", "514px", "515px", "515px", "515px", "515px", "515px", "515px", "515px", "516px", "517px", "517px", "518px", "518px", "518px", "521px", "523px", "526px", "527px", "528px", "528px", "529px", "530px", "530px", "531px", "531px", "531px", "532px", "532px", "532px", "533px", "533px", "533px", "534px", "534px", "535px", "535px", "536px", "536px", "537px", "537px", "538px", "538px", "539px", "539px", "540px", "540px", "541px", "541px", "542px", "542px", "543px", "544px", "544px", "545px", "546px", "547px", "548px", "549px", "550px", "551px", "552px", "554px", "555px", "556px", "557px", "558px", "559px", "560px", "561px", "562px", "563px", "564px", "565px", "566px", "566px", "567px", "567px", "567px", "567px", "567px", "567px", "566px", "565px", "564px");
    else
        document.MM_Time[0][0].values[0] = new Array(565,564,563,562,561,560,559,558,557,556,555,554,553,553,552,551,550,550,549,546,544,542,538,531,529,527,525,523,520,518,515,512,510,507,505,503,501,500,498,497,499,500,499,497,495,493,491,489,487,485,484,483,483,483,483,483,484,484,485,485,486,486,487,488,488,489,490,490,491,491,492,492,493,493,493,493,493,493,493,493,493,493,492,492,492,492,492,492,492,492,493,493,494,495,496,497,499,500,502,503,505,506,508,509,510,511,512,513,514,514,514,515,515,515,515,515,515,515,516,517,517,518,518,518,521,523,526,527,528,528,529,530,530,531,531,531,532,532,532,533,533,533,534,534,535,535,536,536,537,537,538,538,539,539,540,540,541,541,542,542,543,544,544,545,546,547,548,549,550,551,552,554,555,556,557,558,559,560,561,562,563,564,565,566,566,567,567,567,567,567,567,566,565,564);
    document.MM_Time[0][0].values[0].prop = "left";
    if (ns5)
        document.MM_Time[0][0].values[1] = new Array("184px", "180px", "176px", "172px", "168px", "165px", "161px", "157px", "153px", "149px", "146px", "142px", "139px", "136px", "133px", "130px", "128px", "125px", "123px", "124px", "125px", "125px", "123px", "127px", "129px", "132px", "135px", "138px", "141px", "145px", "149px", "153px", "157px", "160px", "164px", "167px", "170px", "173px", "176px", "182px", "185px", "190px", "192px", "194px", "196px", "198px", "200px", "202px", "205px", "208px", "212px", "217px", "220px", "223px", "226px", "229px", "232px", "235px", "238px", "242px", "245px", "249px", "253px", "257px", "260px", "264px", "268px", "272px", "276px", "279px", "283px", "287px", "290px", "294px", "298px", "302px", "306px", "310px", "314px", "318px", "322px", "326px", "330px", "333px", "337px", "341px", "345px", "348px", "352px", "355px", "359px", "362px", "366px", "370px", "373px", "377px", "380px", "383px", "386px", "389px", "392px", "395px", "398px", "401px", "404px", "407px", "410px", "415px", 
"419px", "423px", "428px", "432px", "436px", "439px", "443px", "446px", "448px", "451px", "455px", "455px", "457px", "458px", "459px", "459px", "454px", "450px", "447px", "444px", "443px", "442px", "439px", "438px", "435px", "432px", "429px", "425px", "422px", "418px", "415px", "411px", "407px", "403px", "399px", "394px", "390px", "385px", "381px", "376px", "371px", "366px", "360px", "355px", "350px", "345px", "340px", "336px", "331px", "326px", "321px", "317px", "312px", "308px", "303px", "299px", "293px", "288px", "282px", "277px", "272px", "266px", "261px", "257px", "252px", "247px", "243px", "239px", "235px", "231px", "227px", "223px", "220px", "217px", "214px", "211px", "208px", "205px", "204px", "203px", "201px", "198px", "197px", "195px", "191px", "186px");
    else
        document.MM_Time[0][0].values[1] = new Array(184,180,176,172,168,165,161,157,153,149,146,142,139,136,133,130,128,125,123,124,125,125,123,127,129,132,135,138,141,145,149,153,157,160,164,167,170,173,176,182,185,190,192,194,196,198,200,202,205,208,212,217,220,223,226,229,232,235,238,242,245,249,253,257,260,264,268,272,276,279,283,287,290,294,298,302,306,310,314,318,322,326,330,333,337,341,345,348,352,355,359,362,366,370,373,377,380,383,386,389,392,395,398,401,404,407,410,415,419,423,428,432,436,439,443,446,448,451,455,455,457,458,459,459,454,450,447,444,443,442,439,438,435,432,429,425,422,418,415,411,407,403,399,394,390,385,381,376,371,366,360,355,350,345,340,336,331,326,321,317,312,308,303,299,293,288,282,277,272,266,261,257,252,247,243,239,235,231,227,223,220,217,214,211,208,205,204,203,201,198,197,195,191,186);
    document.MM_Time[0][0].values[1].prop = "top";
    if (!ns4) {
        document.MM_Time[0][0].values[0].prop2 = "style";
        document.MM_Time[0][0].values[1].prop2 = "style";
    }
    document.MM_Time[0][0].values[2] = new Array("hidden","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible","visible");
    document.MM_Time[0][0].values[2].prop = "visibility";
    if (!ns4)
        document.MM_Time[0][0].values[2].prop2 = "style";
    document.MM_Time[0][1] = new String("behavior");
    document.MM_Time[0][1].frame = 195;
    document.MM_Time[0][1].value = "MM_timelineGoto('Timeline1','1')";
    document.MM_Time[0].lastFrame = 195;
    for (i=0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID = null;
        document.MM_Time[i].curFrame = 0;
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    }
}
//-->
</SCRIPT>

<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY vLink=#ffffff aLink=#ffffff link=#ffffff bgColor=#014175 
onload="MM_timelinePlay('Timeline1')">
<DIV align=center>
  <TABLE borderColor=#000000 height=507 cellSpacing=0 cellPadding=0 width=615 
border=1>
    <TBODY> 
    <TR>
      <TD width=611 height=519 valign="top"> 
        <table height=567 cellspacing=0 cellpadding=0 width=600 border=0>
          <!-- fwtable fwsrc="1.png" fwbase="index.gif" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
          <tbody> 
          <tr> 
            <td width=190 height=27 valign="bottom"><img height=57 
            src="http://www.ezlink.com.tw/e-mail/taiuhua/index_r2_c1.gif" width=144 border=0 
            name=index_r2_c1></td>
            <td colspan=2 height=98 rowspan=2 valign="bottom"> 
              <table cellspacing=0 cellpadding=0 width=470 border=2>
                <tbody> 
                <tr> 
                  <td height="35"> <object 
                  codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0 
                  height=79 width=477 
                  classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
                      <param name="movie" value="http://www.ezlink.com.tw/e-mail/taiuhua/index.swf">
                      <param name="quality" value="high">
                      <embed src="http://www.ezlink.com.tw/e-mail/taiuhua/index.swf" quality=high 
                  pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" 
                  type="application/x-shockwave-flash" width="477" height="79">
                      </embed> 
                    </object></td>
                </tr>
                </tbody> 
              </table>
            </td>
          </tr>
          <tr> 
            <td valign=top width=190 height=2 bgcolor="#7b0063"><img height=29 
            src="http://www.ezlink.com.tw/e-mail/taiuhua/index_r3_c1.gif" width=191 border=0 
            name=index_r3_c1></td>
          </tr>
          <tr> 
            <td valign=top bgcolor=#7b0063 colspan=3 height=2> 
              <div align="right"><font color="#ffffff" size="2">homepage:<a 
            href="http://www.taihua-golf.com/">http://www.taihua-golf.com</a><font color=#7b0063>-</font>¡¡<font color=#ffffff 
            size=2><font 
            face="Courier New, Courier, mono">E-mail:</font><font 
            face="Courier New, Courier, mono" color=#ffffff><a 
            href="mailto:smfj@public.smptt.fj.cn">smfj@public.smptt.fj.cn</a></font></font></font></div>
            </td>
          </tr>
          <tr align=left> 
            <td valign=top colspan=3 height=320> 
              <div align=center> 
                <table height=536 cellspacing=0 cellpadding=0 width=664 border=0>
                  <tbody> 
                  <tr> 
                    <td valign=top width=473 height=544> 
                      <p style="MARGIN-TOP: 15px; LINE-HEIGHT: 120%"><font 
                  face="Courier New, Courier, mono"><span 
                  style="LETTER-SPACING: -2px"><font color=#00ff00><b>Taihua Industries 
                        Golf Co.,Ltd .</b>,</font><font 
                  face="Courier New, Courier, mono" color=#ffffff>is a specialized 
                        producer and distributor of Golf products in China . Our 
                        main products are Wood Golf Tees and Plastic Golf devices.We 
                        have 6 years' experience in dealing with Golf business 
                        and are widely known for our Complete range of various 
                        new designs and for our high quality and competitive price.Now 
                        we have established very Good business relationship with 
                        many customers all over the world.Our main products and 
                        specifications indude:<br>
                        1.Wood Golf Tee: 1 5/8";1 7/8";2 1/8";2 3/8";2 3/4";3 
                        1/4".<br>
                        2.Wood Graduated Tee:1 3/8";1 3/4";2 1/8";2 3/4";<br>
                        3.Plastic Tee:1 5/8";2 1/8";2 3/4";3 1/4".<br>
                        4.Plastic Graduated Tee:1 3/8";2 1/8";2 3/4";3 1/4".<br>
                        5.3.5"Wood pencil;Plstic pencil;plastic ball Marker;Divot 
                        Repair;Golf umbrella;Golf Grip; Metal Divot Repair;grasping 
                        handle;and other serial products and gifts.We are able 
                        do print various"LOGO",according to partnes requirements.<br>
                        We always insist on providing good products , quality 
                        service, and competitive price.Our company have quite 
                        good reputation among our partners.Webelieve that we are 
                        capable of providing you with good service and cooperation. 
                        We are looking forward to establishing a new and long 
                        term business relationship with yeur esteemed company 
                        in the near future.</font></span></font></p>
                    </td>
                    <td valign=top width=191 height=544> 
                      <div align=center><br>
                        <img height=470 
                  src="http://www.ezlink.com.tw/e-mail/taiuhua/2.gif" width=165> 
                      </div>
                    </td>
                  </tr>
                  </tbody> 
                </table>
              </div>
            </td>
          </tr>
          <tr align=left> 
            <td valign=top colspan=3 height=1> 
              <div align="center"> 
                <hr>
                <font color="#FFFFFF">TEL:86-0598-8244878,8683878 <br>
                ¡¡FAX:86-0598-8235387 <br>
                ¡¡ADD:Liedong Foreign Trade Building Sanming,Fujian,China <br> 
                ¡¡POSTCODE:365000 </font> </div>
            </td>
          </tr>
          <tr align=left> 
            <td valign=top colspan=3 height=2>&nbsp;</td>
          </tr>
          </tbody> 
        </table>
      </TD>
    </TR></TBODY></TABLE>
<DIV id=Layer1 
style="Z-INDEX: 1; LEFT: 565px; VISIBILITY: hidden; WIDTH: 121px; POSITION: absolute; TOP: 184px; HEIGHT: 80px"><IMG 
height=120 src="http://www.ezlink.com.tw/e-mail/taiuhua/1.gif" width=90 name=Image1></DIV>
<P class=unnamed1>&nbsp;</P></DIV></BODY></HTML>