<?xml version="1.0"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 

<wml> 
   
  <template> 
    <do type="prev" label="Back"><prev/></do>
  </template> 
   
<card id="card1" ontimer="#card2" title="">
    <timer value="20"/>
    <p align="center">
			<br/>&nbsp;<br/>
			<img src="images/battery.wbmp" alt="thaLaB"/>
    </p>
  </card>

<card id="card2" ontimer="#menu" title="">
    <timer value="8"/>
    <p align="center">
			<br/>&nbsp;<br/>
			<small>[preview edition]</small>
    </p>
  </card>

  <card id="menu" title="                                            " newcontext="true">    
    <do type="unknown" label="Copyright">
      <go href="#copyright"/>
    </do> 
    <p align="center"> 
			<img src="images/battery.wbmp" alt="logo"/><br/>
			<small>thaLaB | Wap Edition <br/>&nbsp;<br/>
			Welcome to thaLaB in Wap. This is Wap edtion covers a small amount of stuff we do... follow the links below to find out more.<br/>
			<img src="images/line.wbmp" alt="line"/><br/>
			<a href="#about">About</a><br/>
			<a href="#services">Services</a><br/>
			<a href="#contact">Contact</a><br/>
			<a href="#mail">Join our Mail List</a><br/>
			<br/>&nbsp;<br/>
			</small>
    </p> 
  </card> 
   
  <card id="copyright" title="    Copyright    "> 
    <onevent type="ontimer">
			<prev/>
    </onevent>
    <timer value="25"/>
    <p align="center"> 
			<small>Copyright&#xA9; 2002<br/>ThaLab.<br/>All rights reserved.</small>
    </p> 
  </card> 
 
  <card id="about" title="     About     "> 
    <p align="left"> 
			<small>Formed in 2002. thaLab ...</small> 
    </p> 
  </card> 
 
  <card id="services" title="    Services    "> 
    <p align="left">
			<small>Heres a list of the few things that we can provide for your bussiness.</small>
    </p>
    <p align="center">
			<img src="images/line.wbmp" alt="line"/><br/>
    </p>
    <p align="left">
			<small><br/>
			Box Modifcation<br/>
			Custom OS<br/>
			Web Page Design<br/>
			Network Installation<br/>
			<br/>&nbsp;<br/>
			</small>
    </p>
     
  </card> 

  <card id="contact" title="    Contact    "> 
    <p align="left"> 
      <small><br/>
			Platform 2,<br/> 
			Bendigo Railway Station<br/>
			Bendigo, Australia, 3550
			E-mail: thalab@in.com<br/>
			Phone: [03] .... ....
			<br/>&nbsp;<br/>
		 </small> 
    </p> 
  </card>

  <card id="mail" title="     Mailing List      "> 
    <p align="left"><br/>
			Name: <input name="Name" size="15"/><br/> 
			E-mail: <input name="Email" size="15"/><br/>
    </p>
  </card> 

</wml> 




