<!--  Old Documents pop up 
// Popup Old Documents
function doc_pop(the_pic_url) 
{ var pic_window = window.open(the_pic_url,'pic_window', ',height=400,width=600,screenX=0,left=0,screenY=0,top=0,scrollbars,resizable');pic_window.focus();} 

function closeIt() {
  close();
}

// -->

