/*
var AC_FL_RunContent = 0;
var DetectFlashVer = 0;
// Major version of Flash required
var requiredMajorVersion = 9;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Revision of Flash required
var requiredRevision = 0;
*/
function openWindow(theURL,winName,features) {
	var newWin = window.open(theURL,winName,features);
	newWin.window.focus();
}

function closeWindow() {
  var targetWindow = window.self;
  targetWindow.close();
}

function openFiveStarBeats() {
	// http://www.meadfivestar.com
	/*
	var targetWindow = openWindow("../App/FiveStarBeats/index.html","FiveStarBeats","width=900,height=650,left=0,top=0,toolbar=no,location=no,menubar=no,scrollbars=no,status=no,resizable=yes,fullscreen=no");
	targetWindow.focus();
	*/
	popUp('/linkHandler.ashx?PointsID=1061&PageURL=/App/FiveStarBeats/index.html','FiveStarBeats',830,560);
}
