function viewProfile(id,path)
{
	id =""+id;
	
	if(path!=undefined)
		window.open(path+id,'title'+id.replace("/",""),'width=800, height=600, location=yes');
	else
		window.open('http://eq.magelo.com/profile/'+id,'title'+id.replace("/",""),'width=800, height=600, location=yes');
}
