function faqItemOver(obj) {
  obj.className = 'hover';
}
function faqItemOut(obj) {
  obj.className = 'item';
}
var tmpObj;
function HideLogo(obj) {
  if (document.getElementById("FlashLogos")) { document.getElementById("FlashLogos").SetVariableFadeoutLogo("True"); }
  if (document.FlashLogos) { document.FlashLogos.SetVariableFadeoutLogo("True"); }
  tmpObj = obj;
  setTimeout("document.location = tmpObj.href;", 1000);
  return false;
}