function rate(a, b, c)
{
	var bob = '../includes/rate.php?a=' + a + '&b=' + b + '&c=' + c ;
	window.open(bob,'rating','width=400,height=200');
}
