{php}navname(productshow){/php}
          
        {php}
 
           if($GLOBALS['lang'] == 'zh'){
                $sql = "SELECT cat_id,cat_name,parent_id FROM ".$GLOBALS['eces']->table('category_zh')." WHERE FirmID = '". $GLOBALS['FrimID']."' AND parent_id = '0' ORDER BY `sort_order` ASC  ";
            }elseif($GLOBALS['lang'] == 'tw'){
                 $sql = "SELECT cat_id,cat_name,parent_id FROM ".$GLOBALS['eces']->table('category_tw')." WHERE FirmID = '". $GLOBALS['FrimID']."' AND parent_id = '0' ORDER BY `sort_order` ASC  ";
            }else{
                 $sql = "SELECT cat_id,cat_name,parent_id FROM ".$GLOBALS['eces']->table('category_en')." WHERE FirmID = '". $GLOBALS['FrimID']."' AND parent_id = '0' ORDER BY `sort_order` ASC  ";
            }
                        
          $RS = $GLOBALS['dbes']->getAll($sql); 
                    
                    foreach($RS as $v){
                    
                      if($v[cat_id] == $_GET['bc'] ){ $styel_pro1 = 'style="display: block;"'; }
                      
                      $contenall .= '';      
                      
                      if($GLOBALS['lang'] == 'zh'){
                            $sql1 = "SELECT cat_id,cat_name,parent_id FROM ".$GLOBALS['eces']->table('category_zh')." WHERE FirmID = '". $GLOBALS['FrimID']."' AND parent_id = '".$v[cat_id]."' ORDER BY `sort_order` ASC  ";
                        }elseif($GLOBALS['lang'] == 'tw'){
                             $sql1 = "SELECT cat_id,cat_name,parent_id FROM ".$GLOBALS['eces']->table('category_tw')." WHERE FirmID = '". $GLOBALS['FrimID']."' AND parent_id = '".$v[cat_id]."' ORDER BY `sort_order` ASC  ";
                        }else{
                             $sql1 = "SELECT cat_id,cat_name,parent_id FROM ".$GLOBALS['eces']->table('category_en')." WHERE FirmID = '". $GLOBALS['FrimID']."' AND parent_id = '".$v[cat_id]."' ORDER BY `sort_order` ASC  ";
                        }
                    
                        $TS = $GLOBALS['dbes']->getAll($sql1); 
                        $tontstl = '';
                        
                       $contenall .= $tontstl;
                       
                   }  
                            
            echo $contenall;                            
           {/php}
      
          {php}navname('contactus'){/php}
            - 
              {if $base.LinkMan neq ''}
 - {$lang.LinkMan}{$base.LinkMan} {/if} {if $base.Telephone neq ''}
 - {$lang.Telephone}{$base.Telephone} {/if} {if $base.Fax neq ''}
 - {$lang.Fax}{$base.Fax} {/if} {if $base.QQNo neq ''}
 - {$lang.QQNo}{$base.QQNo} {/if} {if $base.Address neq ''}
 - {$lang.Address}{$base.Address} {/if}
 
            {php}navname('productshow'){/php}
          
           {php}prodlist(180,155,'pud_x',16,'',$target='_blank',''){/php}
             {if $page}
              
              
              
              {/if} 
            
          
{/if}
      {/if}