//

showXmlHttp(xmlhttp, '/xmlhttp.aspx?FID=3&AccountBar=1', 'accountBar');

function AccountLogin(gotoUrl)
{
	var email = document.getElementById('email');
	var pword = document.getElementById('pword');
	showXmlHttp(xmlhttp, '/xmlhttp.aspx?FID=3&LoginRequest=1&email=' + email.value + '&pword=' + pword.value, 'accountBar');
	if (gotoUrl != '') window.location.href = gotoUrl;
}

//
