// JavaScript Document

function removePopup() {
	document.getElementById("exitTopChef").style.display = 'none';
}

function exitTopChef() {
	document.getElementById("exitTopChef").style.display = 'block';
	document.getElementById("exitTopChef").style.position = 'absolute';
}

function PassFlash() {
    window.document.movie.SetVariable("pauseClipNow", "true");
}
