function Tip1(txt1){
	Tip(txt1, BALLOON, true, FONTSIZE,10 ,FONTCOLOR,'#305f80',WIDTH,-1,ABOVE,false ,FADEIN,50 ,FADEOUT,500 ,PADDING,4 ,OFFSETY,20 ,OFFSETX,-8);
}
	


function ShowBToolTips(t, x){
	if (t=="m")
	switch(x){
		case 12: Tip1('Nature'); break;
		case 13: Tip1('Health and well being'); break;
		case 14: Tip1('Golf'); break;
		case 16: Tip1('Family outing'); break;
		case 17: Tip1('Winter sport'); break;
		case 18: Tip1('Fortresses, monasteries, castles'); break;
		case 19: Tip1('Culinary'); break;
		case 21: Tip1('Museums/exhibitions'); break;
		case 22: Tip1('Trains'); break;
		case 23: Tip1('Water adventure'); break;
		case 24: Tip1('Arts, crafts and theatre'); break;
		case 27: Tip1('Border crossings'); break;
		case 28: Tip1('Living craft'); break;
		case 29: Tip1('Gardens of the Kamp valley'); break;
		case 30: Tip1('Wine/Vinothek'); break;
		case 31: Tip1('Places of extraordinary interest'); break;
		case 32: Tip1('Towns and fortifications'); break;
	}
	else
	switch(x){
		case 11: Tip1('Lower Austria card holders'); break;
		case 12: Tip1('Most popular trips'); break;
		case 13: Tip1('Pub and restaurant tradition'); break;
	}
	
}
