// JavaScript Document
function open_overview(url,name)
{ 

popupWin = window.open('videos/LC4-Overview.html','LC4_Overview', ' width=550,height=450,left=80,top=80')
}
function open_psa(url,name)
{ 

popupWin = window.open('videos/LC4-Public-Service-Announcement.html','LC4_Public_Service_Announcement', ' width=456,height=350,left=30,top=30')
}

