// JavaScript Document

var id_flash = "headerFlash";

function showMenu (section){
	if ($(id_flash).rollover != undefined) $(id_flash).rollover("over", section);
}

function hideMenu (section){
	if ($(id_flash).rollover != undefined) $(id_flash).rollover("out", section);
}