<?xml version="1.0"?>
 <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">







<wml>

<card id="aboutus" title="Tunespray/About Us">
  <p align="left">
   <img src="image1/header_big_1.png" alt="TuneSpray Mobile" width="216" height="45"/>
</p>
<p align="left">
<img src="image1/border_1.png" alt="-----------"  />
</p>


     <p align="left">
       <b><u>About Us</u></b>
     </p>
       
     <p>        
      Tunespray is an innovative service from Kolkata (India) that allows you to create graphic-rich mobile content and 
      deliver it to another mobile phone in a single download. It brings direct benefit to users and or businesses who want
      to extend their brand or marketing message to the mobile phone.

     </p>

       <p align="left">
          
       
       <a href="#contactus">Contact Us</a>
        <br/>
<anchor>Home
<go href="welcome.jsp"/> 
</anchor> 
</p>

<p align="center">         
                  © 2009 TuneSpray.com 
       </p>
</card>     



<card id="contactus" title="Tunespray/Contact Us" ordered="true" newcontext="false"> 

    <p align="left">
   <img src="image1/header_big_1.png" alt="TuneSpray Mobile" width="216" height="45"/>
</p>

<p align="left">
<img src="image1/border_1.png" alt="-----------"  />
</p>



    <p align="left">
      <b> Name:</b>&nbsp;&nbsp;<input name="name" type="text" emptyok="false"//>
       
       <b> Email:</b>&nbsp;&nbsp;<input name="from" type="text" emptyok="false"/>       
      
      <b> Message:</b><input name="message" type="text" emptyok="false"/>
       
       <br/>
       <b>Query:</b>       
      <select name="query" value="feedback" title="Query" >
        <option value="feedback">FeedBack</option>
        <option value="support">Support</option>
        <option value="info">Info</option>        
      </select>

       <anchor>
         <go method="post" href="feedback2.jsp">
		<postfield name="message" value="$message"/>
		<postfield name="from" value="$from"/>
		<postfield name="name" value="$name"/>
     	      <postfield name="query" value="$query"/>
        </go>        
        <b> <img src="image2/send1.png" alt="send" width="51" height="16"/></b>
       </anchor>

      
       <anchor>
          <refresh>
	     <setvar name="message" value=""/>
	     <setvar name="from" value=""/>
	     <setvar name="name" value=""/>
           <setvar name="query" value="feedback"/>
	    </refresh>
	   <b> Reset</b>
       </anchor>
     </p>
     <p align="left">
          
       <a href="#aboutus">AboutUs</a> 
       <br/>
<anchor>Home
<go href="welcome.jsp"/> 
</anchor> 
</p>

<p align="center">         
                   © 2009 TuneSpray.com 
       </p>

</card>

</wml>