function init (id) {
	setLogoAnchor(id);
}

function setLogoAnchor (id) {
	document.getElementById(id).setAttribute('onClick','goHome();');	
}

function goHome (sPath) {
	if (!sPath) {
		window.location = "../drupal/index.php";
	} else {
		window.location = sPath;	
	}
}

function nai_forum_popup_alert()
{
  alert('Remember to click "Log Out of Forum" in the top-left corner when you\'re done.\r\n\r\nIf you are using a Pop-Up Blocker, make sure to allow pop-ups from networkalliance.com.');
}

function nai_ecap2003_popup_alert()
{
alert('The Remote Desktop Connection Applet requires Internet Explorer to run.\r\n\r\nPlease open Internet Explorer to access this webpage.');
}

function nai_ecap_popup_alert()
{
alert('The Citrix Metaframe Java Applet will now load.\r\n\r\nIf you are using a Pop-Up Blocker, make sure to allow pop-ups from networkalliance.com.\r\n\r\nPlease remember that you will not have experience the same eCAP settings through the web client.\r\n  * The window size of this application will be restricted.\r\n  * There will be no access to your client-mapped printers or hard drives');
}

function nai_owa_popup_alert()
{
alert('Outlook Web Access will now load.\r\n\r\nIf you are using a Pop-Up Blocker, make sure to allow pop-ups from networkalliance.com.');
}

function nai_privacy_popup_alert()
{
alert('By checking this box, you acknowledge that you read the Network Alliance Privacy Policy, agreed to it, and waive any right to contest this contract.');
}

function nai_termsofuse_popup_alert()
{
alert('By checking this box, you acknowledge that you read the Network Alliance Terms of Use Policy, agreed to it, and waive any right to contest this contract.');
}