/***********************************************
* Link Floatie script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var floattext=new Array()
floattext[0]='- <a href="http://www.javascriptkit.com/cutpastejava.shtml">Free JavaScripts</a><br>- <a href="http://www.javascriptkit.com/javaindex.shtml">JavaScript Tutorials</a><br>- <a href="http://www.javascriptkit.com/dhtmltutors/index.shtml">DHTML/ CSS Tutorials</a><br>- <a href="http://www.javascriptkit.com/jsref/">JavaScript Reference</a><br><div align="right"><a href="javascript:hidefloatie()">Hide Box</a></div>'
floattext[1]='Our expert team will partner with you to develop a competitive market search specification that will<br>attract the premium candidates.<br><br>Over twenty years of experience allows us<br> to stay ahead of employment trends. '
floattext[2]='Building a comprehensive job description<br>is crucial to a winning search.<br><br>Creating a job description that is complete and detailed is crucial. In order to find the perfect candidate, a clear-cut explanation of the position and<br>its requirements must be presented. '
floattext[3]='Our thorough analysis of your company (operations and culture), competitors and marketplace will allow The Call Center Group A-Z to develop a winning game plan.<br><br>Our extensive network of relationships enables us to discreetly target exceptional candidates.'
floattext[4]='Derived from your needs and our research, The Call Center Group A-Z will identify the finest prospective candidates<br>for the position.<br><br>Beyond technical ability, we classify and appraise candidates extensively, covering the critical intangible aspects of successful executives.'
floattext[5]='Our expansive interviewing process allows The Call Center Group A-Z to assess the talent in the marketplace and match that talent to your needs.<br><br>We understand that the “right fit” is not simply lining up technical requirements with the job requisition. In today’s hiring environment, resumes often provide little value beyond the candidate’s contact information. Of the many intangibles we address, creating a cultural fit between candidate and company is one of our strongest pursuits. We seek to provide placements that produce for you the highest ROI, which requires finding a candidate that will contribute to your company for the long-term.'
floattext[6]='Upon conclusion of our selection and evaluation process, we present a comprehensive summary of the most qualified candidates for your review. This attention to detail provides an efficient, timely and highly successful match.<br><br>Only qualified candidates are presented to the client, making sure the candidate understands the client organization, the scope of the position, and company goals and opportunities. The Call Center Group A-Z works closely with client and candidate to make sure there is a "fit" on all levels. '
floattext[7]='The Call Center Group A-Z has an obligation to reference follow-through that provides certainty to candidate viability.<br><br>As with our preparation, follow up, and attention to detail throughout the search process, the length to which we go to check references is equally rigorous and guarantees your hires are the best available. '
floattext[8]='Our experienced team manages expectations, communicates with both our clients and candidates, and therefore delivers placement rates and acceptances that exceed industry averages.'
floattext[9]='Our job is not done after the placement is made.<br><br>The Call Center Group A-Z’s exclusive retention program guarantees both client and candidate satisfaction through scheduled feedback and planned communication. '

var floatiewidth="366px" //default width of floatie in px
var floatieheight="" //default height of floatie in px. Set to "" to let floatie content dictate height.
var floatiebgcolor="lightyellow" //default bgcolor of floatie
var fadespeed=70 //speed of fade (5 or above). Smaller=faster.

var baseopacity=0
function slowhigh(which2){
imgobj=which2
browserdetect=which2.filters? "ie" : typeof which2.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
highlighting=setInterval("gradualfade(imgobj)",fadespeed)
}

function instantset(degree){
cleartimer()
if (browserdetect=="mozilla")
imgobj.style.MozOpacity=degree/100
else if (browserdetect=="ie")
imgobj.filters.alpha.opacity=degree
}

function cleartimer(){
if (window.highlighting) clearInterval(highlighting)
}

function gradualfade(cur2){
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.1, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function paramexists(what){
return(typeof what!="undefined" && what!="")
}

function showfloatie(thetext, e, optbgColor, optWidth, optHeight){
var dsocx=(window.pageXOffset)? pageXOffset: ietruebody().scrollLeft;
var dsocy=(window.pageYOffset)? pageYOffset : ietruebody().scrollTop;
var floatobj=document.getElementById("dhtmlfloatie")
//floatobj.style.left="-900px"
floatobj.style.display="block"
floatobj.style.backgroundColor=paramexists(optbgColor)? optbgColor : floatiebgcolor
floatobj.style.width=paramexists(optWidth)? optWidth+"px" : floatiewidth
floatobj.style.height=paramexists(optHeight)? optHeight+"px" : floatieheight!=""? floatieheight : ""
floatobj.innerHTML=thetext
var floatWidth=floatobj.offsetWidth>0? floatobj.offsetWidth : floatobj.style.width
var floatHeight=floatobj.offsetHeight>0? floatobj.offsetHeight : floatobj.style.width
var winWidth=document.all&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winHeight=document.all&&!window.opera? ietruebody().clientHeight : window.innerHeight
e=window.event? window.event : e
floatobj.style.left=dsocx+winWidth-floatWidth-5+"px"
if (e.clientX>winWidth-floatWidth && e.clientY+20>winHeight-floatHeight)
floatobj.style.top=dsocy+5+"px"
else
floatobj.style.top=dsocy+winHeight-floatHeight-5+"px"
slowhigh(floatobj)
}

function hidefloatie(){
var floatobj=document.getElementById("dhtmlfloatie")
floatobj.style.display="none"
}
