function OPTION_recomendar(v_member, v_location)
{
	if(!v_location)
		v_location = window.location.href.toString();
		
	var v_window = window.open('http://www.na-web.net/homepages/recomende.asp?member=' + v_member + '&url=' + v_location + '&cat=0&pops=1', 'recomende', 'width=640,height=600,toolbar=no,menubar=no,status=no,resizable=yes,scrollbars=yes');
	v_window.focus();
	return false;
}
