<?xml version="1.0"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 

<wml> 

  <template> 
  </template> 

  <card title="Welcome" id="main"> 
    <p align='center'> 
      <img src='logo.wbmp' alt='Main logo'/> 
    </p> 
    <p>
    Hello.  Please select something:
    </p>
    <p>
    <a href='news.wml'>News</a>
    <br/>
    <a href='products.wml'>Products</a>
    <br/>
    <a href='#help'>Help</a>
    <br/>
    <a href='#contact'>Contact us</a>
    </p>
  </card> 

  <card title="Help" id="help"> 
    <p> 
     Pro2Net provides news, research and products to busy professionals. 
    </p> 
    <p> 
      To view more items, click the 'Back' button to return to the main menu. 
    </p> 
  </card> 

  <card title="Contact us" id="contact"> 
    <p> 
      Call us at 206 664-9000
    </p> 
  </card> 

</wml>

