MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/trinix19.ipage.com/Backup/FoneFinal/new1/
File Upload :
Current < : /hermes/bosweb/b1705/trinix19.ipage.com/Backup/FoneFinal/new1/how_it_work.html

<?php
	include('header.html');
?>

    <div class="container">

        <div class="row">
            <div class="box " style="background-color: white;">
                <div class="col-lg-12">
                    
                        <span style="font-family:Verdana, Arial; font-size:18px; color:black; font-weight:900; padding-bottom:10px;">How It Works</span>
                   
                </div>
                <div class="col-md-8" style="width: 100%;">
<table cellpadding="0" cellspacing="0" style="width:100%;">
<tbody><tr>
    <td rowspan="10" style="width:20px;"></td>
    <td style="line-height:15px; height:15px;">&nbsp;</td>
    <td rowspan="10" style="width:20px;"></td>
</tr>
<tr>
    <td>
        <div style="font-family:Verdana, Arial; font-size:12px; color:#606061; padding-bottom:10px;">
            <span class="subhdr"></span>
            <br><br>
            
                Sell your old mobile phones, iPads, Tablets, iPods and other gadgets for cash. Working or non-working models are accepted. Businesses can unlock the value of their surplus mobile phones too, call us or email <a href="mailto:ot@cmrecycling.co.uk">ot@cmrecycling.co.uk</a> to receive a business quotation.
            
        </div>
        <table>
            <tbody><tr>
                <td style="width:25%;">
                    <div class="imgsteps"><img src="./img/1-search.gif" alt="search for your device"></div>
                    <div class="steps4">
                        <span>1. Search</span><br>
                        Use one of the Search bars to find out how much your mobile phones, tablets or gadgets are worth.
                    </div>
                </td>
                <td style="width:25%;">
                    <div class="imgsteps"><img src="./img/2-create.gif" alt="search for your device"></div>
                    <div class="steps4">
                        <span>2. Create Order</span><br>
                        Add your mobile phones to the cart and create a Fonebank order.
                    </div>
                </td>
                <td style="width:25%;">
                    <div class="imgsteps"><img src="./img/3-post.gif" alt="search for your device"></div>
                    <div class="steps4">
                        <span>3. Post</span><br>
                        Post your mobile phones. Free collection available for 5 mobiles phones or more.<br>
                    </div>
                </td>
                <td style="width:25%;">
                    <div class="imgsteps"><img src="./img/4-cash.gif" alt="search for your device"></div>
                    <div class="steps4">
                        <span>4. Fast Payment</span><br>
                        Payment issued the same day we receive your mobiles by BACS or Cheque.
                    </div>
                </td>
            </tr>
        </tbody></table>
        <div class="nospace">
            <div style="width:430px; display:inline-block;">
                
<script>
    function load_search(txtSearch) {
        var search = document.getElementById(txtSearch).value;
        if (search != '') {
            window.open('selmodel.php?srch=' + search, '_self');
        }
    }
</script>
<style>
    .greycont {
        background-color:#F2F2F2;
        border:1px solid #e0e0e0;
        padding:5px;
    }
    .whiteround {
        background-color:white;
        border-radius:5px;
        -webkit-border-radius:5px;
        -moz-border-radius:5px;
        padding:5px;
        display:inline-block;
        margin-top:17px;
        position:relative;
    }
    .txtbox {
        padding: 0px;
        margin: 0px;
        height: 32px;
        border: none;
        padding-left: 35px;
        font-family: verdana;
        color: #606060;
        font-size: 12px;
        width:200px;
        background-image:url('images/v4/search-icon.gif');
        background-repeat:no-repeat;
        background-position:5px center;
    }
    .redarrow {
        display:inline-block;
        width:105px;
        height:75px;
        background-image:url('images/v4/search-arrow.gif');
        background-repeat:no-repeat;
    }
        .redarrow div {
            width:calc(100% - 15px);
            text-align:center;
            color:white;
            font-weight:bold;
            font-family:Verdana;
            font-size:14px;
            margin-top:18px;
        }

    .mfrs3cols {
        width:calc(100% - 10px);
        height:60px;
        margin:0px;
        padding:0px;
        padding-left:10px;
    }
        .mfrs3cols li {
            line-height:30px;
            width:33%;
            display:inline;
            float:left;
        }
            .mfrs3cols li a {
                text-decoration:none;
                color:white;
                font-weight:bold;
                font-family:Verdana;
                font-size:12px;
            }
            .mfrs3cols li a:hover {
                text-decoration:underline;
            }
    .searchddl {
        border: solid 1px black;
        height: 200px;
        width: 200px;
        position: absolute;
        overflow: auto;
        display: none;
        background-color: White;
        top:35px !important;
        left:10px !important;
    }
</style>
   <script language="javascript" type="text/javascript">

    function requestHandsets_sel(sourcefld) {
        var divHandsets = document.getElementById("divHandsets_sel");
        var searchtxt = document.getElementById("ucsearch_txtsearch_sel");
        var imei_val = false;
        if (searchtxt.length == 15) {
            if (typeof (searchtxt) == "number") {
                imei_val = true;
            }
        }
        if (imei_val) {
        } else {
            if (searchtxt.value.length >= 2) {
                var search_text = "";
                search_text = searchtxt.value.replace(" ", "]");
                self.frames["ifsearch_sel"].location = "/admin/ajaxGetHandsets.php?src=" + sourcefld + "&div=divHandsets_sel&searchtxt=" + search_text;
             } else {
                 divHandsets.style.display = "none";
             }       
        }

    }

  function selecthandset_sel(div,selid,selhiddenid)
  {
      if (div == 'divHandsets_sel') {
        var divHandsets = document.getElementById("divHandsets_sel");
        var searchtxt = document.getElementById("ucsearch_txtsearch_sel");
        var lbhandsets = document.getElementById("lbhandsets");
        searchtxt.value='';
        //divHandsets_sel.style.display="none";

        var srch = "";
        searchtxt.value = lbhandsets.options[lbhandsets.selectedIndex].value;
        srch = searchtxt.value;

        var mfr = "";
        var model = "";
        var pos = "";

        if (srch.match("Apple") == "Apple") {
            mfr = (srch.slice(6));
            pos = (mfr.indexOf(" "));
            model = (mfr.slice(pos + 1));
            mfr = "Apple " + mfr.slice(0, pos);
        } else {
            mfr = srch
            pos = (mfr.indexOf(" "));
            model = (mfr.slice(pos + 1));
            mfr = (mfr.slice(0, pos));
        }
        mfr = mfr.replace(" ", "-");
        model = model.split('-').join('_');
        model = model.split(' ').join('-');
        model = model.split('/').join('^');
        model = model.toLowerCase();
        mfr = mfr.toLowerCase();



        window.location = "http://www.fonebank.com/sell-" + mfr + "/" + mfr + "-" + model + ".php";
        //< response.write(PostBackStr)  %> <!-- for calling postback from javascript -->

        return false;
   }      
  }

    function displayHandsets_sel(sText, div, sourcefld) {
        if (div == 'divHandsets_sel') {
            var searchtxt = document.getElementById("ucsearch_txtsearch_sel");            
            var left=getElementLeft('ucsearch_txtsearch_sel');
            var top=getElementTop('ucsearch_txtsearch_sel');
            var divHandsets = document.getElementById("divHandsets_sel");
            divHandsets.innerHTML = sText;
            if (sText != "") { divHandsets.style.display = "inline"; } else { divHandsets.style.display = "none"; }
            //divHandsets.left=(window.Width / 2)-250;
            
            if (left) {
                left=left+5;
                divHandsets.style.left=left + "px";
                top=top+30;
                divHandsets.style.top=top+ "px";
            } else {
                divHandsets.style.left=(window.Width / 2);
            }
        } 
    }




   </script>

<table cellpadding="0" cellspacing="0" style="height:76px; width:100%; background-color:white;">
<tbody><tr>
    <td>
        <div class="greycont">
            <div style="color:white; font-family:Verdana; font-size:11px; background-color:#0072BC;">
                <div class="redarrow">
                    <div>START<br>SELLING</div>
                </div>
                <div class="whiteround">
                    <table cellpadding="0" cellspacing="0">
                    <tbody><tr>
                        <td>
                            <input name="ucsearch$txtsearch_sel" type="text" value="Type in Model or IMEI number" id="ucsearch_txtsearch_sel" class="txtbox" onkeydown="if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {load_search(&#39;ucsearch_txtsearch_sel&#39;);return false;} else {return true;}} " onfocus="WatermarkFocus(this,&#39;Type in Model or IMEI number&#39;);" onblur="WatermarkBlur(this,&#39;Type in Model or IMEI number&#39;);" onkeyup="requestHandsets_sel(&#39;txtsearch_sel&#39;);" autocomplete="off" style="background-color:Transparent;">
    		                <div id="divHandsets_sel" class="searchddl"></div>
		                    <iframe src="about:blank" name="ifsearch_sel" id="ifsearch_sel" style="display :none;"></iframe>      
                        </td>
                        <td style="width:10px;">&nbsp;</td>
                        <td style="width:37px;"><input type="image" name="ucsearch$imgbtnSearch_sel" id="ucsearch_imgbtnSearch_sel" src="./img/quicksearch_go.gif" onclick="load_search(&#39;ucsearch_txtsearch_sel&#39;); return false;" style="border-style:None;border-width:0px;"></td>
                    </tr>
                    </tbody></table>
                </div>
            </div>
            <div style="color:white; font-family:Verdana; font-size:11px; background-color:#0072BC;">
                <ul class="mfrs3cols">
                    <li><a href="m/sell-apple-iphone.php">Apple iPhone</a></li>
                    <li><a href="m/sell-blackberry.php">Blackberry</a></li>
                    <li><a href="m/sell-samsung.php">Samsung</a></li>
                    <li><a href="m/sell-nokia.php">Nokia</a></li>
                    <li><a href="m/sell-htc.php">HTC</a></li>
                    <li><a href="m/sell-sony.php">Sony Ericsson</a></li>
                </ul>
            </div>
            <div style="background-color:#0f5ea2; padding:7px; line-height:14px;">
                <a href="http://www.fonebank.com/sell_mobile_phones_cash.php" style="color:white; font-family:Verdana; font-size:12px; font-weight:bold; text-decoration:none;">Show All Manufacturers</a>
            </div>
        </div>
        <div></div>
    </td>
</tr>
</tbody></table>

            </div>
        </div>
    </td>
</tr>
</tbody></table>
				
				
				
				
				
				
                   
                
                <div class="col-md-4">
                   
                </div>
                <div class="clearfix"></div>
            </div>
        </div>
		        


</div>
    </div>
    <!-- /.container -->

     <footer>
        <div class="container">
            <div class="row">
                <div class="col-lg-12 text-center">
                   <table>
					<tr>
				   <th style="  width: 300px;">
				   USEFUL INFO
				   </th >
				   <th style="  width: 300px;">
				    MORE INFO
				   </th>
				    <th style="  width: 300px;">
				     COMMUNITY
				   </th>
				    <th style="  width: 300px;">
				    CONTACT US
				   </th>
				   </tr>
				   <tr>
				   <td>
                                <a href="./companies.html" class="ftr_lnk2">Company Mobile Phones</a><br>
                                <a href="./terms.html" class="ftr_lnk2">Handset Terms and Conditions</a><br>
                                <a href="./companies.html" class="ftr_lnk2">Free Collection for 5 Mobiles+</a><br>
                                <a href="./how_to_post.html" class="ftr_lnk2">How To Post</a><br>
                                <a href="./mobile_phone_data_reset.html" class="ftr_lnk2">Data Removal</a><br>
                                <a href="./aboutus.html" class="ftr_lnk2">About Us</a><br>
                                <a href="./contactus.html" class="ftr_lnk2">Enquiries</a><br>
                                <a href="./buy_mobiles.php" target="_cmr" class="ftr_lnk2">Buy Mobile Phones</a><br>
                                
                                <a href="./activation-lock.html" class="ftr_lnk2">iCloud Activation Lock Info</a><br>
                                
			                </td>
							<td>
			                    <a href="./press_release.html" class="ftr_lnk2">Press</a><br>
                                <a href="./terms.html" class="ftr_lnk2">Full Terms and Conditions</a><br>
                                <a href="./terms.html" class="ftr_lnk2">Competition Terms &amp; Conditions</a><br>
                                <a href="./privacy.html" class="ftr_lnk2">Privacy Policy</a><br>
                                <a href="./affiliates.html" class="ftr_lnk2">Affiliates</a><br>
                                <a href="./environmental.html" class="ftr_lnk2">Environment</a>
			                </td>
							  <td>
                                <a href="blog.html" class="ftr_lnk2">Blog</a><br>
                                <a href="./infographics.html" class="ftr_lnk2">Infographics</a><br>
                                <a href="./competition.html" class="ftr_lnk2">Competitions</a><br>
                                <br><br><br>
                                <span style="color:#000000; font-family:Verdana; font-size:12px; font-weight:bold;">FOLLOW US</span>
                                <br><br>
                                <table cellpadding="0" cellspacing="0" style="margin-left:0px;">
                                <tbody><tr>
                                    <td><a href="http://www.facebook.com/fonebanker" target="_facebook"><img src="./img/follow_facebook.gif" style="border:none;" alt="follow us on facebook"></a></td>
                                    <td style="padding-left:7px;"><a href="http://www.twitter.com/fonebank" target="_twitter"><img src="./img/follow_twitter.gif" style="border:none;" alt="follow us on twitter"></a></td>
                                    <td style="padding-left:7px;"><a href="http://www.youtube.com/user/fonebanktv" target="_youtube"><img src="./img/follow_youtube.gif" style="border:none;" alt="find us on youtube"></a></td>
                                    <td style="padding-top:2px; padding-left:7px;">
                                       
                                        <script type="text/javascript">
                                            (function () {
                                                var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
                                                po.src = 'https://apis.google.com/js/plusone.js';
                                                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
                                            })();
                                        </script>
                                    </td>
                                </tr>
                                </tbody></table>
			                </td>
			                			                <td style="color:#606060; font-family:Verdana; font-size:11px; font-weight:normal;">
			                    For all questions about orders or general enquiries please contact:<br><br>
                                <span style="color:#000000;font-style:italic;">Email:</span><br>
                                <a href="mailto:sales@fonebank.com" class="ftr_lnk3">sales@fonebank.com</a><br><br>
                                <span style="color:#000000;font-style:italic;">Telephone:</span><br>
                                +44 (0)20 7404 6440<br><br>
                                <span style="color:#000000;font-style:italic;">Office Hours:</span><br>
                                9.30am-5.30pm GMT
			                </td>
		
				   </tr>
				   <tr>
				   
				   </tr>
				   </table>
				   
                </div>
            </div>
        </div>
    </footer>

    <!-- jQuery -->
    <script src="js/jquery.js"></script>

    <!-- Bootstrap Core JavaScript -->
    <script src="js/bootstrap.min.js"></script>

    <!-- Script to Activate the Carousel -->
    <script>
    $('.carousel').carousel({
        interval: 5000 //changes the speed
    })
    </script>

</body>

</html>