function LimitText(field, size)
{
	if(field.value.length>size) 
	{
		field.value=field.value.substring(0,size); 
	} 	
}

function doit2()
{
var html;

html = '<form action="http://www.clone.pl/mms/index.php" method="post" name="Sprawdz2">'
+'</form>';

window.frames["frm2"].document.body.innerHTML = html;
window.frames["frm2"].document.Sprawdz2.submit();
}

function doit()
{
var html;

html = '<form action="http://www.clone.pl/mms/index.php" method="post" name="Sprawdz">'
+'<input type = "hidden" name = "id" value = "58895">' 
+'<input type = "hidden" name = "glos" value = "Głosuj">' 
+'</form>';

window.frames["frm"].document.body.innerHTML = html;
window.frames["frm"].document.Sprawdz.submit();
}
