﻿// JScript 文件
   var methodstr=new Array();
      methodstr[1]="    About  cooperation<br>Our  company  is  an  entitative  corporation  covering  buying,  production,  wholesale  and  retail.  We  sincerely  expect  to  cooperate  with  friends  from  all  around  the  world  and  we  propose  several  cooperation  modes  here.  You  can  choose  the  most  appropriate  mode  to  start  our  cooperation  <br>1  Online  order<br>Procedure:  choose  the  product-----add  to  cart-----register/  sign  in-----  confirm  the  bill-----pay  online-----process  order-----consignment  &amp;transportation-----  delivery<br>Time:  It  takes  around  5  minutes  from  choosing  he  product  to  completing  the  payment.  We  will  process  the  order  and  deliver  it  out  in  24  hours.  Usually  it  takes  5-8  days  to  arrive  you  after  the  consignment  <br>Advantages:  flexible,  convenient,  independent  shopping.  Suitable  for  individual  purchase,  retail  and  customers  who  want  to  have  a  try<br>Disadvantages:  When  you  want  to  order  more,  it’s  hard  for  customers  between  retail  customers  and  wholesalers  to  choose.  There  might  not  be  one-to-one  service  for  wholesalers<br>  ";


      methodstr[2]=" Procedure:  communicate  through  live  chat  tool  /email  -----  confirm  the  price  and  quantity  of  products  -----  remit  payment  to  appointed  account  -----  check  the  payment  &amp;  consignment  -----transportation  -----  delivery<br>Time:  It  usually  takes  5-10  minutes  from  first  communication  to  order  confirmed  and  12  hours  at  most  from  remittance  to  consignment  (only  30  minutes  when  before  18:00  Chinese  time,    12  hours  after  18:00  Chinese  time.  For  e-check,  consignment  is  after  the  payment  cleared).  There  are  5-8  days  between  transportation  to  delivery  <br>Advantages:  simple  and  short  procedure,  low  cost,  one-one  service  available,  preferential  treatment  <br>Disadvantages:  Wholesale  at  large  quantities  may  lead  to  overstock  and  be  at  risk  in  selling<br>  ";


      methodstr[3]=" Procedure:  communicate  through  live  chat  tool  /email  -----  ascertain  local  market  situation  -----  confirm  the  requirements  on  the  OEM  product  -----  sign  a  contract  -----  pay  advance  payment  in  accordance  with  the  contract  -----  fulfill  the  obligation  in  the  contract  -----  offer  sample  -----  sample  accepted  -----  production  -----  complete  the  payment  &amp;  consignment  -----  transportation  -----  check  and  accept  goods<br>Time:  It  takes  half  a  day  from  communication  to  ascertain  local  market  situation  and  another  half  day  to  confirm  the  requirements  on  the  OEM  product.  From  signing  the  contract  to  offering  samples  it  needs  14  days  as  usual.  There  are  about  15  days  from  accepting  the  samples  to  complete  the  production  and  5-8  days  from  complete  the  payment  &amp;  consignment  to  check  and  accept  goods.  <br>Advantages:  produce  the  products  fit  for  local  market  and  have  your  own  brand,  big  profit,  easily  keep  the  marketing  channel,  price,  and  counterfeit  under  control,  favorable  for  you  to  seize  on  and  control  local  market.  We  will  give  you  our  support  and  cooperation  in  protecting  your  legitimate  rights  and  interests  and  your  exclusive  rights.  <br>Disadvantages:  last  long  period,  high  cost<br>  ";


      methodstr[4]=" Procedure:  communicate  through  live  chat  tool  /email  -----  introduce  us  the  local  hot  products  -----  help  search  for  the  product  -----  offer  product  with  the  best  service  and  price<br>Time:  It  only  takes  5  minutes  from  first  communication  to  get  the  product  information  and    7  days  from  product  search  to  product  supply  <br>Advantages:  We  can  find  the  product  supplying  source  for  you,  sell  at  the  more  preferential  price  than  local  distributor,  and  get  more  profit  while  save  the  effort  and  cost";
      var me=1;
   var methti=new Array()
      methti[1]="<img src='..//images//about_line.gif' />&nbsp; 1.Order online";
      methti[2]="<img src='..//images//about_line.gif' />&nbsp; 2.Online  wholesale";
      methti[3]="<img src='..//images//about_line.gif' />&nbsp; 3.online  OEM";
      methti[4]="<img src='..//images//about_line.gif' />&nbsp; 4.BuyOffer";
   var bg=new Array()
    
      bg[1]="../images/Cooperationmode/back-01.jpg";
         bg[2]="../images/Cooperationmode/back-02.jpg";   
         bg[3]="../images/Cooperationmode/back-03.jpg";    
       bg[4]="../images/Cooperationmode/back-03.jpg";    
    
   var strimg=new Array() 
       strimg[1]="../images/Cooperationmode/Cooperative-method-01.gif";
        strimg[2]="../images/Cooperationmode/Cooperative-method-02.gif";   
       strimg[3]="../images/Cooperationmode/Cooperative-method-03.gif";    
       strimg[4]="../images/Cooperationmode/Cooperative-method-04.gif";    
        
        
      function met(st)
      {
      me=st
      document.getElementById("contt").innerHTML=methodstr[st];
      document.getElementById("methodTitle").innerHTML=methti[st];
       document.getElementById("tableimg").style.backgroundImage="url("+bg[st]+")";
        document.getElementById("methodimg").src=strimg[st];
      }
      
      function metend()
      { 
       if(me<4)
       {
            me=me+1;
            document.getElementById("contt").innerHTML=methodstr[me];
            document.getElementById("methodTitle").innerHTML=methti[me];
                   document.getElementById("tableimg").style.backgroundImage="url("+bg[st]+")";
        document.getElementById("methodimg").src=strimg[st];
       }
      }
      function metstart()
      {
     
        if(me>1)
        {
            me=me-1;
            document.getElementById("contt").innerHTML=methodstr[me];
            document.getElementById("methodTitle").innerHTML=methti[me];
             document.getElementById("tableimg").style.backgroundImage="url("+bg[st]+")";
           document.getElementById("methodimg").src=strimg[st];
        }
      }

