function newsPopUp(wNews)
{	
  	 mywindow = window.open (wNews, "News","location=1,status=1,scrollbars=1,width=340,height=500");
} 

function peoplePopUp(wPeople)
{	
  	 mywindow = window.open (wPeople, "People","location=1,status=1,scrollbars=1,width=340,height=500");
} 
