/*JavaScrpt functions for opening new window to display Band Detachment information.*/

function launch_Band() { PopW=window.open("http://www.berkshireacf.org/banddet.html","PopUpWindow","width=600,height=600,top=10,left=20,resizable=no,scrollbars=no,menubar=no,toolbar=no,status=yes,location=no") }
