


function clearForm(inputId)
{
	document.getElementById('login').value='';
	document.getElementById('password').style.display = 'inline';	
	document.getElementById('passwordfake').style.display = 'none';	
//	document.getElementById('password').type="password";
}

var url=encodeURIComponent(location.href);

function dodajGwar()
{
	location.href='http://www.gwar.pl/DodajGwar.html?u='+url;
}

function dodajWykop(){
	var title=encodeURIComponent('Zapisuj swoje sny w dreampe.pl');
	var desc=encodeURIComponent('Zajrzyj do serwisu dreampe.pl, w którym możesz zapisywać swoje sny');
	location.href='http://www.wykop.pl/dodaj?url='+url+'&amp;title='+title+'&amp;desc='+desc;
}

function dodajDelicious(){
	var url=encodeURIComponent(location.href);
	var title=encodeURIComponent('Zapisuj swoje sny');
	location.href='http://del.icio.us/post?v=4;url='+url+';title='+title;
}


function podswOcene(id)
{
//	alert($("#ocena2").attr("src"));
	
	var i=1;
	
	for(i=2;i<=5;i++)
		$("#ocena"+i).attr("src","/gfx/left_gwiazda2.gif");

	for(i=2;i<=id;i++)
		$("#ocena"+i).attr("src","/gfx/left_gwiazda1.gif");


}

function ocenSen(idsen, ocena)
{
	document.location.href='/senocen/'+idsen+'/'+ocena;
}

