//

function AccountLogin()
{
	var email = document.getElementById('email');
	var pword = document.getElementById('pword');
	showXmlHttp(xmlhttp, '/xmlhttp.aspx?FID=3&LoginRequest=1&Language=2&email=' + email.value + '&pword=' + pword.value, 'panelaccount');
	return false;
}

showXmlHttp(xmlhttp,'/xmlhttp.aspx?FID=3&Language=2&PanelAccount=1', 'panelaccount');

//
