function fb() {
  if (top.location != location) top.location.href = location.href;
}

function ppop(href,x,y) { 
  x = x + 8;
  y = y + 64;
  window.open(href, 'image', 'width='+x+',height='+y);  
  return false;
}

