
	/*
 * @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 : 8,
	
	/** Pipe Div border color **/
	 pipedivBorder : '#3366FF',

	 /** Each Pipe border color **/
	 pipeBorder : '#3366FF',
	
	/** Array of headings for each tootips.Keep order and numbers same as tooltips are. **/
	pipeHeading : new Array('Wisconsin Day','Barbecue Month','May Flowers','Military Appreciation Month','D-Day Anniversary','Army\'s Birthday','Flag Day','Flag Week'
							),
	
	/** 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/emay_wisconsinday.gif','http://img.123greetings.com/events/images/emay_barbecuemonth.gif','http://img.123greetings.com/events/images/emay_flowerofmonth.gif','http://img.123greetings.com/events/images/emay_militaryappmonth.gif','http://img.123greetings.com/events/images/ejun_ddayanniv.gif','http://img.123greetings.com/events/images/ejun_armybirthday.gif','http://img.123greetings.com/events/images/ejun_usflagday.gif','http://img.123greetings.com/events/images/ejun_flagweek.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('[May 29]','[May]','[May]','[May]','[Jun 6]','[Jun 14]','[Jun 14]','[Jun 8 - 14]'
								),

	/** Array of links for each tootips. **/
	/** Keep order and number same as tooltips are. **/	
	pipeImgLinks : new Array('/rd2/?/events/wisconsin_day/?pos=pp_955','/rd2/?/events/barbecue_month/?pos=pp_955','/rd2/?/events/flower_of_the_month_may/?pos=pp_955','/rd2/?/events/military_appreciation_month/?pos=pp_955','/rd2/?/events/dday_anniversary/?pos=pp_955','/rd2/?/events/army_birthday/?pos=pp_955','/rd2/?/events/usflag_day/?pos=pp_955','/rd2/?/events/flag_week/?pos=pp_955'
							),

	/** Array of alt text for each tootips. **/
	/** Keep order and number same as tooltips are. **/	
	pipeImgAltTxt : new Array('Wisconsin Day','Barbecue Month','May Flowers','Military Appreciation Month','D-Day Anniversary','Army\'s Birthday','Flag Day','Flag Week')


};
