function popwin(id,path)
{
window.open("list.asp?id="+id+"&ppath="+path,"","height=460,width=560,resizable=yes,scrollbars=yes,status=yes");
}