// Set the window name

	window.name = "main";

// onload triggers

	function homepageTrigger() {
		return true;
	}
	
	function subpageTrigger() {
		return true;
	}


// Function to make DIV area act as its child A tag

	function doDivLink(getDiv) {
		return true;
	}
	
	function clearDivLink() {
		return true;
	}


// Account panel reveal

	function revealAccountPanel() {
		return true;
	}
	
	function positionAccountPanel(getHeight) {
		return true;
	}