var tabProp = new Array() 
tabProp[0] = new Array("tabMenu0",	"Mortgage",	"tabCont0") 
tabProp[1] = new Array("tabMenu1",	"Home Equity", "tabCont1") 

// Set-up Parameters
var menuBgColorOff		= "#FFFFFF";						//Un-selected tabs colour
var menuBgColorOn		= "#FFFFFF";						//Selected tab colour

var menuBorderColor		= "#e6e6e6";						//Border colour
var menuWidth			= "90px";							//Tab Menu width (same width as tab image in css file)
var menuHeight			= "19px";							//Tab Menu height (same height as tab image in css file)
var menuSpacing			= "0";							//Tab Menu spacing
var menuLeftOffset		= "0";							//Offset first Tab Menu
var menuSelected		= "0";								//Selected Tab Menu by default: 0, 1, ...
var menuBehavior		= "0";								//NEW: 0=onClick; 1=onMouserOver
var menuRememberLast	= "1";								//NEW: 0=No; 1=Yes Remember last selected menu, requires cookies
var menuBorderStyle 	= "1px solid";						//Do not change
var menuBorderStyleH 	= "0px solid";						//Do not change
var menuVerifyWidth		= "1";								//Check to see if menus overflow content width

var menuFontFamily 		= "helvetica, arial, sans-serif";	//Font Family for tab menus
var menuFontSize		= "11px";							//Font Size for tab menus
var menuFontColorOff	= "#124578";						//Font Colour for un-selected tab menus
var menuFontColorOn		= "#FFFFFF";						//Font Colour for current menu

var contentWidth 		= "548px";							//Content window width
var contentHeight 		= "";							//Content window  height
var contentFontFamily 	= "helvetica, arial, sans-serif";	//Content window font family
var contentFontSize		= "11px";							//Content window font size
var contentFontColor	= "#333333";						//Content window font colour
var contentPadding		= "0";							//Content window padding
