// JavaScript Document
function post()
{
if (window.document.loginform.horde_user.value == 0)
{
alert("Please enter a value for the \"User \" field ");
window.document.loginform.horde_user.focus();
return false;

}

if (window.document.loginform.horde_pass.value == 0)
{
alert("Please enter a value for the \"Password \" field.");
window.document.loginform.horde_pass.focus();
return false;
}
//alert("working");
//var intIndex = window.document.loginform.domain1.selectedIndex;
//var strText = window.document.loginform.domain1.options[intIndex].text;

//alert(strText);
//window.document.loginform.user.value = window.document.loginform.user.value +"@asianet.co.in";
//return true;
}// JavaScript Document
