function hfr_c( spanid, rate, review_id )
{
	document.all['dummyifr'].src='/u/helpful_rate_comment.php?id=' + review_id + '&rate=' + rate;
	document.all[spanid + '.0'].style.display = 'inline';
	document.all[spanid + '.2'].style.display = 'none'; 
	document.all[spanid + '.1'].innerHTML = 'Ďakujeme za hlas!';
}


function rp( nick )
{
	open('/u/imail_send.php?to='+nick,'','locationbar=no,resizable=yes,width=450,height=450').focus();
}


function check_screen_width()
{
	if(document.all.xw1) 
	{
		var iWidth = document.body.clientWidth; 
		document.all.xw1.style.display = 'inline'; //(iWidth > 850 ? 'inline' : 'none');
	}
}

function pop_karma2( type, id )
{
	open('/u/karma_history_popup.php?type='+type+'&id='+id, '', 'width=600,height=400,top=50,left=50,scrollbars=1,resizable=1');
}

function pop_karma1( type, id )
{
	open('/u/karma_pop.php?type='+type+'&id='+id,'','width=900,height=400,top=50,left=50,scrollbars=1,resizable=1');
}