<?xml version="1.0" encoding="utf-8"?>
<!-- Created: 03/15/2001 3:27:42 PM -->
<!-- By: Sample Company -->

<group 
       xmlns='http://www.xbrl.org/core/xbrl-2000-07-31'
       xmlns:ci='http://www.xbrl.org/us/gaap/ci/2000-07-31'
       ID='W-3 Demo'
       entity='Sample Company'
       period = '2000'
       schemaLocation='http://www.xbrlproject.fanspace.com/irs-w3-2001-03-15.xsd'
       scaleFactor='0'
       precision='9'
       type='w3:w3'
       unit='ISO4217:USD'
       decimalPattern='#.#'
       formatName=''>

<!--Form W-3 Transmittal of Wage and Tax Statements -->
<!--SECTION:  Employer Information-->
<group type='w3:w3.employerInformation'>
      <item type='w3:employerInformation.numberOfW2'>10</item>
      <group type='w3:employerInformation.kindOfPayer'>
            <item type='w3:kindOfPayer.941'>Yes</item>
            <item type='w3:kindOfPayer.cT1'>No</item>
            <item type='w3:kindOfPayer.military'>No</item>
            <item type='w3:kindOfPayer.householdEmployer'>No</item>
            <item type='w3:kindOfPayer.943'>No</item>
            <item type='w3:kindOfPayer.medicareGovernmentEmployer'>No</item>
            <item type='w3:kindOfPayer.thirdPartySickPay'>No</item>
      </group>
      <group type='w3:employerInformation.employerIdentificationNumber'>
             <group type='w3:employerIdentificationNumber.federal'>
                     <item type='w3:federal.eIN'>95-4678910</item>
             </group>
             <group type='w3:employerIdentificationNumber.state'>
                     <item type='w3:state.state'>CA</item>
                     <item type='w3:state.eIN'>445-6789</item>
             </group>
      </group>
      <item type='w3:employerInformation.employerName'>Sample Company</item>
      <group type='w3:employerInformation.employerAddress'>
            <item type='w3:employerAddress.street1'>111 Crooked Lane</item>
            <item type='w3:employerAddress.street2'>Suite 10</item>
            <item type='w3:employerAddress.city'>Fullerton</item>
            <item type='w3:employerAddress.state'>CA</item>
            <item type='w3:employerAddress.zip'>92831</item>
       </group>
       <group type='w3:employerInformation.contactInformation'>
            <item type='w3:contactInformation.contactPerson'>Stella Hartono</item>
            <item type='w3:contactInformation.e-mailAddress'>stellahartono@go.com</item>
       </group>
       <group type='w3:employerInformation.employerTelephone'>
            <item type='w3:employerTelephone.mainPhone'>714-555-1111</item>
            <item type='w3:employerTelephone.fax'>714-555-2222</item>
       </group>
    </group>
<!--SECTION:  Wages and Tax Information-->
<group type='w3:w3.wagesAndTaxInformation'>
       <group type='w3:wagesAndTaxInformation.wagesTipsOtherCompensation'>
           <label href='xpointer(..)' xml:lang='en'>Wages, Tips, and Other Compensation</label>
           <item period='2000-12-31'>100000</item>
       </group>
       <group type='w3:wagesAndTaxInformation.federalIncomeTaxWitheld'>
           <label href='xpointer(..)' xml:lang='en'>Federal Income Tax Witheld</label>
           <item period='2000-12-31'>25000</item>
       </group>
       <group type='w3:wagesAndTaxInformation.socialSecurityWages'>
           <label href='xpointer(..)' xml:lang='en'>Social Security Wages</label>
           <item period='2000-12-31'>100000</item>
       </group>
       <group type='w3:wagesAndTaxInformation.socialSecurityTaxWitheld'>
           <label href='xpointer(..)' xml:lang='en'>Social Security Tax Witheld</label>
           <item period='2000-12-31'>7000</item>
       </group>
       <group type='w3:wagesAndTaxInformation.medicareWagesAndTips'>
           <label href='xpointer(..)' xml:lang='en'>Medicare Wages and Tips</label>
           <item period='2000-12-31'>100000</item>
       </group>
       <group type='w3:wagesAndTaxInformation.medicareTaxWitheld'>
           <label href='xpointer(..)' xml:lang='en'>Medicare Tax Witheld</label>
           <item period='2000-12-31'>2500</item>
       </group>
       <group type='w3:wagesAndTaxInformation.stateWagesAndTips'>
           <label href='xpointer(..)' xml:lang='en'>State Wages and Tips</label>
           <item period='2000-12-31'>100000</item>
       </group>
       <group type='w3:wagesAndTaxInformation.stateIncomeTaxWitheld'>
           <label href='xpointer(..)' xml:lang='en'>State Income Tax Witheld</label>
           <item period='2000-12-31'>1000</item>
       </group>
</group>
</group>
