function initPopups() {
	popUps["sugarDaddy"] = new popUp("sugarDaddy", "lyrics/sugarDaddy.html", "no", 280, 180);
	popUps["marimbaSong"] = new popUp("marimbaSong", "lyrics/marimbaSong.html", "yes", 296, 450);
	popUps["letMeSleep"] = new popUp("letMeSleep", "lyrics/letMeSleep.html", "no", 280, 300);
	popUps["glass"] = new popUp("glass", "lyrics/glass.html", "yes", 296, 450);
	popUps["ifYouMiss"] = new popUp("ifYouMiss", "lyrics/ifYouMiss.html", "no", 280, 150);
	popUps["robbers"] = new popUp("robbers", "lyrics/robbers.html", "yes", 296, 450);
	popUps["redRiver"] = new popUp("redRiver", "lyrics/redRiver.html", "yes", 296, 450);
	popUps["honey"] = new popUp("honey", "lyrics/honey.html", "yes", 296, 450);
	popUps["thomas"] = new popUp("thomas", "lyrics/thomas.html", "no", 280, 350);
	popUps["prairieDog"] = new popUp("prairieDog", "lyrics/prairieDog.html", "yes", 296, 450);
	popUps["breather"] = new popUp("breather", "lyrics/breather.html", "yes", 350, 450);
	popUps["snowBlind"] = new popUp("snowblind", "lyrics/snowblind.html", "no", 280, 350);
	popUps["almostSleeping"] = new popUp("almostSleeping", "lyrics/almostSleeping.html", "yes", 296, 450);
	popUps["starryNight"] = new popUp("starryNight", "lyrics/starryNight.html", "no", 280, 150);
	popUps["bedbugs"] = new popUp("bedbugs", "lyrics/bedbugs.html", "yes", 350, 450);
	popUps["poorGal"] = new popUp("poorGal", "lyrics/poorGal.html", "yes", 296, 450);
	popUps["bloodBones"] = new popUp("bloodBones", "lyrics/bloodBones.html", "no", 280, 150);
	popUps["shutOff"] = new popUp("shutOff", "lyrics/shutOff.html", "yes", 296, 450);
	popUps["spookyRhodes"] = new popUp("spookyRhodes", "lyrics/spookyRhodes.html", "no", 280, 200);
	popUps["blackCatBone"] = new popUp("blackCatBone", "lyrics/blackCatBone.html", "yes", 296, 450);
	popUps["moccasin"] = new popUp("moccasin", "lyrics/moccasin.html", "no", 280, 400);
	popUps["tStreet"] = new popUp("tStreet", "lyrics/tStreet.html", "yes", 296, 450);
	popUps["uneasy"] = new popUp("uneasy", "lyrics/uneasy.html", "yes", 296, 450);
	popUps["blues"] = new popUp("blues", "lyrics/blues.html", "no", 280, 280);
	popUps["widowsWeed"] = new popUp("widowsWeed", "lyrics/widowsWeed.html", "yes", 296, 450);
	popUps["gloryCloud"] = new popUp("gloryCloud", "lyrics/gloryCloud.html", "no", 280, 300);
	popUps["goFish"] = new popUp("goFish", "lyrics/goFish.html", "no", 280, 450);
	popUps["badTimes"] = new popUp("badTimes", "lyrics/badtimes.html", "yes", 420, 450);
	popUps["knowingTooLittle"] = new popUp("knowingTooLittle", "lyrics/knowingTooLittle.html", "yes", 296, 450);
	popUps["lyinGoat"] = new popUp("lyinGoat", "lyrics/lyinGoat.html", "no", 380, 450);
	popUps["jackalope"] = new popUp("jackalope", "lyrics/jackalope.html", "no", 280, 450);
	popUps["singleWord"] = new popUp("singleWord", "lyrics/singleWord.html", "no", 280, 230);
	popUps["heKnows"] = new popUp("heKnows", "lyrics/heKnows.html", "yes", 296, 450);
	popUps["lieLow"] = new popUp("lieLow", "lyrics/lieLow.html", "yes", 296, 450);
	popUps["longwave"] = new popUp("longwave", "lyrics/longwave.html", "yes", 296, 450);
	popUps["bigBellied"] = new popUp("bigBellied", "lyrics/bigbellied.html", "yes", 296, 450);
	popUps["lowerThan"] = new popUp("lowerThan", "lyrics/lowerThan.html", "no", 280, 125);
// insert new lyric popups here

// merchandise windows
	popUps["snowdome"] = new popUp("snowdome", "merchandise/snowdome.html", "no", 350, 308);
	popUps["yoyo"] = new popUp("yoyo", "merchandise/yoyo.html", "no", 350, 308);
	popUps["matches"] = new popUp("matches", "merchandise/matches.html", "no", 255, 330);
	popUps["redshirt"] = new popUp("redshirt", "merchandise/redshirt.html", "no", 255, 330);
	popUps["blackshirt"] = new popUp("blackshirt", "merchandise/blackshirt.html", "no", 255, 330);
	popUps["greyshirt"] = new popUp("greyshirt", "merchandise/greyshirt.html", "no", 255, 330);
	popUps["order"] = new popUp("order", "merchandise/order.html", "no", 350, 400);
// insert new merchandise popups here

	popUps["email"] = new popUp("email", "content/email.html", "no", 255, 300);
}