/* ********************************************************************
*  Toggle Tab Menus script - © 2005 Mircea Baldean (www.baldean.com). *
*  Visit Baldean.com at http://www.baldean.com/ for full source code. *
*  Version 2.0, release 04/01/2005. This note must remain intact.     *
******************************************************************** */

var tabProp = new Array() 
/*
    Tab Menu properties: 
	Add new tab menus using this convention
	tabProp[No] = new Array("tabMenuNo",	"tabCaption",	"tabContNo") 
*/
tabProp[0] = new Array("tabMenu0",	"Ventajas",	"tabCont0") 
tabProp[1] = new Array("tabMenu1",	"Servicios",		"tabCont1")  
tabProp[2] = new Array("tabMenu2",	"Promociones",		"tabCont2") 
//tabProp[3] = new Array("tabMenu3",	"Inactivos Web",	"tabCont3") 
//tabProp[4] = new Array("tabMenu4",	"Canceladas",	"tabCont4") 
//tabProp[5] = new Array("tabMenu5",	"Inactivos Web",	"tabCont5") 
//tabProp[6] = new Array("tabMenu6",	"Costo",	"tabCont6") 
//tabProp[7] = new Array("tabMenu7",	"Revision",	"tabCont7") 
//tabProp[8] = new Array("tabMenu8",	"Caption",	"tabCont8") 
//tabProp[9] = new Array("tabMenu9",	"Caption",	"tabCont9") 


// Set-up Parameters
var menuBgColorOff		= "#FFFFFF";						//Un-selected tabs colour
var menuBgColorOn		= "#FFFFFF";						//Selected tab colour

var menuBorderColor		= "#E1E1E1";						//Border colour
var menuWidth			= "90px";							//Tab Menu width (same width as tab image in css file)
var menuHeight			= "15px";							//Tab Menu height (same height as tab image in css file)
var menuSpacing			= "5px";							//Tab Menu spacing
var menuLeftOffset		= "0px";							//Offset first Tab Menu
var menuSelected		= 0;								//Selected Tab Menu by default: 0, 1, ...
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 - 0 si pones % ó 1 si es fijo

var menuFontFamily 		= "Arial, Helvetica, sans-serif";	//Font Family for tab menus
var menuFontSize		= "11px";							//Font Size for tab menus
var menuFontColorOff	= "#5C5C5C";						//Font Colour for un-selected tab menus
var menuFontColorOn		= "#333333";						//Font Colour for current menu

var contentWidth 		= "100%";							//340Content window width
var contentHeight 		= "90%";							//Content window  height
var contentFontFamily 	= "Arial, Helvetica, sans-serif";	//Content window font family
var contentFontSize		= "12px";							//Content window font size
var contentFontColor	= "#666666";						//Content window font colour
var contentPadding		= "5px";							//Content window padding