
		/**
 * Left Block Config JS file change the values according 
 * to the specification. Changing values without care can
 * produce unpredictable result.
 */

//--------------- LOCALIZEABLE GLOBALS ---------------

/******** CAUTION HEXADECIMAL COLOR CODES MUST HAVE 6 OR 3 DIGITS EXCLUDING # = HASH ******/

//Initial Background Color of the Tabs
window.initial_bg_color = 'white';

// holder or container background color
window.container_bg_color = 'transparent';

// holder/container border color
window.container_border_color = 'black';

// fixed font color
window.fixed_font_hover_color = '#003399';

// left_block sliding height
window.left_block_sliding_height = 128;

// Tab config object 
// Do take care while changing the values here

var left_block_tab_pages = {
	tab1 :{
		caption :    "", // tab caption 1 NOT NECESSARY NOW
		file :       '/left_block/left1.html', // change filename only here page 3
		font_color : 'Teal', // tab caption font color
		cont_bg_color :   '#019EFF', // background color
		bg_image :   'http://img.123greetings.com/left_block/birth_button.gif', // background image
		tab_click_link : 'http://www.123greetings.com/birthday/?pos=lb1',
		
		html :       '' 
	},
	tab2 : {
		caption :    "", // tab caption 2 NOT NECESSARY NOW
		file :       '/left_block/left2.html', // change filename only here page 1		
		font_color : 'Teal', // tab caption font color
		cont_bg_color :   '#80CBF0', // content_block bg color on hover this tab
		bg_image :   'http://img.123greetings.com/left_block/ejun_summer_button.gif', // background image
		tab_click_link : 'http://www.123greetings.com/events/summer/?pos=lb2',
		
		
		html :       ''
	},
	tab3 : {
		caption :    "", // tab caption 3 NOT NECESSARY NOW
		file :       '/left_block/left3.html', // change filename only here page 3
		font_color : 'Teal', // tab caption font color
		cont_bg_color :   '#A88028', // background color
		bg_image :   'http://img.123greetings.com/left_block/ejun_father_button.gif', // background image
		tab_click_link : 'http://www.123greetings.com/events/fathers_day/?pos=lb3',
		
		html :       '' 
	},
	tab4 :{
		caption :    "", // tab caption 4 NOT NECESSARY NOW
		file :       '/left_block/left4.html', // change filename only here page 3
		font_color : 'Teal', // tab caption font color
		cont_bg_color :   '#F42070', // background color
		bg_image :   'http://img.123greetings.com/left_block/love_button.gif', // background image
		tab_click_link : 'http://www.123greetings.com/love/?pos=lb4',
		
		html :       ''
		
		}
	};
