<?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;"> </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('ucsearch_txtsearch_sel');return false;} else {return true;}} " onfocus="WatermarkFocus(this,'Type in Model or IMEI number');" onblur="WatermarkBlur(this,'Type in Model or IMEI number');" onkeyup="requestHandsets_sel('txtsearch_sel');" 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;"> </td>
<td style="width:37px;"><input type="image" name="ucsearch$imgbtnSearch_sel" id="ucsearch_imgbtnSearch_sel" src="./img/quicksearch_go.gif" onclick="load_search('ucsearch_txtsearch_sel'); 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="search.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="#" 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 -->
<?php
include('footer.html');
?>