if(document.getElementById('hnav2_m5'))
{
	addTooltip('hnav2_m5');
	document.getElementById('hnav2_m5').onclick = startRate;
}

	function startRate()
	{
		func = function()
		{
			if(auth!=null)
			{
				document.getElementById('contact_name').value  = firstname+' '+lastname;
				document.getElementById('contact_email').value = email;
			}
			if(document.getElementById('send_contactmail'))
				document.getElementById('send_contactmail').onclick = sndContactmail;	
		};
		getTemplate('./temp/rate.php','content',true, func);
	}
