// JavaScript Document

if (window != top)  { top.location.href=location.href; }
if (top.location != location)  { top.location.href = document.location.href; }

// ------------------------------------------------------

function rollOver(name,over)
{
  if(window.document.images)
  {
    if(over)
      window.document.images[name].src = "http://www.chanel.com/fb/images/um/en-us/" + name + "_over.gif";
    else
      window.document.images[name].src = "http://www.chanel.com/fb/images/um/en-us/" + name + "_off.gif";
  }
}
