
/* --- menu items --- */

var HTTP='http://x.rallyesim.com/';
var MENU_ITEMS_HTTP = [
		
	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> HOME',HTTP + 'accueil.asp',{'tw' :'_top'},
	['INDEX RSRBRLive10',HTTP + 'accueil.asp',{'tw' :'_top'}],
	['INDEX RALLYESIM','http://www.rallyesim.com',{'tw' :'_blank'}]],

	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> PROFILE',null,null,
	['MODIFY YOUR PROFILE',HTTP + 'profil_edit_P1.asp',{'tw' :'_top'}],
	['YOUR CAREER CALENDAR',HTTP + 'connect.asp?move=profil_edit_carrier_list.asp',{'tw' :'_top'}],
	['YOUR STABLE CALENDAR',HTTP + 'connect.asp?move=profil_edit_stable_list.asp',{'tw' :'_top'}],
	['TIMES CHECKING',HTTP + 'connect_check_times.asp?move=driver_check_times.asp',{'tw' :'_top'}],
	['------------------------------',null,null],
	['REGISTERED DRIVERS',HTTP + 'drivers.asp',{'tw' :'_top'}],
	['DRIVERS CARS LIST',HTTP + 'drivers2.asp',{'tw' :'_top'}],
	['WRC TEAMS',HTTP + 'teams.asp',{'tw' :'_top'}],
	['IRC TEAMS',HTTP + 'irc_teams.asp',{'tw' :'_top'}],
	['TARMAC TEAMS',HTTP + 'asphalte.asp',{'tw' :'_top'}],
	['STABLES',HTTP + 'stables.asp',{'tw' :'_top'}],
	['------------------------------',null,null],
	['CONNECTION',HTTP + 'connect.asp',{'tw' :'_top'}],
	['DISCONNECTION',HTTP + 'disconnect.asp',{'tw' :'_top'}],
	['FORGOT IDENTIFIERS',HTTP + 'forgot.asp',{'tw' :'_top'}]],


	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> SESSIONS',null,null,
	['CHAMPIONSHIPS LIST',HTTP + 'championship.asp',{'tw' :'_top'}],
	['LIVE SESSIONS',HTTP + 'live_accueil.asp',{'tw' :'_top'}],
	['PUBLIC SESSIONS',HTTP + 'public_accueil.asp',{'tw' :'_top'}]],

	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> FORUM',null,null,
	['FORUM','http://www.rallyesim.com/forum/index1.html',{'tw' :'_blank'}]],
	
	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> DOWNLOAD',null,null,
	['RSRBR2010 DOWNLOADS','http://www.rallyesim.fr/forum_rlsm/viewforum.php?f=55',{'tw' :'_blank'}]],
	
	
	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> LINKS',null,null,
	['REFERENCES',HTTP + 'references.asp',{'tw' :'_top'}],
	['SIMRACING TV',HTTP + 'SimRacingTonight.asp',{'tw' :'_top'}],
	['CHAT',HTTP + 'irc.asp',{'tw' :'_blank'}],
	['TEAMSPEAK',HTTP + 'accueil.asp#Teamspeak',{'tw' :'_top'}],
	['------------------------------',null,null],
	['ROADBOOKS',HTTP + 'mod_view.asp',{'tw' :'_top'}],
	['NEWS',HTTP + 'accueil.asp#news',{'tw' :'_top'}],
	['------------------------------',null,null],
	['RBR VIDEOS',HTTP + 'RBR_video.asp',{'tw' :'_top'}],
	['RSRBR PHOTOS','http://rallyesim.photos.free.fr/',{'tw' :'_blank'}],
	['------------------------------',null,null],
	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> ARCHIVES',null,null,
	['OFFICIALS RESULTS 2009','http://www.rallyesim.com/rsrbrlive09/menu_classements.asp',{'tw' :'_blank'}],
	['OFFICIALS RESULTS 2008','http://www.rallyesim.com/rsrbrlive08/menu_classements.asp',{'tw' :'_blank'}],
	['OFFICIALS RESULTS 2007','http://www.rallyesim.com/championships07/default.asp',{'tw' :'_blank'}]]],
	
//	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> RULES',null,null,
//	['RULES SEASON 2010',HTTP + 'rule.asp',{'tw' :'_top'}]],

	['<img src="img/fd.gif" width="6" height="12" border="0" align="absbottom"> HELP',null,null,
	['TUTORIALS',HTTP + 'aide_logiciel.asp',{'tw' :'_top'}],
	['ADJUSTMENTS RBR',HTTP + 'adjustments_RBR.asp',{'tw' :'_top'}],
],
];

function openWindow(url,params){
window.open(url,"",params);
}
