function openAAAforgotUsername() {
	document.getElementById('ajax_root').style.top=document.body.scrollTop+41;
	document.getElementById('ajax_root').style.display='';
	loadAJAXContent('/amplifeyeAJAXwidget.php?height=270&url=http://www.amplifeye.net/accessaccount/tools/forgotusername.php', 'ajax_content');
}
function openAAAforgotPassword() {
	document.getElementById('ajax_root').style.top=document.body.scrollTop+41;
	document.getElementById('ajax_root').style.display='';
	loadAJAXContent('/amplifeyeAJAXwidget.php?height=290&url=http://www.amplifeye.net/accessaccount/tools/forgotpassword.php', 'ajax_content');
}
function openAAAsendActivationEmail() {
	document.getElementById('ajax_root').style.top=document.body.scrollTop+41;
	document.getElementById('ajax_root').style.display='';
	loadAJAXContent('/amplifeyeAJAXwidget.php?height=265&url=http://www.amplifeye.net/accessaccount/tools/sendactivationemail.php', 'ajax_content');
}
