var popUpWin=0;
function show_details(URLStr, winTitle, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open('/popup/'+URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left=10, top=10, screenX=10,screenY=10');
}





/*
function show_details(popQuery, winTitle,  w, h)
{
	window.open("/popup/" + popQuery, winTitle, "toolbar=no, resizable, width=" + w + " ,height=" + h);
	
}
*/
