function expandResults(questionname)
{
 var questioni = document.all("Result_" + questionname); var questionim = document.all("Resultimg_" + questionname);
 
 if (questioni.style.display == 'none')
 {
 questionim.src = '/furniture/in_depth/uk/2002/race/hide.gif'; questioni.style.display = '';
 }
	else
 	{questionim.src = '/furniture/in_depth/uk/2002/race/show.gif'; questioni.style.display = 'none'; } window.event.cancelBubble=true;
 }
 
 function smooth() {
  return true
}

window.onerror = smooth