
	/*
 * @Date  : 19-04-2007
 * @Desc  : TextLink Tool Tip Config File::
 */

var tooltipConfig = {
	
	/** Tooltip no that will be opened by default.Start from 1 for first tooltip. **/
	pipeOpenNo : 1,		
	
	/** Total no of Tooltips **/
	pipeCount : 2,
	
	/** Pipe Div border color **/
	 pipedivBorder : '#FC922A',

	 /** Each Pipe border color **/
	 pipeBorder : '#FC922A',
	
	/** Array of headings for each tootips.Keep order and numbers same as tooltips are. **/
	pipeHeading : new Array('Autumn','Oktoberfest (Georgia)'
							),
	
	/** Array of small images for each tootips.Keep order and number same as tooltips are. **/
	/**	Give full path of images. **/	
	pipeImageName : new Array('http://img.123greetings.com/events/images/esep_fall.gif','http://img.123greetings.com/events/images/eoct_oktoberfestgeorgia.gif'
							),

	/** Array of caption will be shown beside of every small images for each tootips. **/
	/** Keep order and number same as tooltips are. **/	
	pipeImgCaption : new Array('[Sep 23 - Dec 21]','[Sep 13 - Nov 4]'
								),

	/** Array of links for each tootips. **/
	/** Keep order and number same as tooltips are. **/	
	pipeImgLinks : new Array('/rd2/?/events/fall/?pos=pp_393','/rd2/?/events/oktoberfest_georgia/?pos=pp_393'
							),

	/** Array of alt text for each tootips. **/
	/** Keep order and number same as tooltips are. **/	
	pipeImgAltTxt : new Array('Autumn','Oktoberfest (Georgia)')


};
