function popup(link)
{
  var wnd = window.open(link.href + "?layout=popup", "", "width=400,height=400,resizable=1");  
}