<?xml version='1.0' encoding='UTF-8'?>
<!-- Created by Charles Hoffman, CPA, 2007-01-01 -->
<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
    xmlns:xbrli='http://www.xbrl.org/2003/instance'
    xmlns:gaap-dim="http://www.xbrl.us/gaap-dim" 
    xmlns:usfrtf="http://www.xbrl.us/usfrtf" 
    xmlns:company="http://www.SampleCompany.com/Company"
    >

<xsl:output method='xml' indent='yes' />

<xsl:template match='/'>
<xsl:processing-instruction name='mso-application'>progid='Excel.Sheet'</xsl:processing-instruction>
<xsl:comment>Autogenerated by XSLT stylesheet</xsl:comment>
<xsl:comment> Created by Charles Hoffman, CPA, 2007-01-01 </xsl:comment>

<Workbook xmlns='urn:schemas-microsoft-com:office:spreadsheet'
          xmlns:excel='urn:schemas-microsoft-com:office:excel'
          xmlns:sheet='urn:schemas-microsoft-com:office:spreadsheet'>
   <Styles>
      <Style sheet:ID='Style-01'>
         <Font excel:Family='Swiss' sheet:Bold='1'/>
      </Style>
      <Style sheet:ID='Style-02'>
         <Alignment sheet:Horizontal='Center' sheet:Vertical='Bottom'/>
         <Font excel:Family='Swiss' sheet:Bold='1'/>
      </Style>
      <Style sheet:ID='Style-03'>
         <Alignment sheet:Horizontal='Center' sheet:Vertical='Top' sheet:WrapText='1'/>
         <Borders>
            <Border sheet:Position='Bottom' sheet:LineStyle='Continuous' sheet:Weight='1'/>
         </Borders>
         <Font excel:Family='Swiss' sheet:Size='9'/>
      </Style>
      <Style sheet:ID='Style-04'>
         <NumberFormat sheet:Format='#,##0_);\(#,##0\)'/>
      </Style>
    </Styles>
 <Worksheet sheet:Name='Segment Information'>
    <Table sheet:ExpandedRowCount='35'>
      <Column sheet:Width='20'/>
      <Column sheet:Width='200'/>
      <Column sheet:Width='60'/>
      <Column sheet:Width='60'/>
      <Column sheet:Width='60'/>
      <Column sheet:Width='60'/>
      <Column sheet:Width='60'/>
      <Row sheet:Index='1'>
         <Cell sheet:Index='1' sheet:StyleID='Style-01'>
            <Data sheet:Type='String'>Segment Information</Data>
         </Cell>
      </Row>
      <Row sheet:Index='4'>
         <Cell sheet:Index='3' sheet:StyleID='Style-03'>
            <Data sheet:Type='String'>Electronic goods</Data>
         </Cell>
         <Cell sheet:Index='4' sheet:StyleID='Style-03'>
            <Data sheet:Type='String'>Construction</Data>
         </Cell>
         <Cell sheet:Index='5' sheet:StyleID='Style-03'>
            <Data sheet:Type='String'>Leasing</Data>
         </Cell>
         <Cell sheet:Index='6' sheet:StyleID='Style-03'>
            <Data sheet:Type='String'>Toys</Data>
         </Cell>
         <Cell sheet:Index='7' sheet:StyleID='Style-03'>
            <Data sheet:Type='String'>Eliminations</Data>
         </Cell>
         <Cell sheet:Index='8' sheet:StyleID='Style-03'>
            <Data sheet:Type='String'>Consolidated</Data>
         </Cell>
      </Row>
      <Row sheet:Index='6' sheet:StyleID='Style-04'>
         <Cell sheet:Index='2'>
            <Data sheet:Type='String'>External sales</Data>
         </Cell>
         <Cell sheet:Index='3'>
            <Data sheet:Type='Number'><xsl:value-of select="/xbrli:xbrl/usfrtf:ExternalSales[@contextRef='D-2003-EG'] div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='4'>
            <Data sheet:Type='Number'><xsl:value-of select="/xbrli:xbrl/usfrtf:ExternalSales[@contextRef='D-2003-C'] div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='5'>
            <Data sheet:Type='Number'><xsl:value-of select="/xbrli:xbrl/usfrtf:ExternalSales[@contextRef='D-2003-L'] div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='6'>
            <Data sheet:Type='Number'><xsl:value-of select="/xbrli:xbrl/usfrtf:ExternalSales[@contextRef='D-2003-T'] div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='7'>
            <Data sheet:Type='Number'><xsl:value-of select="/xbrli:xbrl/usfrtf:ExternalSales[@contextRef='D-2003-EL'] div 1000" /></Data>
         </Cell>
         <Cell sheet:Index='8'>
            <Data sheet:Type='Number'><xsl:value-of select="/xbrli:xbrl/usfrtf:ExternalSales[@contextRef='D-2003-CG'] div 1000" /></Data>
         </Cell>
      </Row>

   </Table>
</Worksheet>

</Workbook>
</xsl:template>
</xsl:stylesheet>



