var pbbWin=null
function openPBBasket()
{
  if (!pbbWin || pbbWin.closed || !pbbWin.location)
    pbbWin=window.open('','imagewindow','left=50,top=50,width=350,height=450,scrollbars,resizable')
}


