<%@ Page Language="C#" MasterPageFile="~/MoneyPortal.Master" AutoEventWireup="true"
    Codebehind="Instructions.aspx.cs" Inherits="MSMoney_Portal_.Instructions" Title="SMS Instructions" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">

    <script language="Javascript" type="text/javascript">
<!--

function showOrHide(eId, thisImg, state) {
	if (e = document.getElementById(eId)) {
		if (state == null) {
			state = e.style.display == 'none';
			e.style.display = (state ? '' : 'none');
		}
		
		if (state == true){				
			document.getElementById(thisImg).src="../../media/images/generic/minus.gif";
		}
		if (state == false){
			document.getElementById(thisImg).src="../../media/images/generic/plus.gif";
		}
	}
}
//function to hide all "boxes"
function hideAll(){
	document.getElementById('box1').style.display = 'none';
	document.getElementById('box2').style.display = 'none';
	document.getElementById('box3').style.display = 'none';
	document.getElementById('box4').style.display = 'none';
	document.getElementById('box5').style.display = 'none';
	document.getElementById('box6').style.display = 'none';
	document.getElementById('box7').style.display = 'none';
	document.getElementById('box8').style.display = 'none';
	document.getElementById('box9').style.display = 'none';
	document.getElementById('box10').style.display = 'none';
		document.getElementById('box11').style.display = 'none';
		document.getElementById('box12').style.display = 'none';
		document.getElementById('box13').style.display = 'none';
}
window.onload = function() { 
                hideAll();
            }

//!-->
    </script>

    <div class="Text">
        <img src="images/img60.gif" style="margin: 0 11px;" width="605" />
        <div class="FloatLeft">
            <a href="Default.aspx">Home</a> &raquo; How to Make a Payment</div>
        <div class="FloatRight">
            &laquo; <a href="javascript:history.go(-1)" onmouseover="self.status=document.referrer;return true">
                Back</a></div>
        <br />
        <div class="DivCentre">
            <h1 class="DivH1">
                Conveniently make payments for everyday stuff with an SMS</h1>
            Newspapers, coffee and cake, flowers, taxi fares, gifts, kids lunches, ringtones,
            software and all manner of everyday goods and services can now be paid with a simple
            SMS transmission from your Mobile Phone.
            <br />
            <br />
            MainStreet Money differs from all other mobile phone based payment systems in that
            it was the first as a consequence the most experienced and allows our Members to
            pay by CASH or <a href="http://www.mainstreetmoney.com.au/TradeDollars.aspx" target="_parent">
                TRADE DOLLARS</a> when they barter for discounts or payment by trade dollars.
            <br />
            <br />
            Many Merchants set minimum limits that they accept for non cash payments such as
            by EFTPOS or Credit Cards which have a high cost of processing for the Merchant.
            Therefore when payment is requested on small items, say under $10.00, these are
            usually expected to be paid in cash. NOW, with your MainStreet Money account linked
            to your Mobile Phone, you can enjoy making these smaller payments by TEXT when you
            don’t have, or don’t want to use your CASH.
            <br />
            <br />
            You will receive an Online Account and plastic Account Card when you join and you
            can control it all from your Mobile Phone to do any of the follow:
            <ul>
                <li>sign up new Users from your phone and receive rewards from their use
                    <li>obtain your account balance </li>
                    <li>send money transfers to other Users </li>
                    <li>make trade dollar transfers to others</li>
                    <li>load your account with cash</li>
                    <li>shop online and at the point of sale </li>
            </ul>
            <a name="SMSCodes"></a><a href="examples.aspx">
                <img src="images/img62.gif" width="605" /></a>
            <br />
            <br />
            <img src="images/SMSexamples.jpg" width="605" />
            <h1>
                MainStreet Money Transactions Safe, Easy &amp; Fun</h1>
            <p>
                MainStreet Money was developed in the ninties to assist Internet Providers with
                accepting cash payments and non cash payments over the internet. This power was
                transported to Mobile Phones and has been avaiable to you since 2000. For those
                of you who are new to Mobile Payments or text Messaging on mobile phones here is
                a list of the most common services you can access by Texting when you don’t have
                cash or cards with you.</p>
            <h4>
                All Text Requests Are Sent To 0429 669 676 <span class="TextLegal">(Your mobile phone
                    provider may charge you a fee for sending text messages)</span></h4>
            <h1>
                SMS Expressions Chart</h1>
            <div id="menu">
                <a href="javascript:;" onclick="showOrHide('box1')" class="itemLink">To Create a Supplier
                    Account</a>
                <div id="box1">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;msm&gt;</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        msm</td>
                                </tr>
                                <tr>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the word <b>msm</b> to <b>0429 669 676</b> to create a supplier account. Follow
                                        further prompts and messages.</td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box2')" class="itemLink">To Activate Your
                    Pre-Paid Card </a>
                <div id="box2">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;cardNumber&gt; (16 digit card number)</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        9511680812345678</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the <b>cardNumber</b> to <b>0429 669 676</b>. This will create a 'Standard
                                        Membership Account'. Follow further prompts and messages.</td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box3')" class="itemLink">Default account
                    creation under parent sent by new user </a>
                <div id="box3">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;accountHolderID&gt; or &lt;cardNumber&gt; or &lt;mobile Number&gt;
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        “12345” or “0401666817” or “9511680812345678”</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>Process</b></td>
                                    <td>
                                        Creates default account with mobile supplied and replies requesting email. Sets
                                        parent to account holder id supplied.</td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box4')" class="itemLink">Default account
                    creation under parent sent by parent </a>
                <div id="box4">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;signup&gt; &lt;mobileNumber &gt;
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        “signup 0401666817”</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>Process</b></td>
                                    <td>
                                        Creates default account with mobile sent and sends sms to mobile requesting email.
                                        Sets parent to user sending the original sms.</td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box5')" class="itemLink">To Suspend Your
                    Account </a>
                <div id="box5">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;stop&gt;
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        stop</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the word <b>stop</b> to <b>0429 669 676</b> to suspend your account.
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box6')" class="itemLink">Default account
                    creation </a>
                <div id="box6">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;emailAddress&gt;
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        david@mainstreetworld.com</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Creates default account with mobile and email supplied. Replies with email and sms
                                        welcome messages. Sends supplier coupon if coupon id previously sent.
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box7')" class="itemLink">Foreign card transfer
                </a>
                <div id="box7">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        atm!&lt;amount&gt;
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        atm!50</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Transfers the amount specified to the accounts default foreign card.
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box8')" class="itemLink">Cash Account Balance
                </a>
                <div id="box8">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;balance&gt;&lt;cash&gt;</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        balance cash</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the words <b>balance cash </b>to <b>0429 669 676</b> to obtain your Cash account
                                        balance by SMS.
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box9')" class="itemLink">Trade Dollar Account
                    Balance </a>
                <div id="box9">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;balance&gt;&lt;trade&gt;</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        balance trade
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the words <b>balance trade </b>to <b>0429 669 676</b> to obtain your Trade
                                        Dollar account balance by SMS.
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box10')" class="itemLink">To top up your
                    account from a Credit Card </a>
                <div id="box10">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;credit&gt;&lt;amount&gt;</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        credit50</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the word<strong> credit </strong>and the <b>amount</b> to <b>0429 669 676</b>.
                                        The amount will be transfered from your nominated credit card on your file to your
                                        MSM Account Profile. There will be a record of this transfer in your account
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box11')" class="itemLink">To top up your
                    account from a Bank Account </a>
                <div id="box11">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;bank&gt;&lt;amount&gt;</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        bank50</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the word <b>bank</b> and the <b>amount</b> to <b>0429 669 676</b>. The amount
                                        will be transfered from your nominated bank account on your file to your MSM Account
                                        Profile. There will be a record of this transfer in your account
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box12')" class="itemLink">Buy or Pay Anyone
                    in Cash </a>
                <div id="box12">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;mobile&gt;&lt;cash&gt;&lt;amount&gt;&lt;reference&gt;</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        0409876167cash7.5cofee with friends</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the <b>mobile</b>, the word <b>cash</b>, the <b>amount</b> and a <b>reference</b>
                                        to <b>0429 669 676</b>. There will be a record of this transfer in your account
                                        profile.
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
                <a href="javascript:;" onclick="showOrHide('box13')" class="itemLink">Buy or Pay Anyone
                    in Trade </a>
                <div id="box13">
                    <ul>
                        <li>
                            <table id="Table_Slider">
                                <tr>
                                    <td width="130">
                                        <b>SMS Rule</b></td>
                                    <td width="450">
                                        &lt;mobile&gt;&lt;trade&gt;&lt;amount&gt;&lt;reference&gt;</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Example</b></td>
                                    <td>
                                        0409876167trade98.5timber for patio</td>
                                </tr>
                                <tr>
                                    <td>
                                        <b>SMS Instructions</b></td>
                                    <td>
                                        Send the <b>mobile</b>, the word <b>trade</b>, the <b>amount</b> and a <b>reference</b>
                                        to <b>0429 669 676</b>. There will be a record of this transfer in your account
                                        profile.
                                    </td>
                                </tr>
                            </table>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
    </div>
</asp:Content>
