function tourLocation(sCity, sArea)
{
	sPath = "environment/env-" + sCity + "-" + sArea + ".htm";
	window.open(sPath, "cbeyondTour", 'height=412,width=663,scrollbars=no,resizable=no,top=20,left=20')
}

/* Locations */
aAtlanta = new Array();
aAtlanta = ["atlanta-reception","atlanta-conference","atlanta-open","atlanta-work"];

aAtlantaBranch = new Array();
aAtlantaBranch = ["atlanta-branch-reception","atlanta-branch-work"];

aDallas = new Array();
aDallas = ["dallas-reception","dallas-work"];

aDenver = new Array();
aDenver = ["denver-reception","denver-work"];

aHouston = new Array();
aHouston = ["houston-reception"];
