function SetCol(){
	document.getElementById('but_vote').className = 'but_form_rol';
}

function SetCol_2()
{
	if (document.getElementById('but_vote').className == 'but_form_rol'){
		document.getElementById('but_vote').className = 'but_hov';
	}
}
function SetCol_3()
{
	if (document.getElementById('but_vote').className == 'but_hov'){
		document.getElementById('but_vote').className = 'but_form_rol';
	}
}

function SetCol_4()
{
	document.getElementById('but_mail').className = 'but_form_rol';
}
function SetCol_5()
{
	if (document.getElementById('podp_txt').value == '' || document.getElementById('podp_txt').value == 'Ваш E-mail'){
		document.getElementById('but_mail').className = 'but_form';
	}
}

function SetCol_6()
{
	if (document.getElementById('but_mail').className == 'but_form_rol'){
		document.getElementById('but_mail').className = 'but_hov';
	}
}
function SetCol_7()
{
	if (document.getElementById('but_mail').className == 'but_hov'){
		document.getElementById('but_mail').className = 'but_form_rol';
	}
}

function SetCol_4_2()
{
	document.getElementById('but_comm').className = 'but_form_rol';
}
function SetCol_5_2()
{
	if (document.getElementById('comm_textarea').value == '' || document.getElementById('comm_textarea').value == 'Ваш E-mail'){
		document.getElementById('but_comm').className = 'but_form';
	}
}

function SetCol_6_2()
{
	if (document.getElementById('but_comm').className == 'but_form_rol'){
		document.getElementById('but_comm').className = 'but_hov';
	}
}
function SetCol_6_3()
{
	if (document.getElementById('srch_comm').className == 'but_form_rol'){
		document.getElementById('srch_comm').className = 'but_hov';
	}
}
function SetCol_6_4()
{
	if (document.getElementById('srch_commR').className == 'but_form_rol'){
		document.getElementById('srch_commR').className = 'but_hov';
	}
}


function SetCol_7_2()
{
	if (document.getElementById('but_comm').className == 'but_hov'){
		document.getElementById('but_comm').className = 'but_form_rol';
	}
}
function SetCol_7_3()
{
	if (document.getElementById('srch_comm').className == 'but_hov'){
		document.getElementById('srch_comm').className = 'but_form_rol';
	}
}
function SetCol_7_4()
{
	if (document.getElementById('srch_commR').className == 'but_hov'){
		document.getElementById('srch_commR').className = 'but_form_rol';
	}
}


//albom_form
function SetCol_10_2()
{
	document.getElementById('but_albom').className = 'but_form_rol';
}
function SetCol_11_2()
{
	if (document.getElementById('albom_textarea').value == '' )
	{
		document.getElementById('but_albom').className = 'but_form';
	}
}

function SetCol_12_2()
{
	if (document.getElementById('but_albom').className == 'but_form_rol')
	{
		document.getElementById('but_albom').className = 'but_hov';
	}
}
function SetCol_13_2()
{
	if (document.getElementById('but_albom').className == 'but_hov')
	{
		document.getElementById('but_albom').className = 'but_form_rol';
	}
}
// foto form
function SetCol_14_2()
{
	document.getElementById('but_foto').className = 'but_form_rol';
}

function SetCol_15_2()
{
	if (
		(document.getElementById('foto_textarea').value == '' )
		||
		(document.getElementById('fillle').value == '' )
		)
	{
//		document.getElementById('but_foto').className = 'but_form';
	}
}

function SetCol_16_2()
{
	if (document.getElementById('but_foto').className == 'but_form_rol')
	{
		document.getElementById('but_foto').className = 'but_hov';
	}
}
function SetCol_17_2()
{
	if (document.getElementById('but_foto').className == 'but_hov')
	{
		document.getElementById('but_foto').className = 'but_form_rol';
	}
}