function callAjaxForPortifolio(projectId)
{
	$.php('ajax/index',{Val:projectId});
	return false;		
}