function launchOrientation(){
	var newWindow = window.open("orientation_guidelines.php", "", "height=300, width=550, scrollbars, resizable");
}
function launchParties(){
	var newWindow = window.open("birthdays.php", "", "height=420, width=450");
}
function launchVirtual1(){
	var newWindow = window.open("virtual_tour1.php", "", "height=400, width=650");
}
function launchVirtual2(){
	var newWindow = window.open("virtual_tour2.php", "", "height=400, width=650");
}
function launchVirtual3(){
	var newWindow = window.open("virtual_tour3.php", "", "height=400, width=650");
}
function launchHours(){
	var newWindow = window.open("../global/hours.php", "", "height=550, width=500");
}
function launchArticle(){
	var newWindow = window.open("article.php", "", "height=360, width=470");
}
function launchNewsGM(){
	var newWindow = window.open("news_gm.php", "", "height=360, width=470, scrollbars");
}
function launchNewsFitnessWellness(){
	var newWindow = window.open("news_fitness_wellness.php", "", "height=360, width=470, scrollbars");
}
function launchNewsGroupFitness(){
	var newWindow = window.open("news_group_fitness.php", "", "height=360, width=470, scrollbars");
}
function launchNews(which){
	var toOpen = "news.php?id=".concat(which);
	var newWindow = window.open(toOpen, "", "height=360, width=470, scrollbars");
}
function launchNewsPersonalTraining(){
	var newWindow = window.open("news_personal_training.php", "", "height=360, width=470, scrollbars");
}
function launchScheduleBerlin(){
	var newWindow = window.open("http://www.firstinfitness.com/berlin/group_exercise_schedule.php", "", "height=550, width=760, resizable, scrollbars");
}
function launchScheduleMontpelier(){
	var newWindow = window.open("http://www.firstinfitness.com/montpelier/group_exercise_schedule.php", "", "height=550, width=760, resizable, scrollbars");
}
function launchScheduleAquatics(){
	var newWindow = window.open("http://www.firstinfitness.com/berlin/aquatics_schedule.php", "", "height=550, width=760, resizable, scrollbars");
}
function popDescription(which){
	//var whichOne = "?whichOne=".concat(which);
	var toOpen = "classDescriptions.php?whichOne=".concat(which);
	var newWindow = window.open(toOpen, "", "height=300, width=300");
}
function popAquaticDescription(which){
	var toOpen = "aquaDescriptions.php?whichOne=".concat(which);
	var newWindow = window.open(toOpen, "", "height=300, width=300");
}

function launchSummerSpecial(){
	var newWindow = window.open("summer_special.php", "", "height=350, width=450, resizable, scrollbars");
}
function launchSlides(x){
	var toOpen = "slides.php?id=" .concat(x);
	var newWindow = window.open(toOpen, "", "height=550, width=520");
}

