

<html>
<head>
<title>ocean call - Telemarketing Contact center delivering high quality B2B outbound projects to its US and UK based clients from a Caribbean location</title>
<META NAME="keywords" content="Ccenter, list cleansing,database cleansing,C center,telemarketing,call center,contact,contact center,world wide,worldwide,global,competitive,caribbean telemarketing,grenada,OECS,grenada call center,call center grenada,audit,canada,canadian,american,center,ccenter,aata cleansing,list cleansing,list management,offshore,broker,brokerage,b2b,b2c,business to businesss,magazine,publication,publications,media,quality,delivery,business to consumer,bpa,abc,professional,marketing,subscription,circulation,list verification,caribbean,qualification,re-qualification,validation,direct marketing,direct mail,publishing,services,database,telephone,telephone sales,inbound,outbound,cheaper,effective,deliverable,bureau,solutions,communication,rocket,ant,dma,buisness,mail-shot,mail,post,post office,dealing">
<META NAME="description" content="<b>ocean call</b> is a Telemarketing Contact center delivering high quality B2B outbound projects to its US and UK based clients from a Caribbean location.">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">
<!--
 body {
          scrollbar-3d-light-color: #FFFFFF;
          scrollbar-arrow-color: #000000;
          scrollbar-base-color: #DDDDDD;
          scrollbar-dark-shadow-color: #FFFFFF;
          scrollbar-face-color: #FFFFFF;
		  scrollbar-track-color: #FFFFFF;
          scrollbar-highlight-color: #FFFFFF;
          scrollbar-shadow-color: #FFFFFF}
-->
</style>

<script language="JavaScript1.2">
<!--

// author = Chris Jordan <chris@remoteuser.co.uk>
 
function ignore() {
	return true;
}

onError=ignore;

var nav6up = ((navigator.appName.indexOf('Netscape') != -1) && (parseInt(navigator.appVersion)>=5));

var nav5down = (document.layers);

var ie4Up = (document.all);



var lastMouseOutTime = new Date().getTime();
var closePending=false;

var menuLayers=new Array();
		menuLayers[0]="about";
		menuLayers[1]="puttotest";
		
var rightMenuLayers=new Array();
var rightMenuLayerX=new Array();

		

// adjustment for right hand menu positions 
var posXAdjustment=0;
if (nav5down)
		posXAdjustment=17;	

// menu hide delay in milliseconds
var menuHideDelay=500;

// utils  
function getWinWidth() {
  if (nav5down || nav6up)
    return window.innerWidth;
  else
    return document.body.clientWidth;
}

function getDivDocument(name) {
  if (nav5down)
    layer = eval("document." + name + ".document");
  else if (nav6up)
    layer = document.getElementById("menu"+ name).document;
  else
    layer = eval("document.all." + name + ".document");

  return(layer);
}

function getDiv(name) {
  if (nav5down)
    layer = eval("document." + "menu"+name);
  else if (nav6up)
    layer = document.getElementById("menu"+ name).style;
  else
    layer = eval("document.all." + "menu"+name + ".style");

  return(layer);
}

//evt handlers
function _handleMouseOver(evt) {
	if(nav5down) {
		var handledHere=false;
		for(var i=0; i<menuLayers.length;i++) {
			if (evt.target.id == ("menu"+menuLayers[i])) {
				closePending=false;
				handledHere=true;
			}        	      
		}
		if (!handledHere) routeEvent(evt);
	}
	else {
		closePending=false;
	}
}

function _handleMouseOut(evt) {
	if(nav5down) {
		var handledHere=false;        	
		for(var i=0; i<menuLayers.length;i++) {
			if (evt.target.id == ("menu"+menuLayers[i])) {
				mouseOutMenu();
				handledHere=true;
			}        	      
		}
		if (!handledHere) routeEvent(evt);
	}
	else {
		mouseOutMenu();
	}
}


function mouseOverMenu(menuItem) {
	closePending=false;
	for(var i=0; i<menuLayers.length;i++) {
  	if (menuLayers[i] == menuItem)
		getDiv(menuItem).visibility="visible";
    else
		getDiv(menuLayers[i]).visibility="hidden";
  }
}

function mouseOutMenu() {
	lastMouseOutTime = new Date().getTime();	
	closePending=true;
}

function closeMenus() {
	for(var i=0; i<menuLayers.length;i++) {
		getDiv(menuLayers[i]).visibility="hidden";
		MM_showHideLayers('menubanner','','show');
	}
  closePending=false;
}

function posRightLayers() {
	for(var i=0; i<rightMenuLayers.length;i++)
		getDiv(rightMenuLayers[i]).left = getWinWidth() - rightMenuLayerX[i] - posXAdjustment;
}

function advance() {
	if (closePending && (lastMouseOutTime < (new Date().getTime() - menuHideDelay)))
  	closeMenus();
  posRightLayers();
}

var running = false;
function thread() {
	 advance();
	if (running) setTimeout('thread()',100);
}

function start() {
 	if (!running) {
		running=true;
		thread();
	}

	if (ie4Up) {
		for(i=0; i<menuLayers.length;i++) {	
		    layer = eval("document.all." + "menu"+menuLayers[i]);
			layer.onmouseover = _handleMouseOver;
			layer.onmouseout = _handleMouseOut;
		}
	}

	if (nav6up) {
		for(i=0; i<menuLayers.length;i++) {
		    layer = document.getElementById("menu"+menuLayers[i]);
			layer.addEventListener("mouseover",_handleMouseOut,false);
			layer.addEventListener("mouseout",_handleMouseOut,false);
		}
	}

	// start pseudo   
	if (!running) {
	   running=true;
	   thread();
	}
}

function stop() {
	running=false;
}

function net6MouseOut(e) {
	t=e.target;
}

function setUpNet6Capture() {
	l = document.getElementById("myDiv");
	l.addEventListener("mouseup",net6,true); 
}

function init() {
	if(nav5down) {
		captureEvents(Event.MOUSEOVER|Event.MOUSEOUT);
		onmouseover = _handleMouseOver;
		onmouseout = _handleMouseOut;
	}
	start();
}
  
// -->
</script>

<script language="JavaScript">
<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_nbGroup(event, grpName) { //v3.0
  var i,img,nbArr,args=MM_nbGroup.arguments;
  if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
      img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
      if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
      nbArr[nbArr.length] = img;
      for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
        if (!img.MM_up) img.MM_up = img.src;
        img.src = img.MM_dn = args[i+1];
        nbArr[nbArr.length] = img;
    } }
  } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1];
      nbArr[nbArr.length] = img;
    }
  } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
      img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
  } else if (event == "down") {
    if ((nbArr = document[grpName]) != null)
      for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
      if (!img.MM_up) img.MM_up = img.src;
      img.src = img.MM_dn = args[i+1];
      nbArr[nbArr.length] = img;
  } }
}
//-->
</script>
<script language="JavaScript">
<!--

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function framecheck()
{var parentframe = 'fr_index.html';

if (parent.location.href == self.location.href)
   	{var current = window.self.location.pathname;
    window.location.replace (parentframe + '?' + current);
    }
};
// -->
//-->
</script>

</head>
<LINK rel=stylesheet type="text/css" href="oc.css">

<body marginwidth="1" marginheight="1" bgcolor="#FFFFFF" text="#BBBBBB" background="images/background/about.gif" onLoad="framecheck();init();MM_preloadImages('images/menu/about_hi.gif','images/menu/contact_hi.gif','images/menu/presentation_hi.gif','images/menu/services_hi.gif','images/menu/go_hi.gif','images/menu/home_hi.gif')">

<div id="menuabout" style="z-index:100; position:absolute; width:250; left:220px; top:41px; visibility:hidden"> 
<table border="0" cellpadding=1 cellspacing=0>
  <tr>
    <td bgcolor="#000000">
	
	<table border="0" cellpadding=1 cellspacing=0 width=100%>
	  <tr>
		<td id="profile" bgcolor="#686868"><p class="menutext"><A onMouseOver="document.all['profile'].bgColor='#363636';" onMouseOut="document.all['profile'].bgColor='#686868';" CLASS="menu" HREF="about.html"><nobr>General Information</nobr></A></p></td>
	  </tr>
	  <tr>
		<td id="supplier" bgcolor="#686868"><p class="menutext"><A onMouseOver="document.all['supplier'].bgColor='#363636';" onMouseOut="document.all['supplier'].bgColor='#686868';" CLASS="menu" HREF="services.html">Services</A></p></td>
	  </tr>
	  <tr>
		<td id="ocimages" bgcolor="#686868"><p class="menutext"><A onMouseOver="document.all['ocimages'].bgColor='#363636';" onMouseOut="document.all['ocimages'].bgColor='#686868';" CLASS="menu" HREF="grenada_images.html"><b>ocean call</b> images</A></p></td>
	  </tr>
	  <tr>
		<td id="history" bgcolor="#686868"><p class="menutext"><A onMouseOver="document.all['history'].bgColor='#363636';" onMouseOut="document.all['history'].bgColor='#686868';" CLASS="menu" HREF="history.html">History & Background</A></p></td>
	  </tr>
	</table>	
	
	</td>
  </tr>
</table>
</div>

<div id="menuputtotest" style="z-index:100; position:absolute; width:250; left:295px; top:41px; visibility:hidden"> 
<table border="0" cellpadding=1 cellspacing=0>
  <tr>
    <td bgcolor="#000000">
	
	<table border="0" cellpadding=1 cellspacing=0 width=100%>
	  <tr>
		<td id="grenada" bgcolor="#686868"><p class="menutext"><A onMouseOver="document.all['grenada'].bgColor='#363636';" onMouseOut="document.all['grenada'].bgColor='#686868';" CLASS="menu" HREF="contact_grenada.html"><nobr>Contact Info Grenada</nobr></A></p></td>
	  </tr>
	  <tr>
		<td id="uk" bgcolor="#686868"><p class="menutext"><A onMouseOver="document.all['uk'].bgColor='#363636';" onMouseOut="document.all['uk'].bgColor='#686868';" CLASS="menu" HREF="contact_us_uk.html"><nobr>Contact Info US / UK</nobr></A></p></td>
	  </tr>
	  <tr>
		<td id="totest" bgcolor="#686868"><p class="menutext"><A title="Discover The Cost of Placing your Call Center Requirements Offshore" onMouseOver="document.all['totest'].bgColor='#363636';" onMouseOut="document.all['totest'].bgColor='#686868';" CLASS="menu" HREF="test.html"><nobr>Put Us To The Test</nobr></A></p></td>
	  </tr>
	 </table>	
	
	</td>
  </tr>
</table>
</div>

<div id="menu" style="position:absolute; left:183px; top:24px; width:437px; height:18px; z-index:20"> 
  <table border="0" cellpadding="0" cellspacing="0">
    <tr> 
      <td><a href="index.html" onClick="MM_nbGroup('down','group1','home','images/menu/home_hi.gif',1)" onMouseOver="MM_nbGroup('over','home','images/menu/home_hi.gif','images/menu/home_hi.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="home" src="images/menu/home_lo.gif" border="0" onLoad="" alt="ocean call home"></a></td>
      <td><a href="about.html" onClick="MM_nbGroup('down','group1','about','images/menu/about_hi.gif',1)" onMouseOver="MM_showHideLayers('menubanner','','hide');mouseOverMenu('about');MM_nbGroup('over','about','images/menu/about_hi.gif','images/menu/about_hi.gif',1)" onMouseOut="mouseOutMenu('menuabout');MM_nbGroup('out')"><img name="about" src="images/menu/about_lo.gif" border="0" onLoad="" width="39" height="17" alt="about us"></a></td>
      <td><a href="news_press_120503.html" onClick="MM_nbGroup('down','group1','news','images/menu/news_hi.gif',1)" onMouseOver="MM_nbGroup('over','news','images/menu/news_hi.gif','',1)" onMouseOut="MM_nbGroup('out')"><img name="news" src="images/menu/news_lo.gif" border="0" alt="news & press releases" onLoad=""></a></td>
      <td><a href="contact_grenada.html" onClick="MM_nbGroup('down','group1','contact','images/menu/contact_hi.gif',1)" onMouseOver="MM_showHideLayers('menubanner','','hide');mouseOverMenu('puttotest');MM_nbGroup('over','contact','images/menu/contact_hi.gif','images/menu/contact_hi.gif',1)" onMouseOut="mouseOutMenu('menuputtotest');MM_nbGroup('out')"><img name="contact" src="images/menu/contact_lo.gif" border="0" onLoad="" width="48" height="17" alt="contact details"></a></td>
      <td><a HREF="javascript:MM_openBrWindow('OC_web_presentation.ppt','presentation','status=yes,width=600,height=440');" onMouseOver="MM_nbGroup('over','presentation','images/menu/presentation_hi.gif','images/menu/presentation_hi.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="presentation" src="images/menu/presentation_lo.gif" border="0" width="75" height="17" alt="download & view presentations"></a></td>
	  <!--<td><a href="services.html" onClick="MM_nbGroup('down','group1','services','',1)" onMouseOver="MM_nbGroup('over','services','images/menu/services_hi.gif','',1)" onMouseOut="MM_nbGroup('out')"><img name="services" src="images/menu/services_lo.gif" border="0" onLoad="" width="50" height="17" alt="services"></a></td>-->
      <td><img src="images/menu/users.gif" width="92" height="17" alt="Enter you user name in the text box to the right and select go"></td>
      <td><img src="images/null.gif" width="121" height="17"></td>
      <td><a HREF="javascript:MM_showHideLayers('heading','','show');" onClick="MM_showHideLayers('incorectpass','','show');" onMouseOver="MM_nbGroup('over','go','images/menu/go_hi.gif','images/menu/go_hi.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="go" src="images/menu/go_lo.gif" border="0" width="25" height="17" alt="type your password in to the box to the left and click to enter user area"></a></td>
    </tr>
</table>
</div>


<div id="heading" style="position:absolute; left:43px; top:120px; width:135px; height:26px; z-index:2"><img src="images/headings/about.gif" width="76" height="23"></div>


<div id="text" style="position:absolute; left:43px; top:153px; width:139px; height:196px; z-index:7"> 
  <p>Please select from the following topics to find out more about <b>ocean call</b>:</p>
  <p><img src="images/more_arrow.gif" width="6" height="7">&nbsp;<A HREF="about.html">General Information</A><BR>
	<img src="images/more_arrow.gif" width="6" height="7">&nbsp;<A HREF="services.html">Services</A><br>
	<img src="images/more_arrow.gif" width="6" height="7">&nbsp;<A HREF="grenada_images.html"><b>ocean call</b> images</A><br>
	<img src="images/more_arrow.gif" width="6" height="7">&nbsp;<A HREF="history.html">History & Background</A></p>
  <br>
</div>

<div id="underbanner" style="position:absolute; left:0px; top:42px; width:656px; height:64px; z-index:3">
<IMG SRC="images/banner_home_under.gif" WIDTH=655 HEIGHT=44 BORDER=0>
</div>



<div id="general" style="position:absolute; left:263px; top:112px; width:373px; height:233px; z-index:21"> 
<p class="sectionheading">General Information</p>
<p>It is with this economic background that <b>ocean call</b> was established to service initially the US and subsequently the UK offshore Call Center requirements, it is located in Grenada, an island located in the South-Eastern Caribbean just north of Trinidad and Venezuela. Grenada provides a well-educated (98% literacy), English speaking workforce that is already successfully delivering high quality services to the US market.</p>
<p><b>ocean call's</b> location is therefore ideally suited to service the UK and the US market needs, whether business to business in the UK or business to consumer on the west coast of the US. Many companies outsourcing are seeking to provide a 24/7 operation and this service too can be accommodated by <b>ocean call</b>. </p>
<p class="sectionheadingpad20">Management</p>
<p><b>ocean call</b> is a UK and US owned and managed business employing management professionals with many years of experience of the Call Center industry, these managers are well versed in meeting the quality and delivery standards that are demanded by the targeted markets.</p>
<p class="sectionheadingpad20">Technical</p>
<p><b>ocean call's</b> technical infrastructure is technically advanced and provides high quality fibre telecommunications to its targeted markets with all customer information replicated daily to <b>ocean call's</b> UK Data Management environment. This advanced infrastructure ensures all customers with a high level of service reporting, data security and disaster recovery.</p>
<br><br>
</div>

<div id="services" style="position:absolute; left:263px; top:112px; width:373px; height:233px; z-index:23; visibility: hidden"> 
<p class="sectionheading">Services</p>
<p>Employing more than 200 Customer Service Representatives (CSR's) per shift <b>ocean call</b> is able to offer a comprehensive range of 'Inbound' and 'Outbound' services:</p>
<ul>
<li>Controlled Circulation Telemarketing 
<li>Paid Circulation Telesales 
<li>Telesales & Telemarketing 
<li>Market Research 
<li>Data Profiling 
<li>Data Segmentation 
<li>Database and Mailing List Building & Cleansing 
<li>Lead Generation 
<li>Subscription/Membership Renewal 
<li>Satisfaction Surveys
</ul>
</div>

<div id="registereduser" style="position:absolute; left:512px; top:24px; width:119px; height:15px; z-index:22"> 
  <form><FONT SIZE=2><INPUT STYLE="font-size:9; border:4px;" CLASS="inputbox" VALUE="" TYPE="text" NAME="blank" SIZE=19 MAXLENGTH=20></FONT></form>
</div>

<div id="incorectpass" style="position:absolute; left:148px; top:141px; width:471px; height:83px; z-index:24; visibility: hidden"> 
  <table border="0" cellspacing="0" cellpadding="1">
    <tr>
      <td bgcolor="#000000">	  	  
	  <table border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
	  <tr>
	  	<td width="340"><p class="paddingleft10"><b>Incorrect Password</b></p>
		<p class="paddingleft10">Please reenter your password and try again</p>
		<p class="paddingleft10"><img src="images/more_arrow.gif" width="6" height="7">&nbsp;<A HREF="javascript:MM_showHideLayers('incorectpass','','hide');MM_swapImage('go','','images/menu/go_lo.gif',1);">cancel 
		and close popup</A>&nbsp;<br><br></p></td>
	  </tr>
	  </table>
	  </td>
    </tr>
  </table>
</div>

</body>
</html>
