
function noDrag() { return false }
function stopDrag() {
  for (i=0;i<document.images.length;i++) document.images[i].onmousedown=noDrag;
}



if (parent.frames.length
> 0) top.location.replace(document.location);