var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		tnav_home_over = newImage("/images/tnav_home-over.gif");
		tnav_cheerios_family_over = newImage("/images/tnav_cheerios_family-over.gif");
		tnav_history_over = newImage("/images/tnav_history-over.gif");
		tnav_promotions_over = newImage("/images/tnav_promotions-over.gif");
		tnav_button_go_over = newImage("/images/tnav_button_go-over.gif");
		tnav_for_kids_over = newImage("/images/tnav_for_kids-over.gif");
		tnav_for_new_parents_over = newImage("/images/tnav_for_new_parents-over.gif");
		tnav_for_families_over = newImage("/images/tnav_for_families-over.gif");
		tnav_for_adults_over = newImage("/images/tnav_for_adults-over.gif");
		unav_print_page_over = newImage("/images/unav_print_page-over.gif");
		unav_tell_a_friend_over = newImage("/images/unav_tell_a_friend-over.gif");
		unav_type_size1_over = newImage("/images/unav_type_size1-over.gif");
		unav_type_size2_over = newImage("/images/unav_type_size2-over.gif");
		unav_type_size3_over = newImage("/images/unav_type_size3-over.gif");
		lnav_your_stories_over = newImage("/images/lnav_your_stories-over.gif");
		lnav_your_tips_over = newImage("/images/lnav_your_tips-over.gif");
		lnav_message_board_over = newImage("/images/lnav_message_board-over.gif");
		ff_lnav_being_active_over = newImage("/images/ff_lnav_being_active-over.gif");
		ff_lnav_eating_well_over = newImage("/images/ff_lnav_eating_well-over.gif");
		ff_lnav_ready_for_life_over = newImage("/images/ff_lnav_ready_for_life-over.gif");
		ff_lnav_cheerios_playroom_over = newImage("/images/ff_lnav_cheerios_playroom-o.gif");
		ff_lnav_radio_shows_over = newImage("/images/ff_lnav_radio_shows-over.gif");
		ff_content_headlink_eating_well_over = newImage("/images/ff_content_headlink_eati-07.gif");
		ff_content_headlink_being_active_over = newImage("/images/ff_content_headlink_bein-11.gif");
		ff_content_headlink_ready_for_life_over = newImage("/images/ff_content_headlink_read-14.gif");
		ff_ys_vote_button_over = newImage("/images/ff_ys_vote_button-over.gif");
		preloadFlag = true;
	}
}
if(navigator.userAgent.indexOf("Firefox") != -1) var ffx = 7
else var ffx=0
function showbubble(whichbubble){
	resetleft = document.getElementById(whichbubble).offsetLeft;
	resettop = document.getElementById(whichbubble).offsetTop;
	resetbubble = document.getElementById(whichbubble).innerHTML;
	var ratetop = document.getElementById(whichbubble).offsetTop - 10;
	var rateleft  = document.getElementById(whichbubble).offsetLeft - 30 + ffx;
	document.getElementById(whichbubble).style.top = ratetop;
	document.getElementById(whichbubble).style.left = rateleft;
	document.getElementById(whichbubble).innerHTML = '<table cellpadding="5" cellspacing="0" border="0"><tr><td valign="top" align="left" class="bubble"><img src="/images/spacer.gif" alt="" width="1" height="5" border="0"></td><td class="bubble" >'+ document.getElementById(whichbubble).innerHTML + '<br></td><td valign="top" align="right" class="bubble"><img src="/images/spacer.gif" alt="" width="1" height="5" border="0"></td></tr></table>';
	document.getElementById(whichbubble).style.visibility="visible";	
}
function hidebubble(whichbubble){
	document.getElementById(whichbubble).style.left = resetleft;
	document.getElementById(whichbubble).style.top = resettop;
	document.getElementById(whichbubble).innerHTML = resetbubble;
	document.getElementById(whichbubble).style.visibility="hidden";
}
