<?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" name="b" label="Back">
<prev/>
</do>
</template>
<card id="start" title="Blue Dart" ontimer="#main">
<timer value="35"/>
<p align="center">
<img alt="Blue Dart Express" src="/img/bdlogo.wbmp"/><br/>
Solutions for peace of mind<br/><br/>
First wireless initiative in the Domestic Express Industry
<br/><br/>
</p></card>

<card id="main" title="Blue Dart">
	<p mode="nowrap">
	<a title="Tracking" href="#awb">Tracking</a><br/>
	<a title="Location Finder" href="#loc">Location Finder</a><br/>
	<a title="About Us" href="#abt">About Us</a><br/>
	<a title="Services" href="/wap/service.xml">Services</a><br/>
	<a title="Contact Us" href="/wap/contactus.xml">Contact Us</a><br/>
	<a title="Copyright" href="#cpr">Copyright</a><br/>
	</p>
    </card>
<card id="awb" title="Tracking">
	<p mode="nowrap">
		Enter Waybill No: <br/>
		<input name="numbers" title="Waybill No" type="text" value="" format="*N" emptyok="false"/><br/>
	      <anchor title="Track">Go<go href="/jsp/secondxml.jsp" method="post"><postfield name="numbers" value="$(numbers)"/><postfield name="awb" value="awb"/></go></anchor>
	</p>
</card>
<card id="loc" title="Location Finder">
	<p mode="nowrap">
	    Enter Pin Code :<br/>
	    <input name="pincode" title="Pin Code No" type="text" value="" format="6N" emptyok="false"/><br/>
	      <anchor title="Find">Go<go href="/jsp/thirdxml.jsp" method="post"><postfield name="pincode" value="$(pincode)"/></go></anchor>
	      
	</p>
</card>
<card id="abt" title="About Us">
<p>
We are South Asia's leading integrated air express carrier and premium logistics-services provider. We have the most extensive domestic network covering over 13,880 locations, and service more than 220 countries and territories worldwide through our Sales alliance with DHL, the premier global brand name in express distribution services </p>
</card>

<card id="cpr" title="Copyright">
<p>
Blue Dart Express Limited is the registered proprietor of the trade mark 
"BLUE DART". 
This site is protected by copyright and trade mark laws.
</p>
</card>
</wml>