<!-- hide script from old browsers

function PopStreetTeam(url,popname){
window.open(url, popname, 'width=450,height=600,scrollbars=yes');
}
function PopTee(url,popname){
window.open(url, popname, 'width=610,height=610,scrollbars=yes');
}
function PopLyrics(url,popname){
window.open(url, popname, 'width=700,scrollbars=yes,resizable=yes,left=0');
}
function PopFullScreen(url,popname){
window.open(url, popname, 'width=1200,scrollbars=yes,resizable=yes,left=0');
}

// end hiding script from old browsers -->