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.txtUser.value = "A";
	document.frmLogin.txtPass.value = "green";
	document.frmLogin.submit();
}