function modifications_links(value)
{
	if (value == '360')
		location.href="http://www.flash-xbox-360.com";
	else if (value == 'wii')
		location.href="http://www.pose-de-puce-wii.com";
	else if (value == 'psp')
		location.href="http://www.downgrade-psp.com";
	else if (value == 'nds')
		location.href="http://www.flash-nintendo-ds.com";
	else if (value == 'ps2')
		location.href="http://www.pose-de-puce.com";
}

function modifications_departements(cat, value)
{
	location.href = cat + '-' + value + '.html';
}

function submit_technicien_comment(member_id)
{
	if (member_id == 0)
	{
		alert('Merci de vous logguer avant de poster un commentaire');
		return false;
	}
	if (!$('technicien_comment_add').note[0].checked &&
		!$('technicien_comment_add').note[1].checked &&
		!$('technicien_comment_add').note[2].checked &&
		!$('technicien_comment_add').note[3].checked &&
		!$('technicien_comment_add').note[4].checked)
	{
		alert('Merci de noter votre technicien en choisissant entre 1 et 5 etoiles');
		return false;
	}
	if ($('technicien_comment_add').post.value == '')
	{
		alert('Merci de laisser un petit commentaire :)');
		return false;
	}
	$('technicien_comment_add').submit();
}
