function openGlobe() {
	window.open('around.php?thumb=0','Around The Globe','width=350,height=550,scrollbars=yes,resizable=yes,toolbar=no');
}

function openPast() {
	window.open('past.php?thumb=0','Past Shows','width=350,height=550,scrollbars=yes,resizable=yes,toolbar=no');
}

function openSong(s) {
	window.open('songs/'+s,'Song : '+s,'width=350,height=25,scrollbars=no,resizable=yes,toolbar=no');
}
