// JavaScript Document
/*---------------login text fill----------------*/

function loginsetStyle(whichId)
{
document.getElementById(whichId).className="loginTextBox_h";
}
function loginsetStyle1(whichId)
{
document.getElementById(whichId).className="loginTextBox";
}

function loginpass(whichId)
{
document.getElementById(whichId).className="textBox1_h";
}
function loginpass1(whichId)
{
document.getElementById(whichId).className="textBox1";
}

function loginSubmit(whichId)
{
document.getElementById(whichId).className="log_inH";
}
function loginSubmit1(whichId)
{
document.getElementById(whichId).className="log_in";
}
