var anni=new Array()
			anni[1993]='<b>1993</b> Value Partners founded (January); rapidly becomes established in the market, despite the crisis in the consultancy industry. <br>It is a defining moment: the demand for sound professional values is stronger than ever before. Ethics, professional<br> skill, transparency and <br>prudence are the qualities <br>that unite the new team: <br>the founders of Value <br>Partners, fifteen senior <br>professionals dedicated <br>to the principle of <br>creating value for <br>the client.'
			anni[1994]='<b>1994</b> The assumptions behind the founding of VP are proving correct. Already the professional staff has grown to forty, all with international experience. The client base has grown; over <br>half the projects are carried <br>out abroad. The S&atilde;o Paulo office is opened; operations begin in South America.'
			anni[1995]='<b>1995</b> Turnover has grown by 50&#37; in just over two years: the firm now numbers sixty professionals. Further activities are launched in South America.'
			anni[1996]='<b>1996</b> Value Partners extends the range of industries served, with the first projects for financial institutions on a significant scale. International development continues.'
			anni[1997]='<b>1997</b> Vigorous growth in Italy due to the success of &ldquo;value&#45;based management&rdquo;. Client numbers rise to forty, including major international groups originating in Italy and major players in energy and telecommunications.'
			anni[1998]='<b>1998</b> Value Partners&rsquo; clients include the most active and <br>go&#45;ahead groups on the Italian and international business scenes. Over 100 professionals employed, in the Italian and Brazilian offices.'
			anni[1999]='<b>1999</b> The experience accumulated in working with major firms in industries where technology is a crucial factor<br> now enables Value Partners to launch initiatives that complement its core business: VP Web, a company offering high&#45;tech integrated solutions, and in the same year VP Ventures, a dedicated <br>advisory division. The Rome office opens; operations <br>begin in Turkey, <br>confirming the strong international flavour <br>of VP&rsquo;s client base.'
			anni[2000]='<b>2000</b> Now 150 strong, VP works for a portfolio of clients consisting not only of major manufacturers but also of leading financial institutions <br>and big publishing groups.'
			anni[2001]='<b>2001</b> The Value Partners group extends its range with the founding of VP Tech, a company devoted to the crucial and rapidly&#45;growing sector of IT security solutions.'
			anni[2002]='<b>2002</b> VP Finance founded, an organization devoted to corporate finance. Now numbering over 200 professionals, Value Partners is Italy&rsquo;s biggest independent strategic consultancy company, with offices in Milan, Rome <br>and Sao P&atilde;ulo.'
			anni[2003]='<b>2003</b> By its tenth anniversary, Value Partners is well established in its mission as a strategic consultancy for major groups. During 2003 it is one <br>of the first consultancy firms in Italy to map out an integrated approach to corporate social responsibility, in the company <br>of the country&rsquo;s leading industrial groups.'
			anni[2004]='<b>2004</b> Value Partners&rsquo; office in Sao Paulo is ten years old: in Brazil there are now 40 professionals assisting the foremost industrial and service multinationals throughout Latin America. VP Search Brazil is <br>set up as a headhunting division for the South <br>American market. In July <br>Value Partners acquires <br>three IT companies: TeleAp (CRM solutions), Software Factory (tailor&#45;made <br>solutions) and Webegg <br>(web&#45;enabled <br>solutions).'
			anni[2005]='<b>2005</b> Founding of Value Team IT Consulting & Solutions which combines all the capabilities already present in VP Web and VP Tech with those of the <br>newly&#45;acquired companies, maximizing the benefit of each. This makes Value Partners a group of 1400 professionals from 20 different countries, offering management consultancy and (through <br>Value Team) IT <br>consultancy and services <br>as well. Value Partners <br>opens offices in China (Shanghai) and in <br>Istanbul, Athens <br>and Buenos <br>Aires.'
			anni[2006]='<b>2006</b> The Group makes further investments in its international operations: Value Partners opens its Mumbai office in India, while Value Team opens a Brazilian office and acquires Relacional and Mitsucon, leading IT firms in Latin America. Professional staff numbers reach 1700.'
			anni[2007]='<b>2007</b> Value Team acquires Etnoteam, and becomes the third player in Italy&rsquo;s IT sector with 2600 people, of whom 600 working abroad. Value Partners merges with Spectrum Strategy Consultants, specialist in New Media, Publishing, <br>Broadcasting, and Entertainment.'
			anni[2008]='<b>2008</b> Value Partners opens an office in Dubai. On June 1 the integration of Etnoteam SpA <br>with Value Team is completed. By the end of the year Value Team has its own location in Istanbul and Munich.'
			anni[2009]='<b>2009</b> Value Partners open an office in Munich and strengthens its presence in Northern Europe. Value Team acquires Agòra, thus broadening its information security offer.'
			anni[2010]='<b>2010</b> In January Value Team acquires Netvalue, expanding its supply to the world of financial institutions. In April  Value Team signs the agreement with Nokia Siemens Networks for the acquisition of the Radio Access activities in Italy.'

			function storia_on(desc_anni)
			{
			if (document.all||document.getElementById){
			cross_el1=document.getElementById? document.getElementById("txt-storia"):document.all.descriptions
			new Effect.Appear('orecchia-storia', { duration: 1.5 });
			cross_el1.innerHTML = desc_anni
			new Effect.Appear('txt-storia', { duration: 1.5 });
			//document.getElementById('orecchia-storia').style.display ='block';
			new Effect.Opacity('testo-storia', { from: 1.0, to: 0.2, duration: 0.1 });
			//document.getElementById('testo-storia').style.display ='none';
			//document.getElementById('testo-storia').style.display ='none';


			}
			else if (document.layers)
			{
			document.d1.document.d2.document.write(desc_anni)
			document.d1.document.d2.document.close()
			}
			}

			function storia_off(desc_anni)
			{
			//new Effect.Fade('orecchia-storia', { from: 1.0, to: 0.0, duration: 0.1 });
			document.getElementById('orecchia-storia').style.display ='none'
			//document.getElementById('testo-storia').style.display ='block'
			new Effect.Opacity('testo-storia', { from: 0.2, to: 1.0, duration: 0.1 });
			}
