function Popup_History(sUrl) {
	window.open(sUrl,"Popup", "height=300,width=400,scrollbars=0,resizable=0,status=0,toolbar=0,menubar=0,location=0");
}

function Demo_Login() {
	document.frmLogin.txtAccount.value = "9272";
	document.frmLogin.txtUser.value = "mBrown";
	document.frmLogin.txtPass.value = "6hob";
	document.frmLogin.submit();
}