<!-- //engage cloaking device// declare rollover graphicsfocus_on = new Image(92,60);focus_on.src = "images/toolbar/focus_on.gif";focus_off = new Image(92,60);focus_off.src = "images/toolbar/focus_off.gif";focus_txt = "Our Focus";assign_on = new Image(92,60);assign_on.src = "images/toolbar/assign_on.gif";assign_off = new Image(92,60);assign_off.src = "images/toolbar/assign_off.gif";assign_txt = "Typical Assignments";worksystem_on = new Image(92,60);worksystem_on.src = "images/toolbar/worksystem_on.gif";worksystem_off = new Image(92,60);worksystem_off.src = "images/toolbar/worksystem_off.gif";worksystem_txt = "Working with the Whole System";workteam_on = new Image(92,60);workteam_on.src = "images/toolbar/workteam_on.gif";workteam_off = new Image(92,60);workteam_off.src = "images/toolbar/workteam_off.gif";workteam_txt = "Working with Teams & Individuals";services_on = new Image(92,60);services_on.src = "images/toolbar/services_on.gif";services_off = new Image(92,60);services_off.src = "images/toolbar/services_off.gif";services_txt = "Specialist Services";contact_on = new Image(92,60);contact_on.src = "images/toolbar/contacts_on.gif";contact_off = new Image(92,60);contact_off.src = "images/toolbar/contacts_off.gif";contact_txt = "Contact";thinking_on = new Image(92,60);thinking_on.src = "images/toolbar/thinking_on.gif";thinking_off = new Image(92,60);thinking_off.src = "images/toolbar/thinking_off.gif";thinking_txt = "Thinking about Consultancy";clients_on = new Image(92,60);clients_on.src = "images/toolbar/clients_on.gif";clients_off = new Image(92,60);clients_off.src = "images/toolbar/clients_off.gif";clients_txt = "Some of our clients";function rollover(imgName){	document[imgName].src = eval(imgName+"_on.src"); 	window.status=eval(imgName+"_txt");}function rolloff(imgName){	document[imgName].src = eval(imgName + "_off.src");	window.status="";}// disengage -->