// Reference Center link 
var infoCenterLoc	= "http://denali2.meetingplace.net/infocenter";

// Help link on the banner
var helpLoc		= "http://denali2.meetingplace.net/infocenter";

//************** DO NOT MODIFY BELOW THIS LINE ********************
function GoToInfoCenter()
{
	window.open(infoCenterLoc, "", "menubar=0, resizable=1, toolbar=1, scrollbars=1, height=600, width=800");
}
function GoToHelp()
{
	window.open(helpLoc, "", "menubar=0, resizable=1, toolbar=1, scrollbars=1, height=600, width=800");
} 