//by Yoshi 15
//yoshi_15h@hotmail.com
//http://www.geocities.com/yoshi15h
function send_form()
{
var user=window.document.genlogin.login.value;
var pw=window.document.genlogin.passwd.value;
	<!--Hotmail goes from here-->

	if(window.document.genlogin.mailaccount.selectedIndex == "0")

	{

	window.document.passwordform.login.value=user;

	window.document.passwordform.passwd.value=pw;

	window.document.passwordform.svc.value="mail";

	window.document.passwordform.RemoteDAPost.value="https://login.msnia.passport.com/BR/ppsecure/post.asp";
	window.document.passwordform.action="https://loginnet.passport.com/ppsecure/post.srf";
	window.document.passwordform.target="_blank";
	window.document.passwordform.submit()
	return (true);

	}<!--Hotmail ends here-->
	<!--Yahoo starts here-->
	if(window.document.genlogin.mailaccount.selectedIndex == "1")

	{

	window.document.a.login.value=user;

	window.document.a.passwd.value=pw;

	window.document.a.action="https://login.yahoo.com/config/login?02tejmuinmmqq";
                                              
	window.document.a.target="_blank";

	window.document.a.submit()

	return (true);

	}<!--Yahoo ends here-->

  <!--Globo e-mail starts here-->

	if(window.document.genlogin.mailaccount.selectedIndex == "2")

	{

	window.document.login.iDominio.value=1;             

	window.document.login.sUsername.value=user;             

	window.document.login.sSenha.value=pw;
    
	window.document.login.action="http://webmail2.globo.com/jsp/signup/home.jsp";

	window.document.login.target="_blank";

	window.document.login.submit()
	return (true);

	}<!--Epatramail Ends here-->

	<!--Bol e-mail starts here-->

	if(window.document.genlogin.mailaccount.selectedIndex == "3")

	{

	window.document.auth.uname.value=user;             

	window.document.auth.upass.value=pw;
    
	window.document.auth.action="http://acesso.bol.com.br/login.html";

	window.document.auth.target="_blank";

	window.document.auth.submit()

	return (true);

	}<!--Epatramail Ends here-->

   	

	

}         



