﻿// JScript File

function CacherFlash()
{
    try
    {
	    MM_findObj("calqueFlash").style.display = 'none';
	}
	catch(Exception)
	{}
}


function hideFlash()
{
    window.setTimeout("CacherFlash()", 7000);
}