function openForum() {
	window.open('http://www.lisachappellmusic.com/forum','lisachappellforum','width=750,height=450,scrollbars=yes,status=yes,resizable=yes,location=no,menubar=no,titlebbar=no,toolbar=yes');
}
function openShop() {
	window.open('http://www.lisachappellmusic.com/shop','lisachappellshop','width=300,height=400,scrollbars=no,status=no,resizable=no,location=no,menubar=no,titlebar=no,toolbar=no');
}
function openFans() {
	window.open('http://www.lisachappellmusic.com/fans','lisachappellfans','width=450,height=400,scrollbars=no,status=no,resizable=no,location=no,menubar=no,titlebar=no,toolbar=no');
}
function openMailing(email) {
	window.open('http://www.lisachappellmusic.com/mailinglist.php?email='+email,'lisachappellmail','width=300,height=450,scrollbars=no,status=no,resizable=no,location=no,menubar=no,titlebar=no,toolbar=no');
}
function flashMessage(message) {
	alert(message);
}
function popupPress(url) {
	window.open('press_image.php?'+url,'lisachappellpress','width=200,height=200,scrollbars=no,status=no,resizable=yes,location=no,menubar=no,titlebar=no,toolbar=no');
}
function popupPhoto(url) {
	window.open('photo_image.php?'+url,'lisachappellpress','width=200,height=200,scrollbars=no,status=no,resizable=yes,location=no,menubar=no,titlebar=no,toolbar=no');
}
function popupLyrics(song) {
	window.open('lyrics.php?song='+song,'lisachappelllyrics','width=450,height=450,scrollbars=yes,status=no,resizable=yes,location=no,menubar=no,titlebar=no,toolbar=no');
}
