<?xml version="1.0" encoding="iso-8859-1"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> 
<wml>
 <card id="welcome" title="Todd Library" ontimer="#mainmenu">
  <timer value="150"/>
<p align="center">
  <big>Waubonsee Community College Todd Library</big>
</p> 
<p align="center">
   <img src="http://library.waubonsee.edu/images/book.wbmp" alt="book"/><br/>
   <anchor>Enter the Library
    <go href="#mainmenu"/> 
   </anchor>
</p>
 </card>
  <card id="mainmenu" title="Todd Library"> 
   <p>
    <small>
Welcome to the mobile Todd Library.<br/>Please select from the following options.
    </small>

   </p>
   <p>
     <select title="Please select from the following options" name="menu">
       <option value="contact" onpick="contacts.wml">Contact Us</option>
       <option value="contact" onpick="#HourMenu">Library Hours</option>
       <option value="contact" onpick="http://library.waubonsee.edu/web2/waptramp2.pl/log_in?setting_key=wap&amp;screen=login.wml">My Account</option>
       <option value="contact" onpick="#illmenu">Interlibrary Loan Services</option>
       <option value="contact" onpick="/wordpress/wp-wap.php">Featured Resources</option>

     </select>
   </p>


  </card>
  <card id="illmenu" title="Interlibrary Loan"> 
   <p>
    <small>
Welcome to the Todd Library Mobile Interlibrary Loan service.<br/>Please select from the following options.
    </small>
   </p>
   <p>
     <select title="Please select from the following options" name="menu">
       <option value="contact" onpick="/wapill/guidelines.wml">Guidelines</option>
       <option value="contact" onpick="/wapill/login.php">Manage My Account</option>
       <option value="contact" onpick="#mainmenu">Main Menu</option>
     </select>
   </p>

  </card>

  <card id="HourMenu" title="Hours"> 
   <p>
    <small>
Please select a library to view its hours.
    </small>
     <select title="Please select a library to view its hours." name="hourmenu">
       <option value="contact" onpick="#SG">Todd Library</option>
       <option value="contact" onpick="#AC">Aurora Campus</option>
       <option value="contact" onpick="#CPL">Copley Campus</option>
       <option value="contact" onpick="#HOLIDAY">Holiday Hours</option>
     </select>
   </p>

  </card>

<card id="HOLIDAY" title="Holiday Hours">
<p>
  <small>The college will be closed on the following dates:</small>
  <table columns="1">
    <tr>
      <td>7/4/05</td>
      <td>8/5/05</td>
      <td>11/23/05 - 11/27/05</td>
      <td>12/23/05(4:30 pm) - 1/1/06</td>
      <td>4/16/06</td>
      <td>5/29/06</td>
      <td>7/4/06</td>
    </tr>
  </table>
</p>

</card>

<card id="SG" title="Sugar Grove Hours"> 
<p>
  <small>Sugar Grove</small>
</p>
<p>
  <table columns="3">
    <tr>
      <td>M-T</td><td>7:30a</td><td>10:00p</td>
    </tr>
    <tr>
      <td>F</td><td>7:30a</td><td>4:30p</td>
    </tr>
    <tr>
      <td>Sa</td><td>8:00a</td><td>1:00p</td>
    </tr>
    <tr>
      <td>Su</td><td>noon</td><td>5:30p</td>
    </tr>
  </table>
</p>
<p>
  <small>Only open Sat. and Sun. during fall and spring semesters.</small>
</p>

</card>

<card id="CPL" title="Copley Hours"> 
<p>
  <small>Waubonsee Center at Copley</small>
</p>
<p>
  <table columns="3">
    <tr>
      <td>M-F</td><td>7:30a</td><td>9:30p</td>
    </tr>
    <tr>
      <td>Sa</td><td>8:00a</td><td>4:00p</td>
    </tr>
    <tr>
      <td>Su</td><td>8:30a</td><td>5:00p</td>
    </tr>
  </table>
</p>
</card>
<card id="AC" title="Aurora Hours"> 
<p>
<small>Aurora Campus</small>
</p>
<p>
  <table columns="3">
    <tr>
      <td>M-Th</td><td>7:30a</td><td>9:30p</td>
    </tr>
    <tr>
      <td>F</td><td>7:30a</td><td>4:30p</td>
    </tr>
    <tr>
      <td>Sa</td><td>8:00a</td><td>4:30p</td>
    </tr>
    <tr>
      <td>Su</td><td>Noon</td><td>4:30p</td>
    </tr>
  </table>
</p>
</card>

</wml>
