function tooltip(text,headline) {
	return overlib(text, DELAY, 1000, BGCOLOR, '#eb8a36', FGCOLOR, '#ffffff', TEXTCOLOR, '#666666', CAPTION, headline, HAUTO, VAUTO);
}	
function bubble(text,headline) {
	return overlib(text, BGCOLOR, '#666666', FGCOLOR, '#ffffff', TEXTCOLOR, '#666666', CAPTION, headline, HAUTO, VAUTO);
}	
function static(text,headline, posX, posY) {
	return overlib(text, BGCOLOR, '#666666', FGCOLOR, '#d6d6d6', TEXTCOLOR, '#666666', CAPTION, headline, RELX, posX, RELY, posY);
}
