/* ---------------------------- CONFIGURATIONS ---------------------------- */ 
var menuBgColorOff		= "#E4E1D2";						//Un-selected tabs colour
var menuBgColorOn		= "#E4E1D2";						//Selected tab colour

var menuBorderColor		= "#A7A49D";						//Border colour
var menuHeight			= "16px";							//Tab Menu height (same height as tab image in css file)
var menuSpacing			= "0px";							//Tab Menu spacing
var menuLeftOffset		= "5px";							//Offset first Tab Menu
var menuBorderStyle 	= "1px solid";						//Do not change
var menuBorderStyleH 	= "0px solid";						//Do not change
var menuVerifyWidth		= 0;								//Check to see if menus overflow content width

var menuFontFamily 		= "Verdana";						//Font Family for tab menus
var menuFontSize		= "10px";							//Font Size for tab menus
var menuFontColorOff	= "#000000";						//Font Colour for un-selected tab menus
var menuFontColorOn		= "#000000";						//Font Colour for current menu

var contentHeight 		= "";								//Content window  height
var contentFontFamily 	= "Verdana";						//Content window font family
var contentFontSize		= "16";								//Content window font size
var contentFontColor	= "#000000";						//Content window font colour
var contentPadding		= "4px";							//Content window padding

function gettdcss() {
	if (tdclass == "odd") {
		tdclass = "even";
	} else {
		tdclass = "odd";
	}
	return tdclass;
}
/* ------------------- FIN DES CONFIGURATIONS ---------------------------- */ 
