
/***********************************
*   http://javascripts.vbarsan.com/
*   This notice may not be removed 
***********************************/

//-- Begin Scroller's Parameters and messages -->
//scroller's width
var swidth=170;

//scroller's height
var sheight=250;

//scroller's speed 
var sspeed=2;
var restart=sspeed;
var rspeed=sspeed;

//scroller's pause
var spause=2000;

//scroller's background
var sbcolor="#ffffff";

//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array();
singletext[0]='<p>We wish to testify  to the outstanding Document Management Project services that Structured Concepts have been providing us at the London School Of Economics since Jan 2006. They have always completed our document Management projects with professionalism, consummate timeliness and the highest levels of skill.<br><strong>Senior Research Economist, London School Of Economics &amp; Political Science</strong></p>';
singletext[1]='<p>Please accept this certificate of appreciation for the excellent indexing work that Structured Concepts has performed for us since the past three years and ongoing. You have performed this work with high quality and have been able to adjust to variable workloads during the years. Your throughput and response time has always been excellent and we look forward to many more years of working with you as we continue to keep growing. <strong>A leading  Real estate Indexing Company</strong></p>';
singletext[2]='<p>Tough  project, but the team handled it professionally and with sensitivity to time.  They took nearly 400,000 email addresses, and trimmed out the dead addresses, eliminated duplicates, and left me with an XLS spreadsheet of live email  addresses for my association. Well done, highly recommended, and Im using  them again on other projects.<br><strong>Database Manager, Retail Business </strong></p>';
singletext[3]='<p>Project  was completed in record time and I could not have been happier with another  service provider. When it was discovered  that my estimate of the size of the project was low, they contacted me  immediately. We reset expectations and time and they met them exactly. Very  professional and would use again.  Thanks  again. It has been a pleasure.<br><strong>Business Manager, Auto Major</strong> </p>';
singletext[4]='<p>Structured Concepts has really  great guys to work with. Could not have asked for a better team. I  will use them on my future projects!! Thanks again guys for all your help.<br><strong>University Administrator</strong> </p>';
singletext[5]='<p>Structured Concepts has been providing content moderation and email support to our video upload and sharing website for the past 17 months and we must admit that we are a lot more relaxed due to their excellent 24x7x365 service and instant communication and the ability to point out bugs in the site, flagging videos, inappropriate content etc. All the Best SC, you deserve it.<br><strong>Upcoming Video Portal</strong> </p>';
singletext[6]='<p>Structured Concepts has been providing content moderation and email support to our video upload and sharing website for the past 17 months and we must admit that we are a lot more relaxed due to their excellent 24x7x365 service and instant communication and the ability to point out bugs in the site, flagging videos, inappropriate content etc. All the Best SC, you deserve it.<br><strong>Upcoming Video Portal</strong> </p>';
singletext[7]='<p>One of the most energetic and professional team we have worked with. I was   completely awed by the follow through on their commitments. They exceeded   our expectations and it was a fantastic experience working with them."<br><strong>Program Manager, A Major American University</strong></p>';
singletext[7]='<p>We have reviewed the layouts and <a href="forms_entry.html">data entry</a> done and have a very good impression of the   work that you have done. We will continue to use your services and recommend the same to our partners. <br><strong>Marketing Manager, Fortune 1000 Corporation</strong></p>';
singletext[8]='<p>The digital images arrived some time ago and I am absolutely delighted with your   performance. A few issues  on some of the images were easily touched up with the Image Editor. Thank you for a job well done especially since the slides I   sent you were definitely not in excellent condition.<br><strong>Marketing Manager, A Large Hotel</strong> </p>';
singletext[9]='  <p>I can highly recommend SC for all HCFA1500, Dental Claims and UB92 Claims Processing Data capture. Their turnaround time and response is absolutely fantastic which allayed our communication and quaily fears with regards to offshoring. We intend to use them for a long time to come<br><strong>A Leading Claims Processing Organization</strong></p>';

//singletext[...]='...';
//-- end Parameters and message -->

//-- begin: Scroller's Algorithm -->
var ii=0;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}
function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;ns6scroll();}
else 
if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}
else 
if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;iescroll();}}
function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;setTimeout("iescroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";setTimeout("iescroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;iescroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;setTimeout("ns4scroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;setTimeout("ns4scroll()",100);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;ns4scroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;setTimeout("ns6scroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";setTimeout("ns6scroll()",100);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;ns6scroll();}}
//-- end Algorithm -->
