<!--
function PopupPic(id)
{
     window.open( "popup.php?id="+id, "", "resizable=1,HEIGHT=200,WIDTH=200");
}
// -->
