function HTMLHeaderMenu() {
	return HTMLMenuLink('About', 'About.htm',
	  'What NetAcquire is and how it works')
	 + HTMLSubMenu('Download','#', 'Setup NetAcquire',
	  HTMLMenuLink('Installing', 'InstallNotes.htm',
	   'How to get and set up NetAcquire')
	  + HTMLMenuLink('Download Now', 'External/NetAcquireInstall.exe',
	   'Get the installer for NetAcquire')
	  )
	 + HTMLMenuLink('Using', 'PlayingGuide.htm',
	 'Information about using NetAcquire once installed')
	 + HTMLMenuLink('Support', 'Support.htm',
	 'Assistance resolving problems with NetAcquire')
	 + HTMLMenuLink('Kensit', '../index.htm',
	 'Back to the Kensit site home page');
}

function HTMLPageHead() {
	sRootFolder = '../';
	return '<div class="HeaderTitle">' +
	 '<a class="HeaderTitle" href="index.htm" target=_top>' +
	 '  <img align=left src="NetAcquire.gif"' +
	 '       alt="Return to the NetAcquire home page"' +
	 '       style="height: 100%; border: none; vertical-align: middle">' +
	 '  NetAcquire' +
	 '</a></div>';
}

function HTMLPageInfo() {
	return HTMLMenu('Using NetAcquire',
	 HTMLMenuLink('Install - Read Me','SoftwareReadMe.htm',
	  'Information about the installer') +
	 HTMLMenuLink('Playing Guide','PlayingGuide.htm',
	  'Information about using NetAcquire') +
	 HTMLMenuLink('Hosting Information','Hosting.htm',
	  'Notes and helpful information for those who want to be a NetAcquire host') +
	 HTMLMenuLink('Online Communities','NetAcquireCommunities.htm',
	  'Internet forums for NetAcquire') +
	 HTMLMenuLink('Version History','ViewVersionNotes.htm',
	  'A history of the developmental changes of NetAcquire') +
	 HTMLMenuLink('Future Changes List','FutureChangesList.htm',
	  'List of user requested software changes') +
	 HTMLMenuLink('For Programmers','ForProgrammers.htm',
	  'Information for those developers interested in extending' +
	  ' NetAcquire functionality')
	 ) +
	 HTMLEmailBox('Kensit Technologies', 'Email Kensit');
}


function HTMLPageXtra() {
	return '<div class="InfoBox" style="text-align: center;">' +
	 '<div class="InfoHdg">Help Development</div>' +
	 '<div class="InfoDtlQ">' +
	 'If you like using NetAcquire and wish to financially contribute to its future development, ' +
	 'click below to make a donation to Kensit Technologies.&nbsp;' +
	 '<br><br>' + 
	 '</div>' +
	 '<div id="PayPalDonate" class="EmailBox"></div>' +
	 '</div>'
}


function ResizeHelp() {
	ResizeFrame('HelpFrame');
}

function SetupOnLoaded() {
	if(!StringHas(sCurrPageType,'NoXtra')) {
		myPage.SetSnippet('PayPalDonate','../Snippets/PayPalDonate.htm');
	}
}
