<!--

/*
Textual Tooltip Script- 
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='Thorough needs analysis is critical.  IPI conducts the interviews and asks the tough questions required to fully evaluate the business, people, technology processes, resources and goals of an organization in order to design a successful solution.'
content[1]='No two businesses are the same. IPI architects the best solution for each client’s specific needs. The result is a powerful plan uncovers inefficiencies and recovers funds.'
content[2]='Successful projects are business driven, not technology driven. IPI helps identify business driven success metrics, builds the business case, gains buy-in from stake holders and assists in vendor negotiation and resource acquisition.'
content[3]='Smooth deployments follow proven processes. IPI brings extensive project management expertise and best practice methodologies to bear ensuring a successful implementation phase.'
content[4]='Change is difficult. IPI partners with client to develop a comprehensive technology and process transition plan that quantifies and ensures optimal ongoing operations. IPI can augment a client’s resources and play an ongoing managing role when desired.'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=whichcontent
}
else if (document.layers){
document.d1.document.d2.document.write(whichcontent)
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2


//-->