
/*
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]='<h1>Howden</h1><p>Howden is the leading specialist broker of business critical insurances. The Howden focus is on understanding how its clients\' businesses operate, and bringing to bear all its resources to deliver effective solutions. Headquartered in the heart of the City of London, Howden also has offices in strategic locations enabling it to deliver its specialist services locally on a worldwide basis.</p>'
content[1]='<h1>DUAL International Group</h1><p>Since its formation in 1998, DUAL International has achieved remarkable success in selected European countries and Austrailia. DUAL is now an established and respected leading Underwriter in the Global Professional Liability and Directors & Officers Liability markets.</p>'
content[2]='<h1>Davidoff Howden</h1><p>Davidoff Howden is the leading broker in Israel for liability insurance. Its clients include public companies trading in Israel and abroad, high-tech and start-up companies, banks and financial institutions, Venture Capital organisations, legal and accountancy practices, and advertising agencies.</p>'
content[3]='<h1>Howden India</h1><p>Howden India provides services to its clients in retail, corporate and reinsurance broking segments. With recognised expertise in Liability, Financial and Crime insurance, Howden India also provides its clients with risk management and insurance solutions in Infrastructure, Energy and Engineering lins of business.</p>'
content[4]='<h1>JK Buckenham</h1><p>JKB is a Lloyd\'s insurance and reinsurance broker that has been trading in Lloyd\'s market for nearly 40 years. Historically, product expertise has been Marine business; however, JKB has since diversified to encompass Property, Liability and Speciality Lines, including Motor, Terrorism, and Accident and Health.</p>'
content[5]='<h1>CFC Underwriting</h1><p>CFC is a specialist underwriting agency, focused on insurance for technology companies, e-risks, professional indemnity and general liability. CFC has a reputation for providing its broker partners with innovative insurance solutions, specialist expertise and unrivalled levels of service. Its award-winning products are recofnised as the market leaders throughout the industry.</p>'

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


