<!--

function popwin(id){
window.open("popitems.php?id=" + id, "Popupwin", "toobar=no,status=yes,scrollbars=yes,resizable=yes,width=480,height=350");
}

//-->