<!--  Bart pop up bio 
// Popup Personal Info
function Paint() 
{ 
window.open('BartBio.php','Paint','height=440,width=440,screenX=5,screenY=5,top=5,left=5,scrollbars');   
} 

function closeIt() {
  close();
}

//  Open PopUp Mail Form 

function mailWin(the_url) 
{ var mail_window = window.open(the_url,'mail_window', 'height=450,width=444,screenX=150,left=150,screenY=10,top=10,scrollbars');  
} 

// -->

