var TOT_SRV = 28;

var SRV_DESC = new Array(TOT_SRV);

if (LANG==0) {
	SRV_DESC[0] = 'Chat';
	SRV_DESC[1] = 'Collegamenti';
	SRV_DESC[2] = 'Notizie';
	SRV_DESC[3] = 'Informazioni';
	SRV_DESC[4] = 'Iscrizione';
	SRV_DESC[5] = 'Vendita';
	SRV_DESC[6] = 'Convegni ed eventi';
	SRV_DESC[7] = 'Pubblicazioni';
	SRV_DESC[8] = 'Gallerie ed esposizioni';
	SRV_DESC[9] = 'F.A.Q.';
	SRV_DESC[10] = 'Valutazioni';
	SRV_DESC[11] = 'Glossario';
	SRV_DESC[12] = 'Aste on-line';
	SRV_DESC[13] = 'Libri e cataloghi';
	SRV_DESC[14] = 'Forum';
	SRV_DESC[15] = 'Mailing list';
	SRV_DESC[16] = 'Bollettini';
	SRV_DESC[17] = 'Motore di ricerca';
	SRV_DESC[18] = 'Biblioteca';
	SRV_DESC[19] = 'Rivista on-line';
	SRV_DESC[20] = 'Newsletter';
	SRV_DESC[21] = 'Dati di mercato';
	SRV_DESC[22] = 'Download';
	SRV_DESC[23] = 'Attrezzatura';
	SRV_DESC[24] = 'Recensioni';
	SRV_DESC[25] = 'Annunci economici';
	SRV_DESC[26] = 'Euro-convertitore';
	SRV_DESC[27] = 'Giochi';
} else {
	SRV_DESC[0] = 'Chat';
	SRV_DESC[1] = 'Links';
	SRV_DESC[2] = 'News';
	SRV_DESC[3] = 'Informations';
	SRV_DESC[4] = 'Membership';
	SRV_DESC[5] = 'Sale';
	SRV_DESC[6] = 'Meetings and events';
	SRV_DESC[7] = 'Publications';
	SRV_DESC[8] = 'Galleries and expositions';
	SRV_DESC[9] = 'F.A.Q.';
	SRV_DESC[10] = 'Gradings';
	SRV_DESC[11] = 'Glossary';
	SRV_DESC[12] = 'Auctions';
	SRV_DESC[13] = 'Books and catalogs';
	SRV_DESC[14] = 'Forum';
	SRV_DESC[15] = 'Mailing list';
	SRV_DESC[16] = 'Bulletins';
	SRV_DESC[17] = 'Search engine';
	SRV_DESC[18] = 'Library';
	SRV_DESC[19] = 'Magazine';
	SRV_DESC[20] = 'Newsletter';
	SRV_DESC[21] = 'Market data';
	SRV_DESC[22] = 'Downloads';
	SRV_DESC[23] = 'Supplies';
	SRV_DESC[24] = 'Reviews';
	SRV_DESC[25] = 'Classifies ads';
	SRV_DESC[26] = 'Euro-converter';
	SRV_DESC[27] = 'Games';
}

