// JavaScript Document
/* Tigra Menu items structure 

Text based structure with the information about 
the menu's contents: menu items, their relations 
and item specific settings. Items structure 
can be inserted directly in the web page 
inside the <script> tag or linked as external .js file. 
*/
/* Tigra Menu items structure */
/* Tigra Menu items structure */
/* Tigra Menu items structure */
var CMENU_ITEMS = [
	['        ', 'atelier.htm', {'tw':'_self','sb':'Atelier Virtuel'},
		['Atelier', 'atelier.htm', {'tw':'_self','sb':'Atelier'}],
		['PDF Creator', 'createur_pdf.htm', {'tw':'_self','sb':'PDF Creator'}],
		['Envoi de fichiers', 'envoi_fichiers.htm', {'tw':'_self','sb':'Envoi de fichiers'}],
		['Serveur FTP', 'serveur_ftp.htm', {'tw':'_self','sb':'Serveur FTP'}]
	]
];
