function scrolltext(surya)
{
var msg="Welcome To Cyber Orissa Matrimonial Services. The Concept and Creativity is Provided by our Project Giude Mr. Debesh Das and the site is developed by Debadatta Behera, Surya Pattanayak, Satyajit Chainy & Pratap Kumar Rout."
var out = " ";
var c   = 1;
if (surya > 100)
	{
	surya--;
       	var cmd="scrolltext(" + surya + ")";
       	timerTwo=window.setTimeout(cmd,100);
       	}
else if (surya <= 100 && surya > 0)
	{
       	for (c=0;c < surya;c++)
		{
       		out+=" ";
              	}
      	out+=msg;
       	surya--;
       	var cmd="scrolltext(" + surya + ")";
       	window.status=out;
       	timerTwo=window.setTimeout(cmd,100);
       	}
else if (surya <= 0)
	{
       	if (-surya < msg.length)
		{
              	out+=msg.substring(-surya,msg.length);
              	surya--;
              	var cmd="scrolltext(" + surya + ")";
              	window.status=out;
              	timerTwo=window.setTimeout(cmd,100);
              	}
	else
		{
              	window.status=" ";
              	timerTwo=window.setTimeout("scrolltext(100)",100);
              	}
        }
}

function validate()
{	
if(document.form1.login.value=="")
	{
	alert("Login field can't be blank")
	document.form1.login.focus()
	return false
	}
if(document.form1.pwd.value=="")
	{
	alert("Password field can't be blank") 
	document.form1.pwd.focus()
	return false	
	}
return true
}
function delphoto()
{
if(window.confirm("Want To Remove Your Photo ?"))
	return true;
return false;
}
